[87176] trunk/dports/multimedia/frei0r-plugins
ryandesign at macports.org
ryandesign at macports.org
Sat Nov 12 20:16:50 PST 2011
Revision: 87176
http://trac.macports.org/changeset/87176
Author: ryandesign at macports.org
Date: 2011-11-12 20:16:45 -0800 (Sat, 12 Nov 2011)
Log Message:
-----------
frei0r-plugins: do not use opencv, since it only impacts a couple plugins which are rarely used, prevents the port from having a universal variant, and prevents some users from building the port; see #32023
Modified Paths:
--------------
trunk/dports/multimedia/frei0r-plugins/Portfile
Added Paths:
-----------
trunk/dports/multimedia/frei0r-plugins/files/
trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff
Modified: trunk/dports/multimedia/frei0r-plugins/Portfile
===================================================================
--- trunk/dports/multimedia/frei0r-plugins/Portfile 2011-11-13 01:54:46 UTC (rev 87175)
+++ trunk/dports/multimedia/frei0r-plugins/Portfile 2011-11-13 04:16:45 UTC (rev 87176)
@@ -5,7 +5,7 @@
name frei0r-plugins
version 1.3
-revision 1
+revision 2
categories multimedia
maintainers dennedy.org:dan
@@ -25,16 +25,16 @@
checksums sha1 f6b463440017934d01ac3c8fdf70b93c915e3d08 \
rmd160 abc279996bb5ffe83f796e1699c9b1cdbece60ec
-depends_lib port:gavl \
- port:opencv
+depends_lib port:gavl
depends_build port:pkgconfig
worksrcdir frei0r-${version}
-# opencv is not universal
-universal_variant no
+patchfiles patch-configure.ac.diff
+use_autoreconf yes
+
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Added: trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff (rev 0)
+++ trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff 2011-11-13 04:16:45 UTC (rev 87176)
@@ -0,0 +1,10 @@
+--- configure.ac.orig 2011-03-09 03:02:25.000000000 -0600
++++ configure.ac 2011-11-11 09:28:40.000000000 -0600
+@@ -94,7 +94,6 @@
+ AC_CHECK_FUNCS([floor memset pow sqrt])
+
+ HAVE_OPENCV=false
+-PKG_CHECK_MODULES(OPENCV, opencv >= 1.0.0, [HAVE_OPENCV=true], [true])
+ AM_CONDITIONAL([HAVE_OPENCV], [test x$HAVE_OPENCV = xtrue])
+ if test x$HAVE_OPENCV = xtrue; then
+ # OPENCV_CFLAGS="$OPENCV_CFLAGS -DOPENCV_PREFIX=`pkg-config opencv --variable=prefix`"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111112/6d7552a2/attachment-0001.html>
More information about the macports-changes
mailing list