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

devans at macports.org devans at macports.org
Tue Jun 16 09:08:43 PDT 2015


Revision: 137655
          https://trac.macports.org/changeset/137655
Author:   devans at macports.org
Date:     2015-06-16 09:08:43 -0700 (Tue, 16 Jun 2015)
Log Message:
-----------
gstreamer1-gst-plugins-bad: disable opencv plugin and dependency, plugin requires opencv < 2.5 but current version is 3.0.0.

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

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-06-16 15:53:48 UTC (rev 137654)
+++ users/devans/GNOME-3/stable/dports/gnome/gstreamer1-gst-plugins-bad/Portfile	2015-06-16 16:08:43 UTC (rev 137655)
@@ -10,7 +10,7 @@
 name                gstreamer1-gst-plugins-bad
 set my_name         gst-plugins-bad
 version             1.4.5
-revision            1
+revision            2
 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 \
@@ -50,7 +50,6 @@
                     port:libGLU \
                     port:mesa \
                     port:mpg123 \
-                    port:opencv \
                     port:openexr \
                     port:openjpeg15 \
                     port:orc \
@@ -76,9 +75,9 @@
 #
 # port:mjpegtools (mpeg2enc mplex build fails) need to disable mpeg2enc mplex explicitly in case mjpegtools is installed
 # plugin frei0r (no dependency, seqfaults on load)
+# port:opencv (opencv plugin requires opencv >= 2.0.0 opencv < 2.5.0 but current version is 3.0.0)
 # port:slv2 (builds but lv2 plugin fails to load and slv2 is not universal) disable lv2 explicitly in case slv2 is installed
-# port:Xvid (configure fails) plugin xvid not ported in this version
-#
+# port:Xvid plugin xvid not ported in this version
 # the following plugins build opportunisticly due to missing dependencies
 # explicitly disabled for now
 #
@@ -90,6 +89,7 @@
                     --disable-lv2 \
                     --disable-mpeg2enc \
                     --disable-mplex \
+                    --disable-opencv \
                     --disable-sdltest \
                     --enable-experimental \
                     --enable-static
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150616/cdad8064/attachment.html>


More information about the macports-changes mailing list