mpv, don't rely on devel libraries for ffmpeg5 (#10963)

This commit is contained in:
Schrijvers Luc
2024-08-28 20:22:41 +02:00
committed by GitHub
parent 9825256df9
commit dec5e7f892

View File

@@ -5,7 +5,7 @@ types."
HOMEPAGE="https://mpv.io/" HOMEPAGE="https://mpv.io/"
COPYRIGHT="2013-2024 MPV Developers" COPYRIGHT="2013-2024 MPV Developers"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="2" REVISION="3"
SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz" SOURCE_URI="https://github.com/mpv-player/mpv/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066" CHECKSUM_SHA256="86d9ef40b6058732f67b46d0bbda24a074fae860b3eaae05bab3145041303066"
SOURCE_FILENAME="mpv-$portVersion.tar.gz" SOURCE_FILENAME="mpv-$portVersion.tar.gz"
@@ -91,8 +91,6 @@ REQUIRES_devel="
devel:libmpg123$secondaryArchSuffix devel:libmpg123$secondaryArchSuffix
devel:libplacebo$secondaryArchSuffix devel:libplacebo$secondaryArchSuffix
devel:librubberband$secondaryArchSuffix devel:librubberband$secondaryArchSuffix
devel:libswresample$secondaryArchSuffix >= 4
devel:libswscale$secondaryArchSuffix >= 7
devel:libuchardet$secondaryArchSuffix devel:libuchardet$secondaryArchSuffix
devel:libvulkan$secondaryArchSuffix devel:libvulkan$secondaryArchSuffix
devel:libz$secondaryArchSuffix devel:libz$secondaryArchSuffix