Skip to content

Commit

Permalink
Prepare v1.1 beta 1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
enzo1982 committed Dec 15, 2019
1 parent 0e2f322 commit 81c1ff5
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cdk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cdk64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 10 additions & 10 deletions packaging/haiku/boca-version.recipe.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"

libVersion="${portVersion%~*}"
libVersionCompat="1 compat >= 1"
libVersionCompat="2 compat >= 2"

PROVIDES="
boca$secondaryArchSuffix = $portVersion
lib:libboca_${libVersion}$secondaryArchSuffix = $libVersionCompat
"
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
Expand All @@ -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
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
TARGET = boca
TYPE = runtime
VERSION = 1.0
REVISION = 1
REVISION = 2

BOCA_PATH = ..

Expand Down

0 comments on commit 81c1ff5

Please sign in to comment.