CVS: moonbase/audio/rhythmbox BUILD, 1.5, 1.6 DEPENDS, 1.5, 1.6 DETAILS, 1.9, 1.10

Nick Hudson nhudson at lunar-linux.org
Mon Dec 1 04:55:40 GMT 2003


Update of /var/cvs/lunar/moonbase/audio/rhythmbox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17623/rhythmbox

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:

Updating rhythmbox to new version 0.6.1, this is alot more stable that the 0.6.0 release along with that it handles the id3tags for mp3 better.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/rhythmbox/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	13 Sep 2003 15:32:24 -0000	1.5
+++ BUILD	1 Dec 2003 04:55:38 -0000	1.6
@@ -1,19 +1,17 @@
 
-default_build() 
-{
+(
    ./configure  --build=$BUILD                                  \
                 --sysconfdir=/etc                               \
-                --prefix=/opt/lunar/gnome/2.4                     \
+                --prefix=/opt/lunar/gnome/2.4                   \
                 --localstatedir=/var                            \
-                --infodir=/opt/lunar/gnome/2.4/share/info         \
-                --mandir=/opt/lunar/gnome/2.4/share/man           &&
-   
-   #activate_voyeur &&   
+                --infodir=/opt/lunar/gnome/2.4/share/info       \
+                --mandir=/opt/lunar/gnome/2.4/share/man         &&
    
    ( for i in `find -name "Makefile"`; do
 	    sedit 's/-Werror//g' $i
     done) &&
+
    default_make
-} > $C_FIFO 2>&1
 
-default_build
+) > $C_FIFO 2>&1
+

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/rhythmbox/DEPENDS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DEPENDS	30 Oct 2003 23:56:57 -0000	1.5
+++ DEPENDS	1 Dec 2003 04:55:38 -0000	1.6
@@ -1,3 +1,4 @@
-depends libgnomeui &&
+depends libgnomeui  &&
 depends gst-plugins &&
+depends libid3tag   &&
 optional_depends "sound-juicer" "" "" "for cd ripping support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/rhythmbox/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	27 Oct 2003 03:54:00 -0000	1.9
+++ DETAILS	1 Dec 2003 04:55:38 -0000	1.10
@@ -1,12 +1,12 @@
            MODULE=rhythmbox
-         VERSION=0.5.88
+         VERSION=0.6.1
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.5/$SOURCE
-      SOURCE_VFY=md5:b45000cc256f8ff31c5e2b1ebcf6c315
+   SOURCE_URL[0]=$GNOME_URL/sources/$MODULE/0.6/$SOURCE
+      SOURCE_VFY=md5:5791f9fb69c9a855d84e1e666b2e86a9
         WEB_SITE=http://www.rhythmbox.org
          ENTERED=20020730
-         UPDATED=20031027
+         UPDATED=20031201
    MAINTAINER=nhudson at lunar-linux.org
            SHORT="Rhythmbox is clone of the iTunes plyer for Gnome"
 cat << EOF




More information about the Lunar-commits mailing list