mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
babl, bump to 0.1.114 (#12640)
This commit is contained in:
@@ -10,17 +10,20 @@ as well as the framework to add new color models, spaces and data types."
|
||||
HOMEPAGE="https://gegl.org/babl/"
|
||||
COPYRIGHT="Øyvind Kolås"
|
||||
LICENSE="GNU LGPL v3"
|
||||
REVISION="2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.gimp.org/pub/babl/0.1/babl-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="fb696682421787c8fecc83e8aab48121dec8ee38d119b65291cfcbe315028a79"
|
||||
CHECKSUM_SHA256="bcbb7786c1e447703db3bc7fa34d62d0d2d117b22f04d8834c7b2d5ded456487"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
libVersion="0.213.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
babl$secondaryArchSuffix = $portVersion compat >= 0
|
||||
lib:libbabl_0.1$secondaryArchSuffix = 0.211.1 compat >= 0
|
||||
cmd:babl = $portVersion compat >= 0
|
||||
lib:libbabl_0.1$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -29,7 +32,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
babl${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libbabl_0.1$secondaryArchSuffix = 0.211.1 compat >= 0
|
||||
devel:libbabl_0.1$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
babl$secondaryArchSuffix == $portVersion base
|
||||
Reference in New Issue
Block a user