mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
retroarch: drop dependency on libavresample
This commit is contained in:
@@ -6,7 +6,7 @@ shaders, netplay, rewinding, next-frame response times, and more!"
|
||||
HOMEPAGE="https://www.retroarch.com/"
|
||||
COPYRIGHT="2010-2018 The RetroArch Team"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/libretro/RetroArch/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="84cdf88b7dfbbe229521c32489820040eeee7736ef8fb43f1f345235b34e9732"
|
||||
SOURCE_FILENAME="retroarch-$portVersion.tar.gz"
|
||||
@@ -37,7 +37,6 @@ REQUIRES="
|
||||
lib:libavcodec$secondaryArchSuffix
|
||||
lib:libavdevice$secondaryArchSuffix
|
||||
lib:libavformat$secondaryArchSuffix
|
||||
lib:libavresample$secondaryArchSuffix
|
||||
lib:libavutil$secondaryArchSuffix
|
||||
lib:libGL$secondaryArchSuffix
|
||||
lib:libsdl2_2.0$secondaryArchSuffix
|
||||
@@ -51,7 +50,6 @@ BUILD_REQUIRES="
|
||||
devel:libavcodec$secondaryArchSuffix
|
||||
devel:libavdevice$secondaryArchSuffix
|
||||
devel:libavformat$secondaryArchSuffix
|
||||
devel:libavresample$secondaryArchSuffix
|
||||
devel:libavutil$secondaryArchSuffix
|
||||
devel:libGL$secondaryArchSuffix
|
||||
devel:libsdl2$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user