aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libav
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2016-10-03 17:47:08 +0000
committerJan Beich <jbeich@FreeBSD.org>2016-10-03 17:47:08 +0000
commitba3ffd9b120f634f530959fca3707d2937d3e5e5 (patch)
tree9a595c7cf960f87901403bde2fb7e4175befb3a5 /multimedia/libav
parent2765ae7dd310dab626a72b59023dd6b24da0f225 (diff)
downloadports-ba3ffd9b120f634f530959fca3707d2937d3e5e5.tar.gz
ports-ba3ffd9b120f634f530959fca3707d2937d3e5e5.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
Notes
Notes: svn path=/head/; revision=423216
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