boca: bump to 1.0.7 (#7924)

This commit is contained in:
Robert Kausch
2023-03-09 21:11:59 +01:00
committed by GitHub
parent ca19e05f5e
commit 195783990e

View File

@@ -4,11 +4,11 @@ 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-2022 Robert Kausch"
COPYRIGHT="2007-2023 Robert Kausch"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="https://github.com/enzo1982/BoCA/releases/download/v${portVersion}/boca-${portVersion}.tar.gz"
CHECKSUM_SHA256="acb9f47b8b4a76a3b24dbc3bbd40737744ba4aafc1ab668a1e5e6a09f58c4f46"
CHECKSUM_SHA256="2433f2752e1441f6270460f5f2acb99de67b269e494559134e3ab26173222c7e"
SOURCE_DIR="boca-${portVersion}"
ARCHITECTURES="all !x86_gcc2"
@@ -23,7 +23,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
smooth$secondaryArchSuffix >= 0.9.8
smooth$secondaryArchSuffix >= 0.9.10
lib:libsmooth_0.9$secondaryArchSuffix >= 0
lib:libexpat$secondaryArchSuffix
lib:liburiparser$secondaryArchSuffix
@@ -36,13 +36,13 @@ PROVIDES_devel="
"
REQUIRES_devel="
boca$secondaryArchSuffix == $portVersion base
smooth${secondaryArchSuffix}_devel >= 0.9.8
smooth${secondaryArchSuffix}_devel >= 0.9.10
devel:libsmooth_0.9$secondaryArchSuffix >= 0
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
smooth${secondaryArchSuffix}_devel >= 0.9.8
smooth${secondaryArchSuffix}_devel >= 0.9.10
devel:libsmooth_0.9$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:liburiparser$secondaryArchSuffix