From 393de2d8c7356741fdc469f6f6a21e6c9d0a3d17 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Mon, 29 Apr 2019 10:12:17 +0200 Subject: [PATCH] boca: bump version to 1.0~alpha20190423 (#3810) --- ...1.recipe => boca-1.0~alpha20190423.recipe} | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) rename media-libs/boca/{boca-1.0~alpha20181201.recipe => boca-1.0~alpha20190423.recipe} (71%) diff --git a/media-libs/boca/boca-1.0~alpha20181201.recipe b/media-libs/boca/boca-1.0~alpha20190423.recipe similarity index 71% rename from media-libs/boca/boca-1.0~alpha20181201.recipe rename to media-libs/boca/boca-1.0~alpha20190423.recipe index 3aa55c4d6..c8b547f65 100644 --- a/media-libs/boca/boca-1.0~alpha20181201.recipe +++ b/media-libs/boca/boca-1.0~alpha20190423.recipe @@ -4,18 +4,18 @@ converter. It provides unified interfaces for components like encoders, \ decoders, taggers and extensions as well as code to support communication \ between applications and their components." HOMEPAGE="https://github.com/enzo1982/BoCA" -COPYRIGHT="2007-2018 Robert Kausch" +COPYRIGHT="2007-2019 Robert Kausch" LICENSE="GNU GPL v2" REVISION="2" -SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20181201/freac-cdk-1.1-alpha-20181201.tar.gz" -CHECKSUM_SHA256="3a6a32d001cda5cf32dc657516aa3dffb16264e5cebc982ba9987a4ffdb03d56" -SOURCE_DIR="freac-cdk-1.1-alpha-20181201" +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" ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" libVersion="${portVersion%~*}" -libVersionCompat="0 compat >= 0" +libVersionCompat="1 compat >= 1" PROVIDES=" boca$secondaryArchSuffix = $portVersion @@ -23,8 +23,8 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - smooth$secondaryArchSuffix >= 0.8.74.0~pre5 - lib:libsmooth_0.8.74$secondaryArchSuffix >= 0 + smooth$secondaryArchSuffix >= 0.8.74.0~pre6 + lib:libsmooth_0.8.74$secondaryArchSuffix >= 1 lib:libexpat$secondaryArchSuffix lib:liburiparser$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -36,13 +36,13 @@ PROVIDES_devel=" " REQUIRES_devel=" boca$secondaryArchSuffix == $portVersion base - smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5 - devel:libsmooth_0.8.74$secondaryArchSuffix >= 0 + smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6 + devel:libsmooth_0.8.74$secondaryArchSuffix >= 1 " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5 + smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6 devel:libsmooth_0.8.74$secondaryArchSuffix devel:libexpat$secondaryArchSuffix devel:liburiparser$secondaryArchSuffix @@ -67,10 +67,10 @@ INSTALL() mkdir -p "$developLibDir" - ln -r -s "$libDir"/libboca-$libVersion.so.0 \ + ln -r -s "$libDir"/libboca-$libVersion.so.1 \ "$developLibDir"/libboca-$libVersion.so - ln -r -s "$libDir"/libboca-$libVersion.so.0 \ - "$developLibDir"/libboca-$libVersion.so.0 + ln -r -s "$libDir"/libboca-$libVersion.so.1 \ + "$developLibDir"/libboca-$libVersion.so.1 packageEntries devel \ "$developDir"