freebsd-ports/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.h
Joe Marcus Clarke 6daba5b7d3 To fix other applications that make use of n-c-b (e.g. sound-juicer)
break out the x,x,x device notation needed for tools like cdrecord from
the standard /dev/X device name specification.  While here, add a
RUN_DEPENDS on cdrdao which is needed for some of n-c-b's features.
2006-11-19 19:07:16 +00:00

10 lines
717 B
C

--- src/nautilus-burn-drive.h.orig Sun Nov 19 13:37:32 2006
+++ src/nautilus-burn-drive.h Sun Nov 19 13:37:55 2006
@@ -127,6 +127,7 @@ gboolean nautilus_burn_driv
int nautilus_burn_drive_get_drive_type (NautilusBurnDrive *drive);
char * nautilus_burn_drive_get_name_for_display (NautilusBurnDrive *drive);
const char * nautilus_burn_drive_get_device (NautilusBurnDrive *drive);
+const char * nautilus_burn_drive_get_cdrecord_device (NautilusBurnDrive *drive);
/* Capabilities */
gboolean nautilus_burn_drive_can_write (NautilusBurnDrive *drive);