qtav: Bump after postproc removal

Appears qtav does not use postproc anyway so far as I can tell.
This commit is contained in:
waddlesplash
2019-09-02 12:21:21 -04:00
committed by GitHub
parent 8b7fe74322
commit 1a0e06cf08

View File

@@ -31,7 +31,7 @@ you can write your decoder, audio output for particular platform."
HOMEPAGE="http://www.qtav.org/"
COPYRIGHT="2013-2019 Wang Bin"
LICENSE="GNU LGPL v2.1"
REVISION="6"
REVISION="7"
SOURCE_URI="https://github.com/wang-bin/QtAV/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="65ab859985d73521c2d17e72117baae0f3f6242b69f59994acada76fa5364193"
SOURCE_DIR="QtAV-$portVersion"
@@ -55,7 +55,6 @@ REQUIRES="
lib:libavutil$secondaryArchSuffix
lib:libgl$secondaryArchSuffix
lib:libopenal$secondaryArchSuffix
lib:libpostproc$secondaryArchSuffix
lib:libQt5Core$secondaryArchSuffix
lib:libQt5Gui$secondaryArchSuffix
lib:libQt5Widgets$secondaryArchSuffix
@@ -84,7 +83,6 @@ BUILD_REQUIRES="
devel:libavutil$secondaryArchSuffix
devel:libgl$secondaryArchSuffix
devel:libopenal$secondaryArchSuffix
devel:libpostproc$secondaryArchSuffix
devel:libQt5Core$secondaryArchSuffix
devel:libswresample$secondaryArchSuffix
devel:libswscale$secondaryArchSuffix