mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
lcms2: update to 2.17.
This commit is contained in:
parent
ac7e38d2b9
commit
d1208d6060
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'lcms2'
|
||||
pkgname=lcms2
|
||||
version=2.16
|
||||
revision=2
|
||||
version=2.17
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dutils=true -Dsamples=true $(vopt_bool plugins fastfloat) $(vopt_bool plugins threaded)"
|
||||
configure_args="-Dutils=true $(vopt_bool plugins fastfloat) $(vopt_bool plugins threaded)"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="tiff-devel libjpeg-turbo-devel"
|
||||
short_desc="Small-footprint color management engine, version 2"
|
||||
|
@ -11,7 +11,7 @@ maintainer="skmpz <dem.procopiou@gmail.com>"
|
|||
license="MIT $(vopt_if plugins GPL-3.0-or-later)"
|
||||
homepage="https://littlecms.com"
|
||||
distfiles="${SOURCEFORGE_SITE}/lcms/lcms2-${version}.tar.gz"
|
||||
checksum=d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51
|
||||
checksum=d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074
|
||||
build_options="plugins"
|
||||
build_options_default=" "
|
||||
desc_option_plugins="Build with threaded and fast float plugins (GPL-3.0-or-later)"
|
||||
|
|
Loading…
Add table
Reference in a new issue