mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
boca: bump version to 1.0~alpha20190423 (#3810)
This commit is contained in:
committed by
Jérôme Duval
parent
64ff1c416e
commit
393de2d8c7
@@ -4,18 +4,18 @@ converter. It provides unified interfaces for components like encoders, \
|
|||||||
decoders, taggers and extensions as well as code to support communication \
|
decoders, taggers and extensions as well as code to support communication \
|
||||||
between applications and their components."
|
between applications and their components."
|
||||||
HOMEPAGE="https://github.com/enzo1982/BoCA"
|
HOMEPAGE="https://github.com/enzo1982/BoCA"
|
||||||
COPYRIGHT="2007-2018 Robert Kausch"
|
COPYRIGHT="2007-2019 Robert Kausch"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="2"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20181201/freac-cdk-1.1-alpha-20181201.tar.gz"
|
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v1.1-alpha-20190423/freac-cdk-1.1-alpha-20190423.tar.gz"
|
||||||
CHECKSUM_SHA256="3a6a32d001cda5cf32dc657516aa3dffb16264e5cebc982ba9987a4ffdb03d56"
|
CHECKSUM_SHA256="7bee8449bde5f147fedffdaf9682e21130591c8e1a9052d8a7c9925274e1b355"
|
||||||
SOURCE_DIR="freac-cdk-1.1-alpha-20181201"
|
SOURCE_DIR="freac-cdk-1.1-alpha-20190423"
|
||||||
|
|
||||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||||
SECONDARY_ARCHITECTURES="x86"
|
SECONDARY_ARCHITECTURES="x86"
|
||||||
|
|
||||||
libVersion="${portVersion%~*}"
|
libVersion="${portVersion%~*}"
|
||||||
libVersionCompat="0 compat >= 0"
|
libVersionCompat="1 compat >= 1"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
boca$secondaryArchSuffix = $portVersion
|
boca$secondaryArchSuffix = $portVersion
|
||||||
@@ -23,8 +23,8 @@ PROVIDES="
|
|||||||
"
|
"
|
||||||
REQUIRES="
|
REQUIRES="
|
||||||
haiku$secondaryArchSuffix
|
haiku$secondaryArchSuffix
|
||||||
smooth$secondaryArchSuffix >= 0.8.74.0~pre5
|
smooth$secondaryArchSuffix >= 0.8.74.0~pre6
|
||||||
lib:libsmooth_0.8.74$secondaryArchSuffix >= 0
|
lib:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||||
lib:libexpat$secondaryArchSuffix
|
lib:libexpat$secondaryArchSuffix
|
||||||
lib:liburiparser$secondaryArchSuffix
|
lib:liburiparser$secondaryArchSuffix
|
||||||
lib:libz$secondaryArchSuffix
|
lib:libz$secondaryArchSuffix
|
||||||
@@ -36,13 +36,13 @@ PROVIDES_devel="
|
|||||||
"
|
"
|
||||||
REQUIRES_devel="
|
REQUIRES_devel="
|
||||||
boca$secondaryArchSuffix == $portVersion base
|
boca$secondaryArchSuffix == $portVersion base
|
||||||
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre5
|
smooth${secondaryArchSuffix}_devel >= 0.8.74.0~pre6
|
||||||
devel:libsmooth_0.8.74$secondaryArchSuffix >= 0
|
devel:libsmooth_0.8.74$secondaryArchSuffix >= 1
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku${secondaryArchSuffix}_devel
|
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:libsmooth_0.8.74$secondaryArchSuffix
|
||||||
devel:libexpat$secondaryArchSuffix
|
devel:libexpat$secondaryArchSuffix
|
||||||
devel:liburiparser$secondaryArchSuffix
|
devel:liburiparser$secondaryArchSuffix
|
||||||
@@ -67,10 +67,10 @@ INSTALL()
|
|||||||
|
|
||||||
mkdir -p "$developLibDir"
|
mkdir -p "$developLibDir"
|
||||||
|
|
||||||
ln -r -s "$libDir"/libboca-$libVersion.so.0 \
|
ln -r -s "$libDir"/libboca-$libVersion.so.1 \
|
||||||
"$developLibDir"/libboca-$libVersion.so
|
"$developLibDir"/libboca-$libVersion.so
|
||||||
ln -r -s "$libDir"/libboca-$libVersion.so.0 \
|
ln -r -s "$libDir"/libboca-$libVersion.so.1 \
|
||||||
"$developLibDir"/libboca-$libVersion.so.0
|
"$developLibDir"/libboca-$libVersion.so.1
|
||||||
|
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
"$developDir"
|
"$developDir"
|
||||||
Reference in New Issue
Block a user