From 39eda82c5fe555e9350561519680f99241c3978f Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sun, 28 Dec 2025 08:03:25 +0100 Subject: [PATCH] glaxnimate, fix reference for ffmpeg5_devel, fixes for cmake4 (#13508) no revbump as there are no changed requirements --- media-gfx/glaxnimate/glaxnimate-0.5.4.recipe | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/media-gfx/glaxnimate/glaxnimate-0.5.4.recipe b/media-gfx/glaxnimate/glaxnimate-0.5.4.recipe index b4f26faa9..21681384f 100644 --- a/media-gfx/glaxnimate/glaxnimate-0.5.4.recipe +++ b/media-gfx/glaxnimate/glaxnimate-0.5.4.recipe @@ -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