babl: update to 0.1.72
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
23f6b53d14
commit
bd0b86c164
|
@ -1,20 +1,27 @@
|
|||
# Template file for 'babl'
|
||||
pkgname=babl
|
||||
version=0.1.66
|
||||
version=0.1.72
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config vala-devel"
|
||||
build_style=meson
|
||||
build_helper=gir
|
||||
configure_args="-Dwith-docs=false"
|
||||
hostmakedepends="pkg-config vala-devel gobject-introspection"
|
||||
makedepends="lcms2-devel"
|
||||
short_desc="Dynamic pixel format translation library"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="LGPL-3.0-only"
|
||||
homepage="http://gegl.org/babl/"
|
||||
changelog="https://raw.githubusercontent.com/GNOME/babl/master/NEWS"
|
||||
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.bz2"
|
||||
checksum=369dd89345489a3949e83d5ad63295029088230626f64a05e530761b176fa163
|
||||
distfiles="https://download.gimp.org/pub/babl/${version%.*}/babl-${version}.tar.xz"
|
||||
checksum=64e111097b1fa22f6c9bf044e341a9cd9ee1372c5acfa0b452e7a86fb37c6a42
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64*) ;;
|
||||
ppc*) broken="gegl segfaults in babl when building gimp";;
|
||||
arm*|aarch64*)
|
||||
configure_args+=" -Denable-sse=false -Denable-sse2=false
|
||||
-Denable-sse3=false -Denable-sse4_1=false -Denable-avx2=false
|
||||
-Denable-f16c=false -Denable-mmx=false";;
|
||||
esac
|
||||
|
||||
babl-devel_package() {
|
||||
|
@ -24,5 +31,6 @@ babl-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/share/gir-*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue