mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
glaxnimate, fix reference for ffmpeg5_devel, fixes for cmake4 (#13508)
no revbump as there are no changed requirements
This commit is contained in:
@@ -53,7 +53,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
glaxnimate$secondaryArchSuffix = $portVersion
|
||||
app:Glaxnimate$secondaryArchSuffix = $portVersion
|
||||
app:Glaxnimate = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -76,9 +76,10 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
ffmpeg5${secondaryArchSuffix}_devel
|
||||
qt6_tools${secondaryArchSuffix}_devel
|
||||
devel:libarchive$secondaryArchSuffix
|
||||
devel:libavcodec$secondaryArchSuffix >= 59
|
||||
# devel:libavcodec$secondaryArchSuffix >= 59
|
||||
devel:libpotrace$secondaryArchSuffix
|
||||
devel:libpython3.10$secondaryArchSuffix
|
||||
devel:libQt6Core$secondaryArchSuffix
|
||||
@@ -133,7 +134,9 @@ BUILD()
|
||||
-DSHARE_INSTALL_PREFIX=$dataDir \
|
||||
-DCMAKE_C_FLAGS="-D_BS_SOURCE -fPIC" \
|
||||
-DCMAKE_CXX_FLAGS="-D_BS_SOURCE -fPIC" \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-lbsd -lnetwork"
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-lbsd -lnetwork" \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
|
||||
-Wno-dev
|
||||
|
||||
make $jobArgs
|
||||
make translations
|
||||
|
||||
Reference in New Issue
Block a user