libimagequant: update to 2.12.0.
Closes #14881. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9e34fde8cd
commit
a09b14838e
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'libimagequant'
|
# Template file for 'libimagequant'
|
||||||
pkgname=libimagequant
|
pkgname=libimagequant
|
||||||
version=2.11.10
|
version=2.12.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--with-openmp"
|
configure_args="--with-openmp"
|
||||||
@ -8,10 +8,10 @@ make_build_target="static shared"
|
|||||||
makedepends="libgomp-devel"
|
makedepends="libgomp-devel"
|
||||||
short_desc="Palette quantization library"
|
short_desc="Palette quantization library"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://pngquant.org/lib/"
|
homepage="https://pngquant.org/lib/"
|
||||||
license="GPL-3"
|
|
||||||
distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz"
|
distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz"
|
||||||
checksum=73fe142d8bb0fb637c4e9fe642ca4f7989c8cb5a034e8dd904de9bd10ba99688
|
checksum=70458112b5f4c92a925828949f59ec9d7f4235222ed954fbec964446e53dab34
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) configure_args+=" --enable-sse";;
|
x86_64*) configure_args+=" --enable-sse";;
|
||||||
@ -30,7 +30,7 @@ libimagequant-devel_package() {
|
|||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user