[99334] trunk/dports/gnome/gst-plugins-gl

rmstonecipher at macports.org rmstonecipher at macports.org
Thu Nov 1 19:31:49 PDT 2012


Revision: 99334
          http://trac.macports.org//changeset/99334
Author:   rmstonecipher at macports.org
Date:     2012-11-01 19:31:49 -0700 (Thu, 01 Nov 2012)
Log Message:
-----------
gnome/gst-plugins-gl added OBJCFLAGS to Makefiles to fix i386 building (fixes #27898)

Modified Paths:
--------------
    trunk/dports/gnome/gst-plugins-gl/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gst-plugins-gl/files/
    trunk/dports/gnome/gst-plugins-gl/files/objcflags.patch

Modified: trunk/dports/gnome/gst-plugins-gl/Portfile
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/Portfile	2012-11-02 02:26:07 UTC (rev 99333)
+++ trunk/dports/gnome/gst-plugins-gl/Portfile	2012-11-02 02:31:49 UTC (rev 99334)
@@ -8,7 +8,7 @@
 
 name                gst-plugins-gl
 version             0.10.3
-revision            3
+revision            4
 description         This is gst-plugins, a set of plug-ins for GStreamer.
 long_description    The GStreamer OpenGL module provides helper libraries, base \
                     classes and elements for integrating with OpenGL and using \
@@ -33,6 +33,8 @@
 checksums           rmd160  7375ad5f4831267d398ff579ce5a96e4020ff128 \
                     sha256  48340b6a4b8abce16344a7bc33e74a94fdcce4f57ef6342cdf2f941c429bf210
 
+patchfiles          objcflags.patch
+
 use_autoreconf  yes
 autoreconf.args -fvi
 

Added: trunk/dports/gnome/gst-plugins-gl/files/objcflags.patch
===================================================================
--- trunk/dports/gnome/gst-plugins-gl/files/objcflags.patch	                        (rev 0)
+++ trunk/dports/gnome/gst-plugins-gl/files/objcflags.patch	2012-11-02 02:31:49 UTC (rev 99334)
@@ -0,0 +1,20 @@
+--- tests/examples/cocoa/videoxoverlay/Makefile.in.orig	2011-11-07 13:26:10.000000000 +1100
++++ tests/examples/cocoa/videoxoverlay/Makefile.in	2011-11-07 13:26:38.000000000 +1100
+@@ -272,6 +272,7 @@
+ NMEDIT = @NMEDIT@
+ OBJC = @OBJC@
+ OBJCDEPMODE = @OBJCDEPMODE@
++OBJCFLAGS = @CFLAGS@
+ OBJC_LDFLAGS = @OBJC_LDFLAGS@
+ OBJDUMP = @OBJDUMP@
+ OBJEXT = @OBJEXT@
+--- gst-libs/gst/gl/Makefile.in.orig	2010-09-04 15:41:52.000000000 +1000
++++ gst-libs/gst/gl/Makefile.in	2011-11-07 13:24:22.000000000 +1100
+@@ -330,6 +330,7 @@
+ NMEDIT = @NMEDIT@
+ OBJC = @OBJC@
+ OBJCDEPMODE = @OBJCDEPMODE@
++OBJCFLAGS = @CFLAGS@
+ OBJC_LDFLAGS = @OBJC_LDFLAGS@
+ OBJDUMP = @OBJDUMP@
+ OBJEXT = @OBJEXT@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121101/f7bde3b9/attachment.html>


More information about the macports-changes mailing list