[131949] users/devans/GNOME-3/stable/dports/gnome/ gstreamer1-gst-plugins-bad

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


Revision: 131949
          https://trac.macports.org/changeset/131949
Author:   devans at macports.org
Date:     2015-01-21 11:53:03 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
GNOME-3/stable: gstreamer1-gst-plugins-bad, update to version 1.4.5, use gobject_introspection portgroup, drop outdated patch.

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

Removed Paths:
-------------
    users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/patch-opengl-10.6.diff

Modified: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-01-21 19:52:20 UTC (rev 131948)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-01-21 19:53:03 UTC (rev 131949)
@@ -5,10 +5,11 @@
 
 # https://bugzilla.gnome.org/show_bug.cgi?id=636134
 PortGroup           muniversal 1.0
+PortGroup           gobject_introspection 1.0
 
 name                gstreamer1-gst-plugins-bad
 set my_name         gst-plugins-bad
-version             1.4.4
+version             1.4.5
 description         A set of plug-ins for GStreamer that need more quality.
 long_description    GStreamer Bad Plug-ins is a set of plug-ins that aren't up to par compared \
                     to the rest. They might be close to being good quality, but they're missing \
@@ -23,8 +24,8 @@
 distname            ${my_name}-${version}
 use_xz              yes
 
-checksums           rmd160  f9acbc9bf3a3dfdfb4aeadd7418ef6fa0a7d022b \
-                    sha256  e41b36105c0a13a2cb1ff9f559714e839b82dc3841484cd664790fb7947e55c7
+checksums           rmd160  e3f594636e0b3bd9d3e70c779d4878ce4b06a587 \
+                    sha256  152fad7250683d72f9deb36c5685428338365fe4a4c87ffe15e38783b14f983c
 
 depends_build       port:pkgconfig
 depends_lib         port:gstreamer1-gst-plugins-base \
@@ -56,15 +57,15 @@
                     port:soundtouch \
                     port:spandsp-devel \
                     port:neon \
-                    port:webp \
-                    port:gobject-introspection
+                    port:webp
 
+gobject_introspection yes
+
 # Teach glibtool about -stdlib=libc++
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-patchfiles          modplug.patch \
-                    patch-opengl-10.6.diff
+patchfiles          modplug.patch
 
 #
 # could depend on tons for multimedia stuff +variants
@@ -128,12 +129,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"} {
@@ -145,9 +140,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

Deleted: users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/patch-opengl-10.6.diff
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/patch-opengl-10.6.diff	2015-01-21 19:52:20 UTC (rev 131948)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/files/patch-opengl-10.6.diff	2015-01-21 19:53:03 UTC (rev 131949)
@@ -1,24 +0,0 @@
---- gst-libs/gst/gl/gstglapi.h.orig	2014-11-15 12:17:15.000000000 -0800
-+++ gst-libs/gst/gl/gstglapi.h	2014-11-15 12:20:21.000000000 -0800
-@@ -71,7 +71,8 @@
- # ifdef __APPLE__
- #  include <OpenGL/OpenGL.h>
- #  include <OpenGL/gl.h>
--#  if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
-+#  include <Availability.h>
-+#  if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
- #   define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED
- #   include <OpenGL/gl3.h>
- #  endif
---- configure.ac.orig	2014-11-06 02:22:38.000000000 -0800
-+++ configure.ac	2014-11-15 12:27:45.000000000 -0800
-@@ -857,7 +857,8 @@
- # if __APPLE__
- #  include <OpenGL/OpenGL.h>
- #  include <OpenGL/gl.h>
--#  if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
-+#  include <Availability.h>
-+#  if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
- #   define GL_DO_NOT_WARN_IF_MULTI_GL_VERSION_HEADERS_INCLUDED
- #   include <OpenGL/gl3.h>
- #  endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/a5091ee5/attachment.html>


More information about the macports-changes mailing list