[Lunar-commits] faad: version bump and patch no longer needed.

stumbles stumbles at lunar-linux.org
Sat Jan 5 04:00:05 CET 2008


commit 1ae840add307686a920a8ab42e5f379ccbe45323
Author: stumbles <stumbles at lunar-linux.org>
Date:   Fri Jan 4 22:00:05 2008 -0500

    faad: version bump and patch no longer needed.
---
 audio/faad/BUILD   |    9 +++++----
 audio/faad/DETAILS |   15 ++++++---------
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/audio/faad/BUILD b/audio/faad/BUILD
index 5a08984..7f6b781 100644
--- a/audio/faad/BUILD
+++ b/audio/faad/BUILD
@@ -2,11 +2,12 @@
 
   export CFLAGS="$CFLAGS -fPIC"
   OPTS="$OPTS --with-drm"
-  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
-  touch INSTALL &&
+
+  ./bootstrap       &&
+  touch INSTALL     &&
   mkdir plugins/bmp &&
-  autoreconf -vif &&
+  autoreconf -vif   &&
+
   default_build
 
 ) > $C_FIFO 2>&1
-
diff --git a/audio/faad/DETAILS b/audio/faad/DETAILS
index 40b4151..7797378 100644
--- a/audio/faad/DETAILS
+++ b/audio/faad/DETAILS
@@ -1,22 +1,19 @@
           MODULE=faad
-         VERSION=2-2.5
+         VERSION=2-2.6.1
           SOURCE=${MODULE}${VERSION}.tar.gz
-         SOURCE2=${MODULE}${VERSION}-configure.in.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/faad2
       SOURCE_URL=$SFORGE_URL/faac/
-      SOURCE_VFY=sha1:3805d32c9d0033572eced93482f81c1dd198cd2c
-     SOURCE2_URL=$PATCH_URL
-     SOURCE2_VFY=sha1:1679239d516c9f6398674ab958702c79f2a04024
+      SOURCE_VFY=sha1:b4ad33d3c4dfa6dbf3011a3da34c631926cabfad
         WEB_SITE=http://www.audiocoding.com/
          ENTERED=20030804
-         UPDATED=20070119
+         UPDATED=20080104
            SHORT="ISO AAC audio decoder"
 
 cat << EOF
-FAAD is the fastest ISO AAC audio decoder available. FAAD correctly decodes 
+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 
+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 
+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