aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libav
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
committerjbeich <jbeich@FreeBSD.org>2016-10-04 01:47:08 +0800
commit4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d (patch)
tree9a595c7cf960f87901403bde2fb7e4175befb3a5 /multimedia/libav
parentf6f4b8bf10ba40bef3b78f35fc9dcf20eac55047 (diff)
downloadfreebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.gz
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.tar.zst
freebsd-ports-gnome-4c2b0b14c897b5e35776644c1a3a2bfd9e287b3d.zip
graphics/opencv: add suffix to make room for 3.x series
To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
Diffstat (limited to 'multimedia/libav')
-rw-r--r--multimedia/libav/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile
index e41d8515235d..70f3b837b94b 100644
--- a/multimedia/libav/Makefile
+++ b/multimedia/libav/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libav
PORTVERSION= 11.7
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= multimedia audio ipv6 net
MASTER_SITES= http://libav.org/releases/
@@ -10,7 +10,7 @@ MAINTAINER= dem.procopiou@gmail.com
COMMENT= Realtime audio/video conversion library
BUILD_DEPENDS= yasm:devel/yasm
-LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \
+LIB_DEPENDS= libopencv_core.so:graphics/opencv2-core \
libgmp.so:math/gmp \
libvdpau.so:multimedia/libvdpau \
libhogweed.so:security/nettle
@@ -99,7 +99,7 @@ JACK_CONFIGURE_OFF= --disable-indev=jack
LAME_LIB_DEPENDS= libmp3lame.so:audio/lame
LAME_CONFIGURE_ENABLE= libmp3lame
-OPENCV_LIB_DEPENDS= libopencv_gpu.so:graphics/opencv
+OPENCV_LIB_DEPENDS= libopencv_gpu.so:graphics/opencv2
OPENCV_CONFIGURE_ENABLE= libopencv
OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15