CVS: moonbase/audio/sound-juicer BUILD, 1.1, 1.2 DEPENDS, 1.2, 1.3 DETAILS, 1.3, 1.4

nhudson at lunar-linux.org nhudson at lunar-linux.org
Tue Aug 19 04:24:19 GMT 2003


Update of /var/cvs/lunar/moonbase/audio/sound-juicer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1882/sound-juicer

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Adding support for gnomesu to sound-juicer.  Sound-juicer is pretty cool but for some reason it doesnt allow you to run it as user, you have to run it as root or atleast I havent been able to get around using it as root.  So gnomesu will take care of that for you without logging into root


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sound-juicer/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	4 May 2003 16:45:13 -0000	1.1
+++ BUILD	19 Aug 2003 04:24:17 -0000	1.2
@@ -8,7 +8,11 @@
                 --mandir=/opt/lunar/gnome/2/share/man           \
                 $OPTS                                           &&
 
-default_make 
+default_make                                                    &&
+
+if module_installed gnomesu; then
+  cp $SOURCE_CACHE/$SOURCE2 /opt/lunar/gnome/2/share/applications
+fi
 
 ) > $C_FIFO 2>&1
 

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sound-juicer/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	4 May 2003 16:45:59 -0000	1.2
+++ DEPENDS	19 Aug 2003 04:24:17 -0000	1.3
@@ -1,3 +1,4 @@
 depends libmusicbrainz &&
 depends gst-plugins &&
-depends libgnomeui 
+depends libgnomeui  &&
+optional_depends "gnomesu" "" "" "for a gui su command front end"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sound-juicer/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	19 Aug 2003 03:36:19 -0000	1.3
+++ DETAILS	19 Aug 2003 04:24:17 -0000	1.4
@@ -1,8 +1,10 @@
     MODULE=sound-juicer
    VERSION=0.5.1
     SOURCE=$MODULE-$VERSION.tar.gz
+    SOURCE2=$MODULE.desktop
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
 SOURCE_URL=http://www.burtonini.com/computing/$SOURCE
+SOURCE2_URL=http://www.lunar-linux.org/lunar/mirrors/nhudson/$SOURCE2
   WEB_SITE=http://www.burtonini.com
    ENTERED=20030504
    UPDATED=20030819




More information about the Lunar-commits mailing list