summaryrefslogtreecommitdiff
path: root/lcms2/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2013-08-06 19:16:50 +0200
committerJuergen Daubert <jue@jue.li>2013-08-06 19:16:50 +0200
commitd6df59bbfe20751acbf084daa7f5f54118050e8d (patch)
treedb8c554b43b4a9455ee95ab3e1a9dad58c842b20 /lcms2/Pkgfile
parenta9bb86a1b2d8a01fd67d1b0d9e639516eadf341b (diff)
downloadopt-d6df59bbfe20751acbf084daa7f5f54118050e8d.tar.gz
opt-d6df59bbfe20751acbf084daa7f5f54118050e8d.tar.xz
[notify] lcms2: initial release
the lcms 1.x library (opt/lcms), is discontinued upstream and replaced by liblcms2 since 2009. Due to this bugs in lcms are not fixed any more by upstream and important improvements in color reproduction and safety against crashes are not done. Therefore we should try to remove lcms and migrate all programs using it to lcms2. This first commit includes lcms2 in our opt repository. Next new version of poppler and cups-filters using lcms2 instead of lcms will follow the next days. Note: ----- lcms and lcms2 can be installed together without conflicts.
Diffstat (limited to 'lcms2/Pkgfile')
-rw-r--r--lcms2/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/lcms2/Pkgfile b/lcms2/Pkgfile
new file mode 100644
index 000000000..19c378d05
--- /dev/null
+++ b/lcms2/Pkgfile
@@ -0,0 +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: zlib, libtiff, libjpeg
+
+name=lcms2
+version=2.5
+release=1
+source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit