mgba: switch to libswresample.

This commit is contained in:
Jérôme Duval
2019-08-21 11:27:40 +02:00
committed by GitHub
parent 95f2bde6e8
commit d6d448e3f4

View File

@@ -12,7 +12,7 @@ and a modern feature set for emulators that older emulators may not support."
HOMEPAGE="https://mgba.io"
COPYRIGHT="2013-2017 Jeffrey Pfau"
LICENSE="MPL v2.0"
REVISION="4"
REVISION="5"
SOURCE_URI="https://github.com/mgba-emu/mgba/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="665fbae8bcfaf3e3f4b83267ce5800b00b98f4bacbb36fc412e3829020019cf4"
@@ -29,7 +29,6 @@ REQUIRES="
haiku$secondaryArchSuffix
lib:libavcodec$secondaryArchSuffix
lib:libavformat$secondaryArchSuffix
lib:libavresample$secondaryArchSuffix
lib:libavutil$secondaryArchSuffix
lib:libedit$secondaryArchSuffix
lib:libncurses$secondaryArchSuffix
@@ -46,6 +45,7 @@ REQUIRES="
# SDL1.2 checks if one already exists first, so it's OK.
lib:libSDL_1.2$secondaryArchSuffix
lib:libswscale$secondaryArchSuffix
lib:libswresample$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libzip$secondaryArchSuffix
"
@@ -54,7 +54,6 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libavcodec$secondaryArchSuffix
devel:libavformat$secondaryArchSuffix
devel:libavresample$secondaryArchSuffix
devel:libavutil$secondaryArchSuffix
devel:libedit$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
@@ -66,6 +65,7 @@ BUILD_REQUIRES="
devel:libQt5Widgets$secondaryArchSuffix
devel:libSDL_1.2$secondaryArchSuffix
devel:libswscale$secondaryArchSuffix
devel:libswresample$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libzip$secondaryArchSuffix
"