Ticket #32023: frei0r-plugins.diff
File frei0r-plugins.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-configure.ac.diff
1 --- configure.ac.orig 2011-03-09 03:02:25.000000000 -0600 2 +++ configure.ac 2011-11-11 09:28:40.000000000 -0600 3 @@ -94,7 +94,6 @@ 4 AC_CHECK_FUNCS([floor memset pow sqrt]) 5 6 HAVE_OPENCV=false 7 -PKG_CHECK_MODULES(OPENCV, opencv >= 1.0.0, [HAVE_OPENCV=true], [true]) 8 AM_CONDITIONAL([HAVE_OPENCV], [test x$HAVE_OPENCV = xtrue]) 9 if test x$HAVE_OPENCV = xtrue; then 10 # OPENCV_CFLAGS="$OPENCV_CFLAGS -DOPENCV_PREFIX=`pkg-config opencv --variable=prefix`" -
Portfile
5 5 6 6 name frei0r-plugins 7 7 version 1.3 8 revision 18 revision 2 9 9 categories multimedia 10 10 maintainers dennedy.org:dan 11 11 … … 25 25 checksums sha1 f6b463440017934d01ac3c8fdf70b93c915e3d08 \ 26 26 rmd160 abc279996bb5ffe83f796e1699c9b1cdbece60ec 27 27 28 depends_lib port:gavl \ 29 port:opencv 28 depends_lib port:gavl 30 29 31 30 depends_build port:pkgconfig 32 31 33 32 worksrcdir frei0r-${version} 34 33 35 # opencv is not universal 36 universal_variant no 34 patchfiles patch-configure.ac.diff 37 35 36 use_autoreconf yes 37 38 38 livecheck.type regex 39 39 livecheck.url [lindex ${master_sites} 0] 40 40 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}