[101232] trunk/dports/gnome/gst-plugins-good

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 11:04:47 PST 2013


Revision: 101232
          https://trac.macports.org/changeset/101232
Author:   jeremyhu at macports.org
Date:     2013-01-06 11:04:47 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
gst-plugins-good: Fix build with automake-1.13 and actually build taglib support

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-good/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gst-plugins-good/files/automake.patch

Modified: trunk/dports/gnome/gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-good/Portfile	2013-01-06 17:55:20 UTC (rev 101231)
+++ trunk/dports/gnome/gst-plugins-good/Portfile	2013-01-06 19:04:47 UTC (rev 101232)
@@ -9,7 +9,7 @@
 
 name                gst-plugins-good
 version             0.10.31
-revision            6
+revision            7
 description         \
     A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
     license, LGPL.
@@ -48,6 +48,8 @@
       
 use_bzip2   yes
 
+patchfiles  automake.patch
+
 post-patch {
     # gst/goom is the only thing using this, and its mmx code is buggy (as of 0.10.31)
     reinplace "s|-DBUILD_MMX|-UBUILD_MMX|" ${worksrcpath}/gst/goom/Makefile.am
@@ -58,6 +60,7 @@
 autoreconf.args         -fvi
 
 configure.args-append   --disable-gtk-doc --disable-schemas-install --with-default-videosink=ximagesink
+configure.env-append    "HAVE_CXX=yes"
 
 if {[variant_isset universal]} { 
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}

Added: trunk/dports/gnome/gst-plugins-good/files/automake.patch
===================================================================
--- trunk/dports/gnome/gst-plugins-good/files/automake.patch	                        (rev 0)
+++ trunk/dports/gnome/gst-plugins-good/files/automake.patch	2013-01-06 19:04:47 UTC (rev 101232)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-06 10:44:07.000000000 -0800
++++ configure.ac	2013-01-06 10:44:19.000000000 -0800
+@@ -24,7 +24,7 @@ dnl can autoconf find the source ?
+ AC_CONFIG_SRCDIR([gst/law/alaw.c])
+ 
+ dnl define the output header for config
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
+ AM_MAINTAINER_MODE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/53c8fd15/attachment.html>


More information about the macports-changes mailing list