From a88a53c561909083d1a6fb094a6d0ab8b5b5c1bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 21 Aug 2019 11:30:13 +0200 Subject: [PATCH] opencv: switch to libswresample --- media-libs/opencv/opencv-3.4.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/opencv/opencv-3.4.3.recipe b/media-libs/opencv/opencv-3.4.3.recipe index 24cb6931b..7700681d1 100644 --- a/media-libs/opencv/opencv-3.4.3.recipe +++ b/media-libs/opencv/opencv-3.4.3.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2000-2016, Intel Corporation 2015-2016, OpenCV Foundation 2015-2016, Itseez Inc." LICENSE="BSD (3-clause)" -REVISION="4" +REVISION="5" SOURCE_URI="https://github.com/opencv/opencv/archive/$portVersion.tar.gz" SOURCE_FILENAME="opencv-$portVersion.tar.gz" CHECKSUM_SHA256="4eef85759d5450b183459ff216b4c0fa43e87a4f6aa92c8af649f89336f002ec" @@ -84,7 +84,6 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libavcodec$secondaryArchSuffix lib:libavformat$secondaryArchSuffix - lib:libavresample$secondaryArchSuffix lib:libavutil$secondaryArchSuffix lib:libfreetype$secondaryArchSuffix lib:libgdal$secondaryArchSuffix @@ -110,6 +109,7 @@ REQUIRES=" lib:libQt5Test$secondaryArchSuffix lib:libQt5Widgets$secondaryArchSuffix lib:libswscale$secondaryArchSuffix + lib:libswresample$secondaryArchSuffix lib:libtiff$secondaryArchSuffix lib:libwebp$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -189,7 +189,6 @@ BUILD_REQUIRES=" devel:eigen$secondaryArchSuffix devel:libavcodec$secondaryArchSuffix devel:libavformat$secondaryArchSuffix - devel:libavresample$secondaryArchSuffix devel:libavutil$secondaryArchSuffix # devel:libcaffe$secondaryArchSuffix devel:libexif$secondaryArchSuffix @@ -222,6 +221,7 @@ BUILD_REQUIRES=" devel:libQt5Test$secondaryArchSuffix devel:libQt5Widgets$secondaryArchSuffix devel:libswscale$secondaryArchSuffix + devel:libswresample$secondaryArchSuffix # devel:libtesseract$secondaryArchSuffix devel:libtiff$secondaryArchSuffix devel:libwebp$secondaryArchSuffix