Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8589b62a800d
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1549bb20a16
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 27, 2021

  1. boca: bump to 1.0.5 (#6022)

    enzo1982 authored Jun 27, 2021
    Copy the full SHA
    d1549bb View commit details
Showing with 8 additions and 8 deletions.
  1. +8 −8 media-libs/boca/{boca-1.0.4.recipe → boca-1.0.5.recipe}
Original file line number Diff line number Diff line change
@@ -8,22 +8,22 @@ COPYRIGHT="2007-2021 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="af01549c006ca5beeb3175178136a1598a25a1c856317ddc0c07355b0e713b6b"
CHECKSUM_SHA256="9befa4555b5d9a0ecf3b8472f1d8f14c26dee50993d1d66f35a2d0f140a72870"
SOURCE_DIR="boca-${portVersion}"

ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"

libVersion="${portVersion%.*}"
libVersionCompat="2 compat >= 2"
libVersionCompat="3 compat >= 2"

PROVIDES="
boca$secondaryArchSuffix = $portVersion
lib:libboca_${libVersion}$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku$secondaryArchSuffix
smooth$secondaryArchSuffix >= 0.9.0
smooth$secondaryArchSuffix >= 0.9.8
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.0
smooth${secondaryArchSuffix}_devel >= 0.9.8
devel:libsmooth_0.9$secondaryArchSuffix >= 0
"

BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
smooth${secondaryArchSuffix}_devel >= 0.9.0
smooth${secondaryArchSuffix}_devel >= 0.9.8
devel:libsmooth_0.9$secondaryArchSuffix
devel:libexpat$secondaryArchSuffix
devel:liburiparser$secondaryArchSuffix
@@ -67,10 +67,10 @@ INSTALL()

mkdir -p "$developLibDir"

ln -r -s "$libDir"/libboca-$libVersion.so.2 \
ln -r -s "$libDir"/libboca-$libVersion.so.3 \
"$developLibDir"/libboca-$libVersion.so
ln -r -s "$libDir"/libboca-$libVersion.so.2 \
"$developLibDir"/libboca-$libVersion.so.2
ln -r -s "$libDir"/libboca-$libVersion.so.3 \
"$developLibDir"/libboca-$libVersion.so.3

packageEntries devel \
"$developDir"