Skip to content

Commit

Permalink
lcms2: update to 2.16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Martinez authored and sgn committed Jan 27, 2024
1 parent d45e528 commit b9b9189
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions srcpkgs/lcms2/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Template file for 'lcms2'
pkgname=lcms2
version=2.15
version=2.16
revision=1
build_style=meson
makedepends="tiff-devel"
configure_args="-Dutils=true -Dsamples=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"
maintainer="skmpz <dem.procopiou@gmail.com>"
license="MIT"
license="MIT $(vopt_if plugins GPL-3.0-or-later)"
homepage="https://littlecms.com"
distfiles="${SOURCEFORGE_SITE}/lcms/lcms2-${version}.tar.gz"
checksum=b20cbcbd0f503433be2a4e81462106fa61050a35074dc24a4e356792d971ab39
checksum=d873d34ad8b9b4cea010631f1a6228d2087475e4dc5e763eb81acc23d9d45a51
build_options="plugins"
build_options_default="plugins"
desc_option_plugins="Build with threaded and fast float plugins (GPL-3.0-or-later)"

post_install() {
vlicense COPYING
vlicense LICENSE
}

lcms2-devel_package() {
Expand All @@ -21,9 +26,10 @@ lcms2-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/lib/liblcms2.so
}
}

lcms2-tools_package() {
short_desc+=" - bundled tools"
pkg_install() {
Expand Down

0 comments on commit b9b9189

Please sign in to comment.