[131954] trunk/dports/gnome/gstreamer1-gst-plugins-good
devans at macports.org
devans at macports.org
Wed Jan 21 13:24:49 PST 2015
Revision: 131954
https://trac.macports.org/changeset/131954
Author: devans at macports.org
Date: 2015-01-21 13:24:49 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
gstreamer1-gst-plugins-good: update to version 1.4.5, use gobject_introspection portgroup.
Modified Paths:
--------------
trunk/dports/gnome/gstreamer1-gst-plugins-good/Portfile
Property Changed:
----------------
trunk/dports/gnome/gstreamer1-gst-plugins-good/
Property changes on: trunk/dports/gnome/gstreamer1-gst-plugins-good
___________________________________________________________________
Modified: svn:mergeinfo
- /users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good:125799-128155
+ /users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good:125799-131950
Modified: trunk/dports/gnome/gstreamer1-gst-plugins-good/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-good/Portfile 2015-01-21 21:24:39 UTC (rev 131953)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-good/Portfile 2015-01-21 21:24:49 UTC (rev 131954)
@@ -6,10 +6,11 @@
# https://bugzilla.gnome.org/show_bug.cgi?id=636134
PortGroup muniversal 1.0
PortGroup compiler_blacklist_versions 1.0
+PortGroup gobject_introspection 1.0
name gstreamer1-gst-plugins-good
set my_name gst-plugins-good
-version 1.4.4
+version 1.4.5
description A set of good-quality plug-ins for GStreamer under GStreamer's preferred \
license, LGPL.
long_description GStreamer Good Plug-ins is a set of plug-ins that GStreamer's developers \
@@ -25,8 +26,8 @@
use_xz yes
distname ${my_name}-${version}
-checksums rmd160 8fa0090102e7079e0aa281a66a393ab910d40d86 \
- sha256 2df90e99da45211c7b2525ae4ac34830a9e7784bd48c072c406c0cf014bdb277
+checksums rmd160 2938db9238330b851a80d21e5f32a23e88f4eac7 \
+ sha256 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641
depends_build port:pkgconfig
@@ -45,9 +46,10 @@
path:lib/libspeex.dylib:speex \
port:libvpx \
port:taglib \
- port:wavpack \
- port:gobject-introspection
+ port:wavpack
+gobject_introspection yes
+
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
@@ -73,14 +75,7 @@
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"} {
configure.args-append \
--host=i686-apple-${os.platform}${os.major} \
@@ -90,9 +85,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}"
}
# SSE register return with SSE disabled
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/64eb6355/attachment-0001.html>
More information about the macports-changes
mailing list