Browse Source

brasero: moved before sound-juicer

user/chris/test/early-mdev
Aldas Nabazas 14 years ago
parent
commit
5485470234
  1. 27
      gnome2/brasero/SG_FLAG_LUN.patch
  2. 3
      gnome2/brasero/brasero.desc

27
gnome2/brasero/SG_FLAG_LUN.patch

@ -1,27 +0,0 @@
http://bugzilla.gnome.org/show_bug.cgi?id=462238
diff -ru brasero-0.6.1.orig/src/scsi/scsi-command.c brasero-0.6.1/src/scsi/scsi-command.c
--- brasero-0.6.1.orig/src/scsi/scsi-command.c 2007-08-25 15:16:23.000000000 +0200
+++ brasero-0.6.1/src/scsi/scsi-command.c 2007-09-07 11:49:05.000000000 +0200
@@ -85,7 +85,7 @@
memset (transport, 0, sizeof (struct sg_io_hdr));
transport->interface_id = 'S'; /* mandatory */
-// transport->flags = SG_FLAG_LUN_INHIBIT|SG_FLAG_DIRECT_IO;
+// transport->flags = SG_FLAG_UNUSED_LUN_INHIBIT|SG_FLAG_DIRECT_IO;
transport->cmdp = cmd->cmd;
transport->cmd_len = cmd->info->size;
transport->dxferp = buffer;
diff -ru brasero-0.6.1.orig/src/scsi/scsi-sg.c brasero-0.6.1/src/scsi/scsi-sg.c
--- brasero-0.6.1.orig/src/scsi/scsi-sg.c 2007-08-25 15:16:23.000000000 +0200
+++ brasero-0.6.1/src/scsi/scsi-sg.c 2007-09-07 11:49:32.000000000 +0200
@@ -44,7 +44,7 @@
memset (&sense_buffer, 0, sizeof (sense_buffer));
command->interface_id = 'S'; /* mandatory */
- command->flags = SG_FLAG_LUN_INHIBIT|SG_FLAG_DIRECT_IO;
+ command->flags = SG_FLAG_UNUSED_LUN_INHIBIT|SG_FLAG_DIRECT_IO;
/* where to output the scsi sense buffer */
command->sbp = sense_buffer;

3
gnome2/brasero/brasero.desc

@ -26,9 +26,8 @@
[L] GPL
[S] Stable
[V] 2.32.1
[P] X -----5---9 800.000
[P] X -----5---9 184.300
[O] . $base/package/*/*/gnome2-conf.in
[D] 1494140915 brasero-2.32.1.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/brasero/2.32/

Loading…
Cancel
Save