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 https://trac.macports.org/ticket/32023

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@87176 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Ryan Schmidt
2011-11-13 04:16:45 +00:00
parent 36a2e9a697
commit 8ba5f1974c
2 changed files with 15 additions and 5 deletions
+5 -5
View File
@@ -5,7 +5,7 @@ PortSystem 1.0
name frei0r-plugins
version 1.3
revision 1
revision 2
categories multimedia
maintainers dennedy.org:dan
@@ -25,15 +25,15 @@ platforms darwin
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]
@@ -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`"