[19951] trunk/dports/audio/faad2

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 6 04:01:32 PDT 2006


Revision: 19951
          http://trac.macosforge.org/projects/macports/changeset/19951
Author:   pguyot at kallisys.net
Date:     2006-10-06 04:01:31 -0700 (Fri, 06 Oct 2006)

Log Message:
-----------
faad2: update to 2.5
Possibly fixes #8070

Modified Paths:
--------------
    trunk/dports/audio/faad2/Portfile

Added Paths:
-----------
    trunk/dports/audio/faad2/files/patch-Makefile.am
    trunk/dports/audio/faad2/files/patch-configure.in

Removed Paths:
-------------
    trunk/dports/audio/faad2/files/patch-Makefile.am
    trunk/dports/audio/faad2/files/patch-mp4ffint.h

Modified: trunk/dports/audio/faad2/Portfile
===================================================================
--- trunk/dports/audio/faad2/Portfile	2006-10-06 09:53:54 UTC (rev 19950)
+++ trunk/dports/audio/faad2/Portfile	2006-10-06 11:01:31 UTC (rev 19951)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		faad2
-version		2.0
+version		2.5
 categories	audio
 maintainers	pguyot at kallisys.net
 description	Fastest ISO AAC audio decoder.
@@ -14,15 +14,20 @@
 homepage	http://www.audiocoding.com/
 platforms	darwin
 master_sites	sourceforge:faac
-checksums	md5 1a6f79365f2934a4888b210ef47a3a07
+checksums	md5 696490935bf65b2ace4aafaff79e2396 \
+			sha1 3805d32c9d0033572eced93482f81c1dd198cd2c \
+			rmd160 4031786df0aded272bc4603ef18e80128e5e9063
 worksrcdir	${name}
-patchfiles	patch-Makefile.am patch-mp4ffint.h
+patchfiles	patch-configure.in patch-Makefile.am
 
+depends_lib		port:libtool \
+				port:autoconf \
+				port:automake \
+				port:perl5.8
+
 pre-configure	{
-	system "cd ${worksrcpath} && aclocal -I . && autoheader && glibtoolize --automake --copy"
+	system "cd ${worksrcpath} && LIBTOOLIZE=${prefix}/bin/glibtoolize autoreconf -vif"
 	reinplace "s|-flat_namespace -undefined suppress|-undefined error|g" "${worksrcpath}/aclocal.m4"
 }
 
-use_automake	yes
-automake.args	--add-missing --copy
-use_autoconf	yes
+configure.args	--without-bmp --without-xmms --without-drm --without-mpeg4ip

Deleted: trunk/dports/audio/faad2/files/patch-Makefile.am
===================================================================
--- trunk/dports/audio/faad2/files/patch-Makefile.am	2006-10-06 09:53:54 UTC (rev 19950)
+++ trunk/dports/audio/faad2/files/patch-Makefile.am	2006-10-06 11:01:31 UTC (rev 19951)
@@ -1,12 +0,0 @@
---- Makefile.am.orig	Thu Jul  8 00:52:02 2004
-+++ Makefile.am	Thu Jul  8 00:52:06 2004
-@@ -3,6 +3,6 @@
- EXTRA_DIST = faad2.spec
- 
- rpm:    Makefile
--       make dist
--       $(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
--       rm $(PACKAGE)-$(VERSION).tar.gz
-+	make dist
-+	$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
-+	rm $(PACKAGE)-$(VERSION).tar.gz

Added: trunk/dports/audio/faad2/files/patch-Makefile.am
===================================================================
--- trunk/dports/audio/faad2/files/patch-Makefile.am	                        (rev 0)
+++ trunk/dports/audio/faad2/files/patch-Makefile.am	2006-10-06 11:01:31 UTC (rev 19951)
@@ -0,0 +1,8 @@
+--- Makefile.am	2004-07-27 17:52:20.000000000 +0900
++++ Makefile.am	2006-10-06 19:31:11.000000000 +0900
+@@ -1,4 +1,4 @@
+-SUBDIRS = libfaad common frontend plugins
++SUBDIRS = libfaad common frontend
+ 
+ EXTRA_DIST = faad2.spec
+ 

Added: trunk/dports/audio/faad2/files/patch-configure.in
===================================================================
--- trunk/dports/audio/faad2/files/patch-configure.in	                        (rev 0)
+++ trunk/dports/audio/faad2/files/patch-configure.in	2006-10-06 11:01:31 UTC (rev 19951)
@@ -0,0 +1,23 @@
+--- 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-mp4ffint.h
===================================================================
--- trunk/dports/audio/faad2/files/patch-mp4ffint.h	2006-10-06 09:53:54 UTC (rev 19950)
+++ trunk/dports/audio/faad2/files/patch-mp4ffint.h	2006-10-06 11:01:31 UTC (rev 19951)
@@ -1,10 +0,0 @@
---- common/mp4ff/mp4ffint.h.orig        2005-02-12 23:38:28.828890793 -0500
-+++ common/mp4ff/mp4ffint.h     2005-02-12 23:41:01.618473068 -0500
-@@ -301,7 +301,7 @@
- mp4ff_t *mp4ff_open_edit(mp4ff_callback_t *f);
- #endif
- void mp4ff_close(mp4ff_t *ff);
--void mp4ff_track_add(mp4ff_t *f);
-+static void mp4ff_track_add(mp4ff_t *f);
- int32_t parse_sub_atoms(mp4ff_t *f, const uint64_t total_size);
- int32_t parse_atoms(mp4ff_t *f);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061006/a0ca18c9/attachment.html


More information about the macports-changes mailing list