[Lunar-commits] CVS: moonbase/audio/faad BUILD, 1.1, 1.2 DEPENDS,
1.4, 1.5 DETAILS, 1.2, 1.3 PRE_BUILD, 1.1, NONE
Terry Chan
tchan at lunar-linux.org
Fri Feb 20 02:29:51 GMT 2004
Update of /var/cvs/lunar/moonbase/audio/faad
In directory dbguin.lunar-linux.org:/tmp/cvs-serv24759
Modified Files:
BUILD DEPENDS DETAILS
Removed Files:
PRE_BUILD
Log Message:
Version bump to faad2-2.0. Made xmms an optional_depends. This module
compiles just fine withOUT id3lib and vorbis-tools. id3lib and vorbis-tools
are NOT depends that the configure script recognizes nor are they mentioned
in any docs. So I removed them from the DEPENDS file. Someone that uses
xmms and faad plugin will need to test this some more. Compiles with gcc-3.3.3.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 4 Aug 2003 16:11:18 -0000 1.1
+++ BUILD 20 Feb 2004 02:29:49 -0000 1.2
@@ -1,6 +1,9 @@
(
- chmod +x bootstrap &&
- ./bootstrap &&
- default_build
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ chmod +x bootstrap &&
+ ./bootstrap &&
+ default_build
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 18 Aug 2003 03:04:17 -0000 1.4
+++ DEPENDS 20 Feb 2004 02:29:49 -0000 1.5
@@ -1,5 +1,2 @@
depends automake &&
-depends autoconf &&
-depends id3lib &&
-depends vorbis-tools &&
-depends xmms
+optional_depends xmms "--with-xmms" "--without-xmms" "XMMS plugin"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 16 Aug 2003 00:24:59 -0000 1.2
+++ DETAILS 20 Feb 2004 02:29:49 -0000 1.3
@@ -1,13 +1,19 @@
- MODULE=faad
- VERSION=2_2.0_rc1
+ MODULE=faad
+ VERSION=2-2.0
SOURCE=${MODULE}${VERSION}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-SOURCE_URL[0]=$SFORGE_URL/faac/$SOURCE
+ SOURCE2=${MODULE}${VERSION}-Makefile.am.patch
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/faad2
+ SOURCE_URL[0]=$SFORGE_URL/faac/$SOURCE
+ SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
WEB_SITE=http://faac.sourceforge.net
ENTERED=20030804
- UPDATED=20030815
+ UPDATED=20040219
SHORT="FAAD is an ISO AAC audio decoder"
cat << EOF
-FAAD is the fastest ISO AAC audio decoder available. FAAD correctly decodes all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
-There is a stable version of FAAD available, source code can be downloaded on the download page. The advantage of this new library is the lack of copyrighted code written by third parties. Further it is coded much cleaner and will give a much better understanding of the AAC coding algorithms.
+FAAD is the fastest ISO AAC audio decoder available. FAAD correctly decodes all
+MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
+There is a stable version of FAAD available, source code can be downloaded on
+the download page. The advantage of this new library is the lack of
+copyrighted code written by third parties. Further it is coded much cleaner and
+will give a much better understanding of the AAC coding algorithms.
EOF
--- PRE_BUILD DELETED ---
More information about the Lunar-commits
mailing list