From 81c1ff5122108773329f15c3b8c85b7d4e3f06c6 Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 15 Dec 2019 13:43:00 +0100 Subject: [PATCH] Prepare v1.1 beta 1 release. --- Readme.md | 2 +- cdk.bat | 2 +- cdk64.bat | 2 +- packaging/haiku/boca-version.recipe.template | 20 ++++++++++---------- runtime/Makefile | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Readme.md b/Readme.md index 1c3295c71..017a8dbcc 100644 --- a/Readme.md +++ b/Readme.md @@ -25,7 +25,7 @@ Installation The following packages must be installed in order to compile BoCA: - the _smooth_ Class Library -- libasound2 / libalsa2 development package (Linux only) +- libpulse development package (Linux only) - libcdio and libcdio-paranoia development packages (except OpenBSD) - libcdparanoia development package (OpenBSD only) - libexpat development package diff --git a/cdk.bat b/cdk.bat index 26ff8a5f0..ec55ae8ab 100755 --- a/cdk.bat +++ b/cdk.bat @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system\etc 2> nul set BUILD_WIN32=True set BUILD_X86=True -echo fre:ac Component Development Kit v1.1 Alpha 20190423 +echo fre:ac Component Development Kit v1.1 Beta 1 echo Copyright (C) 2001-2019 Robert Kausch bash diff --git a/cdk64.bat b/cdk64.bat index 1dd30157a..c3cf5f226 100755 --- a/cdk64.bat +++ b/cdk64.bat @@ -7,7 +7,7 @@ mkdir %CDK_INSTALL_PATH%\system64\etc 2> nul set BUILD_WIN32=True set BUILD_X86_64=True -echo fre:ac Component Development Kit v1.1 Alpha 20190423 (x64) +echo fre:ac Component Development Kit v1.1 Beta 1 (x64) echo Copyright (C) 2001-2019 Robert Kausch bash diff --git a/packaging/haiku/boca-version.recipe.template b/packaging/haiku/boca-version.recipe.template index 9bf87097d..94b3586cc 100644 --- a/packaging/haiku/boca-version.recipe.template +++ b/packaging/haiku/boca-version.recipe.template @@ -15,7 +15,7 @@ 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" diff --git a/runtime/Makefile b/runtime/Makefile index 6ac780299..40dbce963 100755 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -4,7 +4,7 @@ TARGET = boca TYPE = runtime VERSION = 1.0 -REVISION = 1 +REVISION = 2 BOCA_PATH = ..