blender3: remove lib:libavdevice build dependency

force ffmpeg5
This commit is contained in:
Jerome Duval
2022-12-04 11:35:16 +01:00
parent 8afecd6c63
commit cf84eed4ae

View File

@@ -10,7 +10,7 @@ benefit from its unified pipeline and responsive development process."
HOMEPAGE="https://www.blender.org/"
COPYRIGHT="2002-2022 Blender Foundation"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.blender.org/source/blender-$portVersion.tar.xz"
CHECKSUM_SHA256="2ada48f0bf8a0ca802b987d757452012e1f8f24acf4d23453b09c2d595118cca"
SOURCE_DIR="blender-$portVersion"
@@ -100,8 +100,8 @@ BUILD_REQUIRES="
numpy${secondaryArchSuffix}_python310
devel:eigen$secondaryArchSuffix
devel:libalembic$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix
devel:libavdevice$secondaryArchSuffix
devel:libavcodec$secondaryArchSuffix >= 59
devel:libavdevice$secondaryArchSuffix >= 59
devel:libboost_atomic$secondaryArchSuffix >= 1.69.0
devel:libboost_chrono$secondaryArchSuffix >= 1.69.0
devel:libboost_date_time$secondaryArchSuffix >= 1.69.0
@@ -153,7 +153,6 @@ BUILD_REQUIRES="
devel:libyaml_cpp$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libzstd$secondaryArchSuffix
lib:libavdevice$secondaryArchSuffix # REQUIRED
"
BUILD_PREREQUIRES="
numpy${secondaryArchSuffix}_python310