[SM-Commit] GIT changes to master grimoire by Flavien Bridault (601c3b740426c96d28efdbfaaa9f32f5f4e2291f)

Flavien Bridault scm at mail.sourcemage.org
Sun Sep 17 04:25:38 EDT 2006


GIT changes to master grimoire by Flavien Bridault <vlaaad at sourcemage.org>:

 disk/gnomebaker/CONFIGURE                   |    1 
 disk/gnomebaker/DEPENDS                     |   13 ++++++++++--
 disk/gnomebaker/DETAILS                     |    7 ++----
 disk/gnomebaker/HISTORY                     |    7 ++++++
 disk/gnomebaker/dvdrtools.patch             |   29 ++++++++++++++--------------
 disk/gnomebaker/gnomebaker-0.6.0.tar.gz.sig |binary
 6 files changed, 37 insertions(+), 20 deletions(-)

New commits:
commit 601c3b740426c96d28efdbfaaa9f32f5f4e2291f
Author: Flavien Bridault <vlaaad at sourcemage.org>
Commit: Flavien Bridault <vlaaad at sourcemage.org>

    gnomebaker: updated to 0.6.0

diff --git a/disk/gnomebaker/CONFIGURE b/disk/gnomebaker/CONFIGURE
new file mode 100755
index 0000000..bb7c93a
--- /dev/null
+++ b/disk/gnomebaker/CONFIGURE
@@ -0,0 +1 @@
+config_query_list  BACKEND  "Which backend should gnomebaker use?"  gstreamer gstreamer-0.8
diff --git a/disk/gnomebaker/DEPENDS b/disk/gnomebaker/DEPENDS
index 2e50f7e..6592f3b 100755
--- a/disk/gnomebaker/DEPENDS
+++ b/disk/gnomebaker/DEPENDS
@@ -2,5 +2,14 @@ depends CD-BURN-UTILITY                 
 depends libglade2                                               &&
 depends libgnomeui                                              &&
 depends gnome-vfs2                                              &&
-depends gst-plugins												&&
-optional_depends  dvd+rw-tools  ""  ""  "to burn dvd\'s"
+if    [  "$BACKEND" = "gstreamer-0.8"  ]; then
+  depends  gst-plugins
+else
+  depends  gst-plugins-good
+fi
+
+optional_depends  dvd+rw-tools  ""  ""  "to burn dvd\'s"        &&
+optional_depends libnotify                                      \
+                 "--enable-libnotify"                           \
+                 "--disable-libnotify"                          \
+                 "For nice notifications from the systray icon"
diff --git a/disk/gnomebaker/DETAILS b/disk/gnomebaker/DETAILS
index d2e2bd7..cb57e0a 100755
--- a/disk/gnomebaker/DETAILS
+++ b/disk/gnomebaker/DETAILS
@@ -1,12 +1,11 @@
            SPELL=gnomebaker
-         VERSION=0.5.1
-          SOURCE=${SPELL}-${VERSION}.tar.bz2
+         VERSION=0.6.0
+          SOURCE=${SPELL}-${VERSION}.tar.gz
    SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
-  SOURCE_HASH[0]=sha512:1300ddecbf0f416c5e2e2837b9a3ae987e0a9cd03ac3f71fa4f4b8bd566ebe57245a1f6b77f00ae151cd27215a5abbc98f9a517a419be62eefe7e051772473fa
+      SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
         WEB_SITE=http://gnomebaker.sourceforge.net/
          ENTERED=20050405
-         UPDATED=20050405
       LICENSE[0]=GPL
         KEYWORDS="burning dvd gnome disk"
            SHORT="A gnome frontend for burning CDs and DVDs"
diff --git a/disk/gnomebaker/HISTORY b/disk/gnomebaker/HISTORY
index 8edaeed..47cd3aa 100644
--- a/disk/gnomebaker/HISTORY
+++ b/disk/gnomebaker/HISTORY
@@ -1,3 +1,10 @@
+2006-09-17 Flavien Bridault <vlaaad at sourcemage.org>
+	* DETAILS: Updated to 0.6.0
+	* CONFIGURE: Added to prompt for the backend
+	* DEPENDS: Added choice between gstreamer 0.8 and 0.10,
+	  optional libnotify
+	* dvdrtools.patch: Updated to match new version
+
 2006-06-04 Flavien Bridault <vlaaad at sourcemage.org> 
 	* dvdrtools.patch: Added to allow the use of dvdrtools, thanks
 	  to Pieter Lenaerts
diff --git a/disk/gnomebaker/dvdrtools.patch b/disk/gnomebaker/dvdrtools.patch
index 181f7f9..db43b89 100644
--- a/disk/gnomebaker/dvdrtools.patch
+++ b/disk/gnomebaker/dvdrtools.patch
@@ -1,19 +1,20 @@
-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
+diff -uNr gnomebaker-0.6.0.old/src/execfunctions.c gnomebaker-0.6.0/src/execfunctions.c
+--- gnomebaker-0.6.0.old/src/execfunctions.c	2006-09-17 10:06:08.000000000 +0200
++++ gnomebaker-0.6.0/src/execfunctions.c	2006-09-17 10:06:44.000000000 +0200
+@@ -271,8 +271,6 @@
  	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");	
+ 	   exec_cmd_add_arg(cmd, "-force");
  
-@@ -385,7 +384,6 @@ cdrecord_add_blank_args(ExecCmd* cdBurn)
+-	exec_cmd_add_arg(cmd, "gracetime=5");
+-
+     const gint speed = preferences_get_int(GB_CDWRITE_SPEED);
+     if(speed > 0)
+ 	   exec_cmd_add_arg(cmd, "speed=%d", speed);
+@@ -391,7 +389,6 @@
  	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");
+ 		exec_cmd_add_arg(cmd, "-eject");
+ 
+-	exec_cmd_add_arg(cmd, "gracetime=5");
+ 	exec_cmd_add_arg(cmd, "blank=%s", preferences_get_bool(GB_FAST_BLANK) ? "fast" : "all");
  }
  
diff --git a/disk/gnomebaker/gnomebaker-0.6.0.tar.gz.sig b/disk/gnomebaker/gnomebaker-0.6.0.tar.gz.sig
new file mode 100644
index 0000000..bb29c61
Binary files /dev/null and b/disk/gnomebaker/gnomebaker-0.6.0.tar.gz.sig differ



More information about the SM-Commit mailing list