[Lunar-commits] CVS: moonbase/audio/faad BUILD, 1.2, 1.3 DEPENDS, 1.6, 1.7 DETAILS, 1.4, 1.5

Florin Braescu florin at lunar-linux.org
Tue Mar 8 10:36:03 UTC 2005


Update of /var/cvs/lunar/moonbase/audio/faad
In directory espresso.foo-projects.org:/tmp/cvs-serv22941

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
small tweaks.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	20 Feb 2004 02:29:49 -0000	1.2
+++ BUILD	8 Mar 2005 10:36:01 -0000	1.3
@@ -1,7 +1,7 @@
 (
 
-  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
-  chmod +x bootstrap &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  chmod +x bootstrap  &&
   ./bootstrap &&
   default_build
   

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/DEPENDS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DEPENDS	20 Feb 2004 03:30:33 -0000	1.6
+++ DEPENDS	8 Mar 2005 10:36:01 -0000	1.7
@@ -1,3 +1,4 @@
-depends automake &&
-depends id3lib &&
+depends automake  &&
+depends id3lib    &&
+
 optional_depends xmms "--with-xmms" "--without-xmms" "XMMS plugin"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/faad/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	5 Oct 2004 09:29:51 -0000	1.4
+++ DETAILS	8 Mar 2005 10:36:01 -0000	1.5
@@ -5,15 +5,16 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/faad2
    SOURCE_URL[0]=$SFORGE_URL/faac/
   SOURCE2_URL[0]=$PATCH_URL/
-        WEB_SITE=http://faac.sourceforge.net
+        WEB_SITE=http://www.audiocoding.com/
          ENTERED=20030804
          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



More information about the Lunar-commits mailing list