[137781] users/devans/GNOME-3/unstable/dports/gnome

devans at macports.org devans at macports.org
Fri Jun 19 07:43:52 PDT 2015


Revision: 137781
          https://trac.macports.org/changeset/137781
Author:   devans at macports.org
Date:     2015-06-19 07:43:51 -0700 (Fri, 19 Jun 2015)
Log Message:
-----------
GNOME-3/unstable: gstreamer1-gst-plugins-ugly, copy from stable and update to unstable version 1.5.1, disable fatal warnings, silent rules, remove outdated port-extract reinplace, update configuration.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-ugly/

Modified: users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-06-18 04:38:18 UTC (rev 137727)
+++ users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-06-19 14:43:51 UTC (rev 137781)
@@ -8,7 +8,7 @@
 
 name                gstreamer1-gst-plugins-ugly
 set my_name         gst-plugins-ugly
-version             1.4.5
+version             1.5.1
 description         A set of good-quality plug-ins for GStreamer that might pose distribution \
                     problems.
 long_description    GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and \
@@ -24,8 +24,8 @@
 license             GPL-2+ LGPL-2+
 use_xz              yes
 
-checksums           rmd160  56305e80bc185b969ba6c104735ad86918740cd3 \
-                    sha256  5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067
+checksums           rmd160  225a9d9dbac1178ea4789987abb306349f33f7c6 \
+                    sha256  e69638e34adcad3d5b75e3dcd8eb4be73e140ebe68067b3ecdafd520dbe4df40
 
 depends_build       port:pkgconfig
 depends_lib         port:gstreamer1-gst-plugins-base \
@@ -40,18 +40,18 @@
                     port:twolame \
                     port:x264
 
-configure.args-append       mandir=${prefix}/share/man --enable-static
-configure.cppflags-append   "-L${prefix}/lib"
+configure.args-append \
+                    --disable-fatal-warnings \
+                    --disable-silent-rules \
+                    --enable-static
+
 configure.cflags-append     -funroll-loops -fstrict-aliasing
 
-# I'm not sure if the pkg-config data is wrong or if gst-plugin is wrong, meh.
-configure.cppflags-append -I${prefix}/include/opencore-amrnb -I${prefix}/include/opencore-amrwb
+# pkg-config --cflags opencore-amr* incorrectly returns just -I${prefix}/include
+configure.env-append \
+                    AMRNB_CFLAGS=-I${prefix}/include/opencore-amrnb \
+                    AMRWB_CFLAGS=-I${prefix}/include/opencore-amrwb
 
-post-extract {
-    reinplace "s|-flat_namespace -undefined suppress|-undefined define_a_way|g" \
-    ${worksrcpath}/configure
-}
-
 if {[variant_isset universal]} {
     set merger_host(x86_64) x86_64-apple-${os.platform}${os.major}
     set merger_host(i386) i686-apple-${os.platform}${os.major}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150619/9f64b266/attachment.html>


More information about the macports-changes mailing list