summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2010-01-18 13:18:06 +0000
committerDima Panov <fluffy@FreeBSD.org>2010-01-18 13:18:06 +0000
commitdaf4ebe7cdffb788a51a8ea03d835ab65f6a606b (patch)
tree3c8d5f78b2d01785278115f027c561d00cbfd26b /graphics
parent- Update port: graphics/opencv 1.0.0 -> 2.0.0 (diff)
- Chase opencv shlib bump
Approved by: miwi, tabthorpe (mentors implicit)
Notes
Notes: svn path=/head/; revision=248097
Diffstat (limited to 'graphics')
-rw-r--r--graphics/frei0r/Makefile4
-rw-r--r--graphics/kipi-plugins-kde4/Makefile3
-rw-r--r--graphics/rubygem-objectdetect/Makefile4
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/frei0r/Makefile b/graphics/frei0r/Makefile
index 859e3d99f66d..004b3eb58264 100644
--- a/graphics/frei0r/Makefile
+++ b/graphics/frei0r/Makefile
@@ -7,7 +7,7 @@
PORTNAME= frei0r
PORTVERSION= 1.1.22
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= plugins-
CATEGORIES= graphics
MASTER_SITES= http://propirate.net/${PORTNAME}/ \
@@ -16,7 +16,7 @@ MASTER_SITES= http://propirate.net/${PORTNAME}/ \
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Minimalistic plugin API for video effects
-LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv \
+LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv \
gavl.1:${PORTSDIR}/multimedia/gavl
GNU_CONFIGURE= yes
diff --git a/graphics/kipi-plugins-kde4/Makefile b/graphics/kipi-plugins-kde4/Makefile
index c8160a6242aa..870a67abf400 100644
--- a/graphics/kipi-plugins-kde4/Makefile
+++ b/graphics/kipi-plugins-kde4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kipi-plugins
PORTVERSION= 1.0.0
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= graphics kde
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
@@ -48,7 +49,7 @@ PLIST_SUB+= GPOD="@comment "
.endif
.if defined(WITH_OPENCV)
-LIB_DEPENDS+= cv.1:${PORTSDIR}/graphics/opencv
+LIB_DEPENDS+= cv.2:${PORTSDIR}/graphics/opencv
PLIST_SUB+= OPENCV=""
.else
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
diff --git a/graphics/rubygem-objectdetect/Makefile b/graphics/rubygem-objectdetect/Makefile
index d62d0ba90aa9..6325bfdddfeb 100644
--- a/graphics/rubygem-objectdetect/Makefile
+++ b/graphics/rubygem-objectdetect/Makefile
@@ -7,14 +7,14 @@
PORTNAME= objectdetect
PORTVERSION= 0.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics rubygems
MASTER_SITES= RF
MAINTAINER= tota@rtfm.jp
COMMENT= A simple library for detecting objects in pictures
-LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv
+LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv
USE_RUBY= yes
USE_RUBYGEMS= yes