[148970] trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon May 23 17:32:01 PDT 2016


Revision: 148970
          https://trac.macports.org/changeset/148970
Author:   jeremyhu at macports.org
Date:     2016-05-23 17:32:01 -0700 (Mon, 23 May 2016)
Log Message:
-----------
gstreamer1-gst-plugins-bad: Don't support x265 on Leopard (see #48336)

Modified Paths:
--------------
    trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile

Modified: trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile
===================================================================
--- trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2016-05-23 23:25:13 UTC (rev 148969)
+++ trunk/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2016-05-24 00:32:01 UTC (rev 148970)
@@ -119,8 +119,8 @@
 
 platform darwin {
     if {${os.major} < 10} {
-        depends_lib-delete      port:soundtouch
-        configure.args-append   --disable-soundtouch
+        depends_lib-delete      port:soundtouch port:x265
+        configure.args-append   --disable-soundtouch --disable-x265
     }
     if {${os.major} < 11 } {
         configure.args-append   --disable-cocoa --disable-opengl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160523/8673df97/attachment.html>


More information about the macports-changes mailing list