mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
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 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libimagequant'
|
||||
pkgname=libimagequant
|
||||
version=2.11.10
|
||||
version=2.12.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--with-openmp"
|
||||
|
@ -8,10 +8,10 @@ make_build_target="static shared"
|
|||
makedepends="libgomp-devel"
|
||||
short_desc="Palette quantization library"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://pngquant.org/lib/"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz"
|
||||
checksum=73fe142d8bb0fb637c4e9fe642ca4f7989c8cb5a034e8dd904de9bd10ba99688
|
||||
checksum=70458112b5f4c92a925828949f59ec9d7f4235222ed954fbec964446e53dab34
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) configure_args+=" --enable-sse";;
|
||||
|
@ -30,7 +30,7 @@ libimagequant-devel_package() {
|
|||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue