Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] SVK change 9173 to grimoire.svk

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Flavien Bridault <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] SVK change 9173 to grimoire.svk
  • Date: Sun, 4 Jun 2006 15:03:48 -0500

Group: defaults
Subject: r9173 - in test/disk: . arson audio_burn bashburn burncenter
gnomebaker graveman xcdroast

Author: fbridault
Date: Sun Jun 4 15:03:48 2006
New Revision: 9173

Added:
test/disk/gnomebaker/PRE_BUILD (contents, props changed)
test/disk/gnomebaker/dvdrtools.patch (contents, props changed)
Modified:
test/disk/ (props changed)
test/disk/arson/DEPENDS
test/disk/arson/HISTORY
test/disk/audio_burn/DEPENDS
test/disk/audio_burn/HISTORY
test/disk/bashburn/DEPENDS
test/disk/bashburn/HISTORY
test/disk/burncenter/DEPENDS
test/disk/burncenter/HISTORY
test/disk/gnomebaker/HISTORY
test/disk/graveman/DEPENDS
test/disk/graveman/HISTORY
test/disk/xcdroast/DEPENDS
test/disk/xcdroast/HISTORY

Log:
r9193@Frodon: vlaaad | 1970-01-01 01:00:00 +0200
Tested all CD burning application to know if they work or not with dvdrtools.
Solves bug #10535. I'm not sure if we need that to go in stable-rc or not.


Modified: test/disk/arson/DEPENDS
==============================================================================
--- test/disk/arson/DEPENDS (original)
+++ test/disk/arson/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,4 +1,4 @@
-depends CD-BURN-UTILITY &&
+depends cdrtools &&
depends qt-x11 &&
depends kdelibs &&
depends arts &&

