mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Chase opencv shlib bump
Approved by: miwi, tabthorpe (mentors implicit)
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= frei0r
|
PORTNAME= frei0r
|
||||||
PORTVERSION= 1.1.22
|
PORTVERSION= 1.1.22
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
DISTVERSIONPREFIX= plugins-
|
DISTVERSIONPREFIX= plugins-
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= http://propirate.net/${PORTNAME}/ \
|
MASTER_SITES= http://propirate.net/${PORTNAME}/ \
|
||||||
|
@ -16,7 +16,7 @@ MASTER_SITES= http://propirate.net/${PORTNAME}/ \
|
||||||
MAINTAINER= bsdkaffee@gmail.com
|
MAINTAINER= bsdkaffee@gmail.com
|
||||||
COMMENT= Minimalistic plugin API for video effects
|
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
|
gavl.1:${PORTSDIR}/multimedia/gavl
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= kipi-plugins
|
PORTNAME= kipi-plugins
|
||||||
PORTVERSION= 1.0.0
|
PORTVERSION= 1.0.0
|
||||||
|
PORTREVISION= 1
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= graphics kde
|
CATEGORIES= graphics kde
|
||||||
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
|
||||||
|
@ -48,7 +49,7 @@ PLIST_SUB+= GPOD="@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_OPENCV)
|
.if defined(WITH_OPENCV)
|
||||||
LIB_DEPENDS+= cv.1:${PORTSDIR}/graphics/opencv
|
LIB_DEPENDS+= cv.2:${PORTSDIR}/graphics/opencv
|
||||||
PLIST_SUB+= OPENCV=""
|
PLIST_SUB+= OPENCV=""
|
||||||
.else
|
.else
|
||||||
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
|
CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF
|
||||||
|
|
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
PORTNAME= objectdetect
|
PORTNAME= objectdetect
|
||||||
PORTVERSION= 0.0.3
|
PORTVERSION= 0.0.3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics rubygems
|
CATEGORIES= graphics rubygems
|
||||||
MASTER_SITES= RF
|
MASTER_SITES= RF
|
||||||
|
|
||||||
MAINTAINER= tota@rtfm.jp
|
MAINTAINER= tota@rtfm.jp
|
||||||
COMMENT= A simple library for detecting objects in pictures
|
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_RUBY= yes
|
||||||
USE_RUBYGEMS= yes
|
USE_RUBYGEMS= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue