[36505] trunk/dports/audio/faad2

pguyot at kallisys.net pguyot at kallisys.net
Sun May 4 14:01:55 PDT 2008


Revision: 36505
          http://trac.macosforge.org/projects/macports/changeset/36505
Author:   pguyot at kallisys.net
Date:     2008-05-04 14:01:55 -0700 (Sun, 04 May 2008)

Log Message:
-----------
audio/faad2: update to 2.6.1

Modified Paths:
--------------
    trunk/dports/audio/faad2/Portfile
    trunk/dports/audio/faad2/files/patch-Makefile.am

Removed Paths:
-------------
    trunk/dports/audio/faad2/files/patch-configure.in
    trunk/dports/audio/faad2/files/patch-libfaad-common.h

Modified: trunk/dports/audio/faad2/Portfile
===================================================================
--- trunk/dports/audio/faad2/Portfile	2008-05-04 20:18:38 UTC (rev 36504)
+++ trunk/dports/audio/faad2/Portfile	2008-05-04 21:01:55 UTC (rev 36505)
@@ -1,9 +1,9 @@
 # $Id$
 
 PortSystem 1.0
+
 name		faad2
-version		2.5
-revision	1
+version		2.6.1
 categories	audio
 maintainers	pguyot at kallisys.net
 description	Fastest ISO AAC audio decoder.
@@ -15,11 +15,11 @@
 homepage	http://www.audiocoding.com/
 platforms	darwin
 master_sites	sourceforge:faac
-checksums	md5 696490935bf65b2ace4aafaff79e2396 \
-			sha1 3805d32c9d0033572eced93482f81c1dd198cd2c \
-			rmd160 4031786df0aded272bc4603ef18e80128e5e9063
+checksums	md5		74e92df40c270f216a8305fc87603c8a \
+			sha1	b4ad33d3c4dfa6dbf3011a3da34c631926cabfad \
+			rmd160	ad559933dad6a65576a9947819190f04cb3b1c16
 worksrcdir	${name}
-patchfiles	patch-configure.in patch-Makefile.am patch-libfaad-common.h
+patchfiles	patch-Makefile.am
 
 depends_lib		port:libtool \
 				port:autoconf \
@@ -37,5 +37,4 @@
 	configure.cflags-append  -DHAS_LRINTF
 }
 
-livecheck.version	${name}-${version}
-livecheck.distname	faad2.src
+livecheck.regex		Includes files: .*${name}-(${version})\.tar\.gz

Modified: trunk/dports/audio/faad2/files/patch-Makefile.am
===================================================================
--- trunk/dports/audio/faad2/files/patch-Makefile.am	2008-05-04 20:18:38 UTC (rev 36504)
+++ trunk/dports/audio/faad2/files/patch-Makefile.am	2008-05-04 21:01:55 UTC (rev 36505)
@@ -1,8 +1,8 @@
---- Makefile.am	2004-07-27 17:52:20.000000000 +0900
-+++ Makefile.am	2006-10-06 19:31:11.000000000 +0900
+--- Makefile.am.orig	2004-07-27 10:52:20.000000000 +0200
++++ Makefile.am	2008-05-04 21:23:16.000000000 +0200
 @@ -1,4 +1,4 @@
--SUBDIRS = libfaad common frontend plugins
-+SUBDIRS = libfaad common frontend
- 
- EXTRA_DIST = faad2.spec
- 
+-SUBDIRS = libfaad common frontend plugins
++SUBDIRS = libfaad common frontend
+ 
+ EXTRA_DIST = faad2.spec
+ 

Deleted: trunk/dports/audio/faad2/files/patch-configure.in
===================================================================
--- trunk/dports/audio/faad2/files/patch-configure.in	2008-05-04 20:18:38 UTC (rev 36504)
+++ trunk/dports/audio/faad2/files/patch-configure.in	2008-05-04 21:01:55 UTC (rev 36505)
@@ -1,23 +0,0 @@
---- configure.in	2006-08-13 23:13:31.000000000 +0900
-+++ configure.in	2006-10-06 16:59:46.000000000 +0900
-@@ -118,6 +118,9 @@
-   AC_DEFINE([HAVE_BMP], 1, [User wants beep media player plugin built])
-   AM_CONDITIONAL([HAVE_XMMS], true)
-   AM_CONDITIONAL([HAVE_BMP], true)
-+else
-+  AC_DEFINE([HAVE_BMP], 0)
-+  AM_CONDITIONAL([HAVE_BMP], false)
- fi
- 
- if test x$WITHDRM = xyes; then
-@@ -128,10 +131,6 @@
- AC_CONFIG_FILES(libfaad/Makefile)
- AC_CONFIG_FILES(common/Makefile)
- AC_CONFIG_FILES(common/mp4ff/Makefile)
--AC_CONFIG_FILES(plugins/Makefile)
--AC_CONFIG_FILES(plugins/xmms/Makefile)
--AC_CONFIG_FILES(plugins/xmms/src/Makefile)
--AC_CONFIG_FILES(plugins/mpeg4ip/Makefile)
- AC_CONFIG_FILES(faad2.spec)
- AC_CONFIG_FILES(frontend/Makefile)
- AC_CONFIG_FILES(Makefile)

Deleted: trunk/dports/audio/faad2/files/patch-libfaad-common.h
===================================================================
--- trunk/dports/audio/faad2/files/patch-libfaad-common.h	2008-05-04 20:18:38 UTC (rev 36504)
+++ trunk/dports/audio/faad2/files/patch-libfaad-common.h	2008-05-04 21:01:55 UTC (rev 36505)
@@ -1,19 +0,0 @@
---- libfaad/common.h	2006-08-08 03:13:28.000000000 +0900
-+++ libfaad/common.h	2006-10-07 07:55:17.000000000 +0900
-@@ -309,6 +309,7 @@
-   }
- 
- 
-+#ifndef HAS_LRINTF
-   #if defined(_WIN32) && !defined(__MINGW32__)
-     #define HAS_LRINTF
-     static INLINE int lrintf(float f)
-@@ -336,7 +337,7 @@
-         return i;
-     }
-   #endif
--
-+#endif
- 
-   #ifdef __ICL /* only Intel C compiler has fmath ??? */
- 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080504/67e3179f/attachment-0001.html


More information about the macports-changes mailing list