[101172] trunk/dports/audio/a52dec

jeremyhu at macports.org jeremyhu at macports.org
Sat Jan 5 12:11:15 PST 2013


Revision: 101172
          https://trac.macports.org/changeset/101172
Author:   jeremyhu at macports.org
Date:     2013-01-05 12:11:15 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
a52dec: Build with newer automake

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

Added Paths:
-----------
    trunk/dports/audio/a52dec/files/
    trunk/dports/audio/a52dec/files/automake.patch

Modified: trunk/dports/audio/a52dec/Portfile
===================================================================
--- trunk/dports/audio/a52dec/Portfile	2013-01-05 19:59:39 UTC (rev 101171)
+++ trunk/dports/audio/a52dec/Portfile	2013-01-05 20:11:15 UTC (rev 101172)
@@ -17,13 +17,13 @@
 homepage         http://liba52.sourceforge.net/
 platforms        darwin
 master_sites     ${homepage}files/
-checksums        md5 caa9f5bc44232dc8aeea773fea56be80
+checksums           rmd160  5b63b34c5840e7182b733cad41e916a8d4875eb1 \
+                    sha256  a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33
 
-configure.args   --enable-shared --mandir=${prefix}/share/man
-configure.ccache no
-
 livecheck.type   regex
 livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
 
+patchfiles automake.patch
+
 use_autoreconf  yes
 autoreconf.args -fvi

Added: trunk/dports/audio/a52dec/files/automake.patch
===================================================================
--- trunk/dports/audio/a52dec/files/automake.patch	                        (rev 0)
+++ trunk/dports/audio/a52dec/files/automake.patch	2013-01-05 20:11:15 UTC (rev 101172)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2013-01-05 12:06:40.000000000 -0800
++++ configure.in	2013-01-05 12:06:59.000000000 -0800
+@@ -6,7 +6,7 @@ AC_CONFIG_AUX_DIR(autotools)
+ AC_CONFIG_FILES([Makefile autotools/Makefile include/Makefile test/Makefile
+     doc/Makefile src/Makefile liba52/Makefile libao/Makefile vc++/Makefile])
+ AM_INIT_AUTOMAKE([a52dec],[0.7.4])
+-AM_CONFIG_HEADER(include/config.h)
++AC_CONFIG_HEADERS([include/config.h])
+ AM_MAINTAINER_MODE
+ AC_CANONICAL_HOST
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/56b53a07/attachment.html>


More information about the macports-changes mailing list