mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
handbrake, fix reference to ffmpeg (4), build fix (#13510)
no revbump as there are no changed requirements
This commit is contained in:
@@ -35,7 +35,7 @@ REQUIRES="
|
||||
lib:libcairo$secondaryArchSuffix
|
||||
lib:libdav1d$secondaryArchSuffix
|
||||
lib:libdvdnav$secondaryArchSuffix
|
||||
lib:libdvdread$secondaryArchSuffix
|
||||
lib:libdvdread$secondaryArchSuffix
|
||||
lib:libogg$secondaryArchSuffix
|
||||
lib:libfdk_aac$secondaryArchSuffix
|
||||
lib:libfontconfig$secondaryArchSuffix
|
||||
@@ -69,10 +69,11 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
ffmpeg${secondaryArchSuffix}_devel
|
||||
gcc${secondaryArchSuffix}_syslibs_devel
|
||||
devel:libass$secondaryArchSuffix
|
||||
devel:libavcodec$secondaryArchSuffix >= 58
|
||||
devel:libavformat$secondaryArchSuffix >= 58
|
||||
# devel:libavcodec$secondaryArchSuffix >= 58
|
||||
# devel:libavformat$secondaryArchSuffix >= 58
|
||||
devel:libbluray$secondaryArchSuffix >= 2
|
||||
devel:libbz2$secondaryArchSuffix
|
||||
devel:libdav1d$secondaryArchSuffix
|
||||
@@ -105,6 +106,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:automake
|
||||
cmd:autopoint
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:intltool_update
|
||||
|
||||
Reference in New Issue
Block a user