[113609] trunk/dports/multimedia/frei0r-plugins

mk at macports.org mk at macports.org
Wed Nov 20 10:27:16 PST 2013


Revision: 113609
          https://trac.macports.org/changeset/113609
Author:   mk at macports.org
Date:     2013-11-20 10:27:15 -0800 (Wed, 20 Nov 2013)
Log Message:
-----------
frei0r-plugins: patches fixing tickets #39505 and #41431

Modified Paths:
--------------
    trunk/dports/multimedia/frei0r-plugins/Portfile
    trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff

Modified: trunk/dports/multimedia/frei0r-plugins/Portfile
===================================================================
--- trunk/dports/multimedia/frei0r-plugins/Portfile	2013-11-20 18:24:20 UTC (rev 113608)
+++ trunk/dports/multimedia/frei0r-plugins/Portfile	2013-11-20 18:27:15 UTC (rev 113609)
@@ -5,6 +5,7 @@
 
 name                frei0r-plugins
 version             1.4
+revision            1
 categories          multimedia
 maintainers         dennedy.org:dan
 license             GPL-2+
@@ -24,7 +25,7 @@
 checksums           sha1    7995d06c5412b14fa3b05647084ca9d7a0c84faa \
                     rmd160  b49a341474facc633feed5007ebe1e8f01a1199e
 
-depends_lib         port:gavl
+depends_lib         port:cairo
 
 depends_build       port:pkgconfig
 

Modified: trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff	2013-11-20 18:24:20 UTC (rev 113608)
+++ trunk/dports/multimedia/frei0r-plugins/files/patch-configure.ac.diff	2013-11-20 18:27:15 UTC (rev 113609)
@@ -1,10 +1,20 @@
---- 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 @@
+--- configure.ac.orig	2013-06-26 20:00:26.000000000 -0700
++++ configure.ac	2013-06-26 20:00:31.000000000 -0700
+@@ -94,7 +94,7 @@
  AC_CHECK_FUNCS([floor memset pow sqrt])
  
  HAVE_OPENCV=false
 -PKG_CHECK_MODULES(OPENCV, opencv >= 1.0.0, [HAVE_OPENCV=true], [true])
++# 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`"
+@@ -104,7 +104,7 @@
+ AC_SUBST(HAVE_OPENCV)
+ 
+ HAVE_GAVL=false
+-PKG_CHECK_MODULES(GAVL, gavl >= 0.2.3, [HAVE_GAVL=true], [true])
++# PKG_CHECK_MODULES(GAVL, gavl >= 0.2.3, [HAVE_GAVL=true], [true])
+ AM_CONDITIONAL([HAVE_GAVL], [test x$HAVE_GAVL = xtrue])
+ 
+ HAVE_CAIRO=false
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131120/1481b692/attachment.html>


More information about the macports-changes mailing list