[131950] users/devans/GNOME-3/stable/dports/gnome/ gstreamer1-gst-plugins-ugly/Portfile

devans at macports.org devans at macports.org
Wed Jan 21 11:53:32 PST 2015


Revision: 131950
          https://trac.macports.org/changeset/131950
Author:   devans at macports.org
Date:     2015-01-21 11:53:32 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1-gst-plugins-ugly, update to version 1.4.5, no longer requires gobject_introspection.

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

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-01-21 19:53:03 UTC (rev 131949)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-ugly/Portfile	2015-01-21 19:53:32 UTC (rev 131950)
@@ -4,11 +4,11 @@
 PortSystem          1.0
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
-PortGroup   muniversal 1.0
+PortGroup           muniversal 1.0
 
 name                gstreamer1-gst-plugins-ugly
 set my_name         gst-plugins-ugly
-version             1.4.4
+version             1.4.5
 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  1862c0d43ca56ce0afea0a6e9ad2333c12e26c42 \
-                    sha256  afe2300130aaba910b8d5fab8d1fdf8b001ff4893ec1ac57b5d8766836cd81e9
+checksums           rmd160  56305e80bc185b969ba6c104735ad86918740cd3 \
+                    sha256  5cd5e81cf618944f4dc935f1669b2125e8bb2fe9cc7dc8dc15b72237aca49067
 
 depends_build       port:pkgconfig
 depends_lib         port:gstreamer1-gst-plugins-base \
@@ -38,7 +38,6 @@
                     port:libmpeg2 \
                     port:opencore-amr \
                     port:twolame \
-                    port:gobject-introspection \
                     port:x264
 
 configure.args-append       mandir=${prefix}/share/man --enable-static
@@ -58,12 +57,6 @@
     set merger_host(i386) i686-apple-${os.platform}${os.major}
     set merger_configure_args(x86_64) --build=x86_64-apple-${os.platform}${os.major}
     set merger_configure_args(i386) --build=i686-apple-${os.platform}${os.major}
-
-    # gobject-introspection uses g-ir-scanner, which uses $CC from env
-    foreach arch ${configure.universal_archs} {
-        lappend merger_build_args(${arch})  CC='${configure.cc} -arch ${arch}'
-        lappend merger_destroot_args(${arch})  CC='${configure.cc} -arch ${arch}'
-    }
 } else {
 
     if {${build_arch} eq "i386"} {
@@ -75,9 +68,6 @@
             --host=${build_arch}-apple-${os.platform}${os.major} \
             --build=${build_arch}-apple-${os.platform}${os.major}
     }
-
-    build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
-    destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/f6b5461a/attachment.html>


More information about the macports-changes mailing list