diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-14 13:30:25 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-14 13:30:25 +0800 |
commit | 5874914e631e56d40dee7d57b244ac9ec2841cb1 (patch) | |
tree | 6366c23d4f245410e4ad91349a7d342c4435ba76 /multimedia/libav | |
parent | 29096a65b43a9b8fc2f2ea099009a65e8ae3b3a8 (diff) | |
download | freebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.tar.gz freebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.tar.zst freebsd-ports-gnome-5874914e631e56d40dee7d57b244ac9ec2841cb1.zip |
graphics/opencv: back out r423216 and r423063 (replaying r423316)
Renaming didn't help to unblock 3.x progress as co-existence with 2.x
was no less complex than simply fixing consumers. This commit also
restores directory-level history accidentally lost via git-svn.
PR: 210505
Pointy hat to: jbeich (should've discussed first)
Diffstat (limited to 'multimedia/libav')
-rw-r--r-- | multimedia/libav/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/libav/Makefile b/multimedia/libav/Makefile index 7efcc0cf2238..d0a28986403b 100644 --- a/multimedia/libav/Makefile +++ b/multimedia/libav/Makefile @@ -2,6 +2,7 @@ PORTNAME= libav PORTVERSION= 11.8 +PORTREVISION= 1 CATEGORIES= multimedia audio ipv6 net MASTER_SITES= http://libav.org/releases/ @@ -11,7 +12,7 @@ COMMENT= Realtime audio/video conversion library LICENSE= GPLv2+ BUILD_DEPENDS= yasm:devel/yasm -LIB_DEPENDS= libopencv_core.so:graphics/opencv2-core \ +LIB_DEPENDS= libopencv_core.so:graphics/opencv-core \ libgmp.so:math/gmp \ libvdpau.so:multimedia/libvdpau \ libhogweed.so:security/nettle @@ -101,7 +102,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/opencv2 +OPENCV_LIB_DEPENDS= libopencv_gpu.so:graphics/opencv OPENCV_CONFIGURE_ENABLE= libopencv OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 |