- Chase opencv shlib bump

Approved by:	miwi, tabthorpe (mentors implicit)
This commit is contained in:
Dima Panov 2010-01-18 13:18:06 +00:00
parent b3d93a8e24
commit daf4ebe7cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=248097
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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