babl: fix source
This commit is contained in:
parent
03e6421e07
commit
ffd741fe3a
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/ZVASuGICY36aP3/owT5xsQPVTlNzjSn0JgMpm3xcBUjev/Ab2fE+TR2Vl1s3pymm8uw63RERKryw861IkYVLQ0=
|
||||
SHA256 (Pkgfile) = df8d1485a3b21f818634a2c89c1cec78a11ddb46344f12b3a763c1c0a615877a
|
||||
RWSE3ohX2g5d/UPgIgxD7q8h7CvItbeGyzmf0MB3JU2WVRDuZSGIVJexxv6DvclpjNZzkmEIUuJTZZaeloXG84lHih3qODOAlwc=
|
||||
SHA256 (Pkgfile) = ad5f7c09c0917b0f93b3d77c241b50d682819555018aa229af501ab32e3ddf25
|
||||
SHA256 (.footprint) = dec4b82a57b7cf431d1df27a7586c8890764e5672b3231295c500d47f782c37d
|
||||
SHA256 (babl-0.1.74.tar.xz) = 9a710b6950da37ada94cd9e2046cbce26de12473da32a7b79b7d1432fc66ce0e
|
||||
|
@ -1,15 +1,14 @@
|
||||
# Description: Dynamic, any to any, pixel format translation library
|
||||
# URL: http://gegl.org/babl
|
||||
# URL: http://gegl.org/babl
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Depends on: gobject-introspection lcms2
|
||||
|
||||
name=babl
|
||||
version=0.1.74
|
||||
release=1
|
||||
source=(https://ftp.gtk.org/pub/babl/${version%.*}/$name-$version.tar.xz)
|
||||
source=(https://download.gimp.org/pub/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
meson build --prefix=/usr
|
||||
meson $name-$version build --prefix=/usr
|
||||
DESTDIR=$PKG ninja -C build -j ${JOBS:-1} install
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user