mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
qtav, fix reference to ffmpeg_devel (4) (#13514)
build errors out with either ffmpeg version here, so not revbumping also seems to be deprecated: https://www.qtav.org/blog/new-sdk.html
This commit is contained in:
@@ -85,17 +85,18 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
ffmpeg${secondaryArchSuffix}_devel
|
||||
devel:libass$secondaryArchSuffix
|
||||
devel:libavcodec$secondaryArchSuffix >= 58
|
||||
devel:libavdevice$secondaryArchSuffix >= 58
|
||||
devel:libavfilter$secondaryArchSuffix >= 7
|
||||
devel:libavformat$secondaryArchSuffix >= 58
|
||||
devel:libavutil$secondaryArchSuffix >= 56
|
||||
# devel:libavcodec$secondaryArchSuffix >= 58
|
||||
# devel:libavdevice$secondaryArchSuffix >= 58
|
||||
# devel:libavfilter$secondaryArchSuffix >= 7
|
||||
# devel:libavformat$secondaryArchSuffix >= 58
|
||||
# devel:libavutil$secondaryArchSuffix >= 56
|
||||
devel:libgl$secondaryArchSuffix
|
||||
devel:libopenal$secondaryArchSuffix
|
||||
# devel:libportaudio$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libswresample$secondaryArchSuffix >= 3
|
||||
# devel:libswresample$secondaryArchSuffix >= 3
|
||||
devel:libswscale$secondaryArchSuffix
|
||||
devel:libuchardet$secondaryArchSuffix
|
||||
"
|
||||
@@ -126,7 +127,9 @@ BUILD()
|
||||
-DBUILD_QT5OPENGL=ON \
|
||||
-DHAVE_PORTAUDIO=OFF \
|
||||
-DHAVE_PULSE=OFF \
|
||||
-DHAVE_VAAPI=OFF
|
||||
-DHAVE_VAAPI=OFF \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
|
||||
make -C build $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user