[Lunar-commits] CVS: moonbase/cd/libcdaudio BUILD, 1.2, 1.3 DETAILS, 1.3, 1.4

Chad Kittel v3rt1g0 at lunar-linux.org
Fri Nov 12 23:23:56 UTC 2004


Update of /var/cvs/lunar/moonbase/cd/libcdaudio
In directory espresso.foo-projects.org:/tmp/cvs-serv6737/libcdaudio

Modified Files:
	BUILD DETAILS 
Log Message:
Version bump and a little simplification of the code


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/cd/libcdaudio/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	28 Jul 2004 05:13:37 -0000	1.2
+++ BUILD	12 Nov 2004 23:23:54 -0000	1.3
@@ -1,8 +1,6 @@
 (
-  bad_flags -funroll-loops
-  ./configure $BUILD --prefix=/usr --with-pic         && 
-  make  PREFIX=/usr                                   &&
-  prepare_install                                     &&
-  make  PREFIX=/usr install
+
+  OPTS="$OPTS --enable-threads --with-pic"
+  default_build
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/cd/libcdaudio/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS	5 Oct 2004 09:29:53 -0000	1.3
+++ DETAILS	12 Nov 2004 23:23:54 -0000	1.4
@@ -1,16 +1,17 @@
           MODULE=libcdaudio
-         VERSION=0.99.10
-        #VERSION=0.99.6
+         VERSION=0.99.12
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
-      SOURCE_VFY=md5:a437c0a937f60bbad3605496a851671a
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:1862d3f387634a216faa867164d840b6f5552294
         WEB_SITE=http://libcdaudio.sourceforge.net/
          ENTERED=20020329
-         UPDATED=20040728
-           SHORT="a library of cd audio related routines"
+         UPDATED=20041112
+           SHORT="A library of cd audio related routines"
+
 cat << EOF
-libcdaudio is a multi-platform CD player development library which works with
-Linux, FreeBSD, OpenBSD, Solaris, and Irix. It includes a basic command set
-for controlling the operation of the CD-ROM drive as well as functions for
-accessing both the CDDB, CD Index, and Cover Art Index.
+libcdaudio is a multi-platform CD player development library which
+works with Linux, FreeBSD, OpenBSD, Solaris, and Irix. It includes a
+basic command set for controlling the operation of the CD-ROM drive as
+well as functions for accessing both the CDDB, CD Index, and Cover Art
+Index.
 EOF



More information about the Lunar-commits mailing list