[137762] users/devans/GNOME-3/unstable/dports/gnome
devans at macports.org
devans at macports.org
Thu Jun 18 13:51:55 PDT 2015
Revision: 137762
https://trac.macports.org/changeset/137762
Author: devans at macports.org
Date: 2015-06-18 13:51:55 -0700 (Thu, 18 Jun 2015)
Log Message:
-----------
GNOME-3/unstable: gstreamer1-gst-plugins-good, copy from stable and update to unstable version 1.5.1, dependencies, disable fatal warnings, silent rules, does not use gobject-introspection.
Modified Paths:
--------------
users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-good/Portfile
Added Paths:
-----------
users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-good/
Modified: users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-good/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-good/Portfile 2015-06-18 04:38:18 UTC (rev 137727)
+++ users/devans/GNOME-3/unstable/dports/gnome/gstreamer1-gst-plugins-good/Portfile 2015-06-18 20:51:55 UTC (rev 137762)
@@ -6,11 +6,10 @@
# 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.5
+version 1.5.1
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 \
@@ -26,8 +25,8 @@
use_xz yes
distname ${my_name}-${version}
-checksums rmd160 2938db9238330b851a80d21e5f32a23e88f4eac7 \
- sha256 79b1b5f3f7bcaa8a615202eb5e176121eeb8336960f70687e536ad78dbc7e641
+checksums rmd160 bdb4cbe7bc163d0d4a22cbd18d796c4eb63ab781 \
+ sha256 8dd487797b8e3f32bed5cefca09b2a1083ba00fbd69b945b5e4411f3ef00d1bc
depends_build port:pkgconfig
@@ -37,7 +36,6 @@
port:gdk-pixbuf2 \
port:jack \
port:jpeg \
- port:libgnome-keyring \
port:libcaca \
port:libdv \
port:libpng \
@@ -48,8 +46,6 @@
port:taglib \
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
@@ -59,7 +55,13 @@
use_autoreconf yes
autoreconf.args -fvi
-configure.args-append --disable-gtk-doc --with-default-videosink=ximagesink --disable-pulse
+configure.args-append \
+ --disable-fatal-warnings \
+ --disable-silent-rules \
+ --disable-gtk-doc \
+ --with-default-videosink=ximagesink \
+ --disable-pulse
+
configure.env-append "HAVE_CXX=yes"
variant pulseaudio description {Enable PulseAudio plugin} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150618/4b4f43b2/attachment-0001.html>
More information about the macports-changes
mailing list