From 3bd3cbaf82ea299d0a82beaa5d8a55fd8b14f355 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 3 Mar 2026 09:06:59 +0100 Subject: [PATCH] strawberry, bump to version 1.2.18 (#13788) --- ...{strawberry-1.2.11.recipe => strawberry-1.2.18.recipe} | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename media-sound/strawberry/{strawberry-1.2.11.recipe => strawberry-1.2.18.recipe} (97%) diff --git a/media-sound/strawberry/strawberry-1.2.11.recipe b/media-sound/strawberry/strawberry-1.2.18.recipe similarity index 97% rename from media-sound/strawberry/strawberry-1.2.11.recipe rename to media-sound/strawberry/strawberry-1.2.18.recipe index 2735cbec2..a558053e2 100644 --- a/media-sound/strawberry/strawberry-1.2.11.recipe +++ b/media-sound/strawberry/strawberry-1.2.18.recipe @@ -42,7 +42,7 @@ COPYRIGHT="2003-2005 Mark Kretschmann LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/strawberrymusicplayer/strawberry/archive/refs/tags/$portVersion.tar.gz" -CHECKSUM_SHA256="ac340421496a621490ff4bdcbb431b220d7ab327ee009daab2fcdff1086b6f73" +CHECKSUM_SHA256="8ca55f51eb56ffaa17630b3827fb922a8146cb268464bbfcea9fad76b52ab0d7" SOURCE_FILENAME="strawberry-$portVersion.tar.gz" ADDITIONAL_FILES="strawberry.rdef.in" @@ -98,7 +98,7 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel icu74${secondaryArchSuffix}_devel sparsehash$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix >= 1.85.0 + devel:libboost_thread$secondaryArchSuffix >= 1.90.0 devel:libcdio$secondaryArchSuffix devel:libchromaprint$secondaryArchSuffix devel:libebur128$secondaryArchSuffix @@ -152,7 +152,9 @@ BUILD() -DENABLE_GPOD=OFF \ -DENABLE_STREAMTAGREADER=ON \ -DENABLE_DISCORD_RPC=ON \ - -DUSE_TAGLIB=ON + -DUSE_TAGLIB=ON \ + -Wno-dev + make -C build $jobArgs }