mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
opencascade: change ffmpeg build dependency
It doesn't build with newer versions than ffmpeg4, but the the dependency is optional, so we can drop it if ffmpeg4 is dropped. No revbump because no rebuild is necessare right now.
This commit is contained in:
@@ -309,9 +309,6 @@ BUILD_REQUIRES="
|
||||
cmd:doxygen >= 1.8.4
|
||||
cmd:lrelease$secondaryArchSuffix
|
||||
cmd:tclsh
|
||||
devel:libavcodec$secondaryArchSuffix >= 58
|
||||
devel:libavformat$secondaryArchSuffix >= 58
|
||||
devel:libavutil$secondaryArchSuffix >= 56
|
||||
devel:libdraco$secondaryArchSuffix
|
||||
devel:libexecinfo$secondaryArchSuffix
|
||||
# devel:libEGL$secondaryArchSuffix
|
||||
@@ -326,11 +323,11 @@ BUILD_REQUIRES="
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libQt5Xml$secondaryArchSuffix
|
||||
devel:librapidjson$secondaryArchSuffix
|
||||
devel:libswscale$secondaryArchSuffix >= 5
|
||||
# devel:libtbb$secondaryArchSuffix
|
||||
devel:libtclstub8.6$secondaryArchSuffix
|
||||
# devel:libtk8.6$secondaryArchSuffix
|
||||
devel:libX11$secondaryArchSuffix
|
||||
ffmpeg${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
|
||||
Reference in New Issue
Block a user