strawberry, bump to version 1.2.18 (#13788)

This commit is contained in:
Schrijvers Luc
2026-03-03 09:06:59 +01:00
committed by GitHub
parent 0be03c0cac
commit 3bd3cbaf82

View File

@@ -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
}