Modified: test/disk/arson/HISTORY
==============================================================================
--- test/disk/arson/HISTORY (original)
+++ test/disk/arson/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: doesn't work with dvdrtools, only depends on
+ cdrtools (bug #10535)
+
2006-05-30 Flavien Bridault <disk AT sourcemage.org>
* BUILD: Removed, don't apply patches here
* PRE_BUILD: Apply patches there

Modified: test/disk/audio_burn/DEPENDS
==============================================================================
--- test/disk/audio_burn/DEPENDS (original)
+++ test/disk/audio_burn/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,5 +1,5 @@
-depends CD-BURN-UTILITY &&
-depends vorbis-tools &&
+depends cdrtools &&
+depends vorbis-tools &&
optional_depends "mpg321" "" "--disable-mpg321" "for mp3 support" &&
optional_depends "sox" "" "--disable-sox" "for resampling support" &&
optional_depends "normalize" "" "--disable-normalize" "for normalize
support"

Modified: test/disk/audio_burn/HISTORY
==============================================================================
--- test/disk/audio_burn/HISTORY (original)
+++ test/disk/audio_burn/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: doesn't work with dvdrtools, only depends on
+ cdrtools (bug #10535)
+
2006-04-30 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: vorbis-tools is not an optional dependency (bug #11523)
* DETAILS: sha512->GPG

Modified: test/disk/bashburn/DEPENDS
==============================================================================
--- test/disk/bashburn/DEPENDS (original)
+++ test/disk/bashburn/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,5 +1,5 @@
depends cdrdao &&
-depends cdrtools &&
+depends CD-BURN-UTILITY &&
depends sed &&
optional_depends "lame" \
"" \

Modified: test/disk/bashburn/HISTORY
==============================================================================
--- test/disk/bashburn/HISTORY (original)
+++ test/disk/bashburn/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: replaced cdrtools by CD-BURN-UTILITY, because
+ it works with dvdrtools (bug #10535)
+
2006-05-10 Flavien Bridault <vlaaad AT sourcemage.org>
* DETAILS: Updated to 1.8.0


Modified: test/disk/burncenter/DEPENDS
==============================================================================
--- test/disk/burncenter/DEPENDS (original)
+++ test/disk/burncenter/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,5 +1,5 @@
depends perl &&
-depends cdrtools &&
+depends CD-BURN-UTILITY &&

optional_depends MPG123 \
"" \

Modified: test/disk/burncenter/HISTORY
==============================================================================
--- test/disk/burncenter/HISTORY (original)
+++ test/disk/burncenter/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: replaced cdrtools by CD-BURN-UTILITY, because
+ it works with dvdrtools (bug #10535)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


Modified: test/disk/gnomebaker/HISTORY
==============================================================================
--- test/disk/gnomebaker/HISTORY (original)
+++ test/disk/gnomebaker/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,8 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * dvdrtools.patch: Added to allow the use of dvdrtools, thanks
+ to Pieter Lenaerts
+ * PRE_BUILD: Added to apply patch
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS


Added: test/disk/gnomebaker/PRE_BUILD
==============================================================================
--- (empty file)
+++ test/disk/gnomebaker/PRE_BUILD Sun Jun 4 15:03:48 2006
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if spell_installed dvdrtools; then
+ patch -p1 < $SPELL_DIRECTORY/dvdrtools.patch
+fi

Added: test/disk/gnomebaker/dvdrtools.patch
==============================================================================
--- (empty file)
+++ test/disk/gnomebaker/dvdrtools.patch Sun Jun 4 15:03:48 2006
@@ -0,0 +1,19 @@
+diff -urNp gnomebaker-0.5.1.orig/src/execfunctions.c
gnomebaker-0.5.1/src/execfunctions.c
+--- gnomebaker-0.5.1.orig/src/execfunctions.c 2006-05-23 13:37:04.000000000
+0200
++++ gnomebaker-0.5.1/src/execfunctions.c 2006-05-23 13:47:42.000000000
+0200
+@@ -236,7 +236,6 @@ cdrecord_add_common_args(ExecCmd* cdBurn
+ if(preferences_get_bool(GB_CDRECORD_FORCE))
+ exec_cmd_add_arg(cdBurn, "-force");
+
+- exec_cmd_add_arg(cdBurn, "gracetime=5");
+ exec_cmd_add_arg(cdBurn, "speed=%d",
preferences_get_int(GB_CDWRITE_SPEED));
+ exec_cmd_add_arg(cdBurn, "-v");
+
+@@ -385,7 +384,6 @@ cdrecord_add_blank_args(ExecCmd* cdBurn)
+ if(preferences_get_bool(GB_EJECT))
+ exec_cmd_add_arg(cdBurn, "-eject");
+
+- exec_cmd_add_arg(cdBurn, "gracetime=5");
+ exec_cmd_add_arg(cdBurn, "blank=%s",
preferences_get_bool(GB_FAST_BLANK) ? "fast" : "all");
+ }
+

Modified: test/disk/graveman/DEPENDS
==============================================================================
--- test/disk/graveman/DEPENDS (original)
+++ test/disk/graveman/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,5 +1,5 @@
depends xml-parser-expat &&
-depends CD-BURN-UTILITY &&
+depends cdrtools &&
depends cdrdao &&
depends libmng &&
depends libglade2 &&

Modified: test/disk/graveman/HISTORY
==============================================================================
--- test/disk/graveman/HISTORY (original)
+++ test/disk/graveman/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: doesn't work with dvdrtools, only depends on
+ cdrtools (bug #10535)
+
2006-05-01 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: added xml-parser-expat (bug #11705)
* DETAILS: sha512->GPG

Modified: test/disk/xcdroast/DEPENDS
==============================================================================
--- test/disk/xcdroast/DEPENDS (original)
+++ test/disk/xcdroast/DEPENDS Sun Jun 4 15:03:48 2006
@@ -1,4 +1,4 @@
-depends CD-BURN-UTILITY &&
+depends cdrtools &&
if [ $XCDROAST_GTK2 == "y" ]; then
depends gtk+2
else

Modified: test/disk/xcdroast/HISTORY
==============================================================================
--- test/disk/xcdroast/HISTORY (original)
+++ test/disk/xcdroast/HISTORY Sun Jun 4 15:03:48 2006
@@ -1,3 +1,7 @@
+2006-06-04 Flavien Bridault <vlaaad AT sourcemage.org>
+ * DEPENDS: doesn't work with dvdrtools, only depends on
+ cdrtools (bug #10535)
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS




  • [SM-Commit] SVK change 9173 to grimoire.svk, Flavien Bridault, 06/04/2006

Archive powered by MHonArc 2.6.24.

Top of Page