[Lunar-commits] CVS: moonbase/audio/sound-juicer BUILD, 1.7,
1.8 DETAILS, 1.11, 1.12
Nick Hudson
nhudson at lunar-linux.org
Sun Apr 11 18:48:26 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/sound-juicer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14651/sound-juicer
Modified Files:
BUILD DETAILS
Log Message:
Updating libmusicbrainz to new version 2.1.1, and updating sound-juicer so that it will build with gstreamer 0.8
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sound-juicer/BUILD,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- BUILD 24 Dec 2003 14:46:54 -0000 1.7
+++ BUILD 11 Apr 2004 18:48:23 -0000 1.8
@@ -1,6 +1,15 @@
(
-default_build &&
+ sed -i "s/GST_MAJORMINOR=0.7/GST_MAJORMINOR=0.8/g" configure configure.in &&
+ patch_it $SOURCE_CACHE/$SOURCE3 0 &&
+ ./configure --prefix=${GNOME26_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME26_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME26_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make &&
if module_installed gnomesu; then
cp $SOURCE_CACHE/$SOURCE2 /usr/share/applications
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sound-juicer/DETAILS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- DETAILS 25 Mar 2004 04:19:43 -0000 1.11
+++ DETAILS 11 Apr 2004 18:48:23 -0000 1.12
@@ -2,14 +2,17 @@
VERSION=0.5.10.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE2=$MODULE.desktop
+ SOURCE3=gst-0.8.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://www.burtonini.com/computing/$SOURCE
SOURCE_VFY=md5:a879cce136a1f26274f0cb1906fbec71
SOURCE2_URL=http://www.lunar-linux.org/lunar/mirrors/nhudson/$SOURCE2
SOURCE2_VFY=md5:f8874641d73539a36cfc4feb8a95c9e0
+ SOURCE3_URL=$PATCH_URL/$SOURCE3
+ SOURCE3_VFY=md5:fca52c2c2e6497f3ecf067d0443be02e
WEB_SITE=http://www.burtonini.com
ENTERED=20030504
- UPDATED=20040210
+ UPDATED=20040411
SHORT="Sound Juicer is a CD-Ripping tool that aims to provide a
clean interface and automatic file tagging"
cat << EOF
More information about the Lunar-commits
mailing list