From daf4ebe7cdffb788a51a8ea03d835ab65f6a606b Mon Sep 17 00:00:00 2001 From: Dima Panov Date: Mon, 18 Jan 2010 13:18:06 +0000 Subject: [PATCH] - Chase opencv shlib bump Approved by: miwi, tabthorpe (mentors implicit) --- graphics/frei0r/Makefile | 4 ++-- graphics/kipi-plugins-kde4/Makefile | 3 ++- graphics/rubygem-objectdetect/Makefile | 4 ++-- 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