This commit is contained in:
4fury-c3440d8
2022-11-24 22:21:03 +03:00
parent 9a0aebecfd
commit 2d0657080b
2 changed files with 11 additions and 5 deletions
+1 -2
View File
@@ -2,12 +2,11 @@
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
autotools.configure("--disable-dependency-tracking \
+10 -3
View File
@@ -1,9 +1,9 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lcms2</Name>
<Homepage>http://www.littlecms.com</Homepage>
<Homepage>https://www.littlecms.com/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A color management library.</Summary>
<Description>Little cms is a color management library. Implements fast transforms between ICC profiles. It is focused on speed, and is portable across several platforms.</Description>
<Archive sha1sum="3d0c0276fcd3930b80c424512ec0b1ed54ec1497" type="targz">https://sourceforge.net/projects/lcms/files/lcms/2.12/lcms2-2.12.tar.gz</Archive>
<Archive sha1sum="94350a2638fe58da736e8726048c859b46a69e6f" type="targz">mirrors://sourceforge/project/lcms/lcms/2.14/lcms2-2.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>tiff-devel</Dependency>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="9">
<Date>2022-11-24</Date>
<Version>2.14</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2021-03-10</Date>
<Version>2.12</Version>