From 1aa0f37df7b4a1039518d57389293c6b6ec824ac Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Thu, 2 Jan 2020 07:22:17 +0100 Subject: [PATCH] boca: bump to 1.0~beta1 (#4518) --- ...a20190423.recipe => boca-1.0~beta1.recipe} | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) rename media-libs/boca/{boca-1.0~alpha20190423.recipe => boca-1.0~beta1.recipe} (70%) diff --git a/media-libs/boca/boca-1.0~alpha20190423.recipe b/media-libs/boca/boca-1.0~beta1.recipe similarity index 70% rename from media-libs/boca/boca-1.0~alpha20190423.recipe rename to media-libs/boca/boca-1.0~beta1.recipe index c8b547f65..ab08cd5af 100644 --- a/media-libs/boca/boca-1.0~alpha20190423.recipe +++ b/media-libs/boca/boca-1.0~beta1.recipe @@ -6,16 +6,16 @@ between applications and their components." HOMEPAGE="https://github.com/enzo1982/BoCA" COPYRIGHT="2007-2019 Robert Kausch" LICENSE="GNU GPL v2" -REVISION="2" -SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20190423/freac-cdk-1.1-alpha-20190423.tar.gz" -CHECKSUM_SHA256="7bee8449bde5f147fedffdaf9682e21130591c8e1a9052d8a7c9925274e1b355" -SOURCE_DIR="freac-cdk-1.1-alpha-20190423" +REVISION="1" +SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-beta1/freac-cdk-1.1-beta1.tar.gz" +CHECKSUM_SHA256="bf431a4715ef894c57b9c3bfd3ecef0426abbf592de9c004fe9625e6753502a4" +SOURCE_DIR="freac-cdk-1.1-beta1" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" libVersion="${portVersion%~*}" -libVersionCompat="1 compat >= 1" +libVersionCompat="2 compat >= 2" PROVIDES=" boca$secondaryArchSuffix = $portVersion @@ -23,8 +23,8 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - smooth$secondaryArchSuffix >= 0.8.74.0~pre6 - lib:libsmooth_0.8.74$secondaryArchSuffix >= 1 + smooth$secondaryArchSuffix >= 0.9.0 + lib:libsmooth_0.9$secondaryArchSuffix >= 0 lib:libexpat$secondaryArchSuffix lib:liburiparser$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -36,14 +36,14 @@ PROVIDES_devel=" " REQUIRES_devel=" boca$secondaryArchSuffix == $portVersion base - smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6 - devel:libsmooth_0.8.74$secondaryArchSuffix >= 1 + smooth${secondaryArchSuffix}_devel >= 0.9.0 + devel:libsmooth_0.9$secondaryArchSuffix >= 0 " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6 - devel:libsmooth_0.8.74$secondaryArchSuffix + smooth${secondaryArchSuffix}_devel >= 0.9.0 + devel:libsmooth_0.9$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:liburiparser$secondaryArchSuffix devel:libz$secondaryArchSuffix @@ -67,10 +67,10 @@ INSTALL() mkdir -p "$developLibDir" - ln -r -s "$libDir"/libboca-$libVersion.so.1 \ + ln -r -s "$libDir"/libboca-$libVersion.so.2 \ "$developLibDir"/libboca-$libVersion.so - ln -r -s "$libDir"/libboca-$libVersion.so.1 \ - "$developLibDir"/libboca-$libVersion.so.1 + ln -r -s "$libDir"/libboca-$libVersion.so.2 \ + "$developLibDir"/libboca-$libVersion.so.2 packageEntries devel \ "$developDir"