summaryrefslogtreecommitdiff
path: root/lcms2
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2021-02-15 15:23:35 +0100
committerJuergen Daubert <jue@jue.li>2021-02-15 15:23:35 +0100
commite98298fdeb681cbca61583d71e1506eefb312ade (patch)
treedff7d9729a6f1bfa9c4472e4cbaf3bb6de0cd853 /lcms2
parent107b6668efc0e3e2ea8a2327e4697e92f3444d31 (diff)
downloadopt-e98298fdeb681cbca61583d71e1506eefb312ade.tar.gz
opt-e98298fdeb681cbca61583d71e1506eefb312ade.tar.xz
lcms2: update to 2.12
Diffstat (limited to 'lcms2')
-rw-r--r--lcms2/.footprint6
-rw-r--r--lcms2/.signature8
-rw-r--r--lcms2/Pkgfile16
3 files changed, 15 insertions, 15 deletions
diff --git a/lcms2/.footprint b/lcms2/.footprint
index 4de0effc9..d822c0638 100644
--- a/lcms2/.footprint
+++ b/lcms2/.footprint
@@ -11,9 +11,9 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liblcms2.a
-rwxr-xr-x root/root usr/lib/liblcms2.la
-lrwxrwxrwx root/root usr/lib/liblcms2.so -> liblcms2.so.2.0.10
-lrwxrwxrwx root/root usr/lib/liblcms2.so.2 -> liblcms2.so.2.0.10
--rwxr-xr-x root/root usr/lib/liblcms2.so.2.0.10
+lrwxrwxrwx root/root usr/lib/liblcms2.so -> liblcms2.so.2.0.12
+lrwxrwxrwx root/root usr/lib/liblcms2.so.2 -> liblcms2.so.2.0.12
+-rwxr-xr-x root/root usr/lib/liblcms2.so.2.0.12
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/lcms2.pc
drwxr-xr-x root/root usr/share/
diff --git a/lcms2/.signature b/lcms2/.signature
index fc20336cb..12df47452 100644
--- a/lcms2/.signature
+++ b/lcms2/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/XGBl5N6Yq8ZlJQOENHnKaF4V2OJaQzIho+TYQcB8go71gE5ZzQawhxKa9KNyz3l+1H1JVSbEn/WdUSAgVXBMQQ=
-SHA256 (Pkgfile) = 2e784a5d156658ae09b36b20227c269128029f8b35d847302c30c70caf1ade4c
-SHA256 (.footprint) = 7fac0377bf5456df69df0548d84853a73a1e437455a47a0056b8a6ec0a5dd2c2
-SHA256 (lcms2-2.11.tar.gz) = dc49b9c8e4d7cdff376040571a722902b682a795bf92985a85b48854c270772e
+RWSE3ohX2g5d/StUMrh0dj1W6FmUJe0QE62mwh42VYCj+PUc2JFns62bhy7qRlVFyryXzsm3JtUti7Rt5WDnyj3/qcC4kemb9Q8=
+SHA256 (Pkgfile) = affd50a16d79dec7421197be70352b4988d1ba605a35b167fec673d9b41355b5
+SHA256 (.footprint) = 983afd537837807dc441bc002a141984fb4e294a259144f4dc0bc00066a4d92d
+SHA256 (lcms2-2.12.tar.gz) = 18663985e864100455ac3e507625c438c3710354d85e5cbb7cd4043e11fe10f5
diff --git a/lcms2/Pkgfile b/lcms2/Pkgfile
index 8d51e8f69..3f980cc7d 100644
--- a/lcms2/Pkgfile
+++ b/lcms2/Pkgfile
@@ -1,16 +1,16 @@
# Description: Little CMS intends to be an small-footprint color management engine
-# URL: http://www.littlecms.com/
-# Maintainer: Juergen Daubert, jue at crux dot nu
-# Depends on: xz libtiff
+# URL: http://www.littlecms.com/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: libtiff
name=lcms2
-version=2.11
+version=2.12
release=1
source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/$name-$version.tar.gz)
build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
}

Generated by cgit