Merge pull request #9861 from 4fury-c3440d8/no

zimg version bump.
This commit is contained in:
Kamil ATLI
2021-11-07 15:27:46 +03:00
committed by GitHub
2 changed files with 27 additions and 27 deletions
+2 -6
View File
@@ -2,25 +2,21 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 autotools from pisi.actionsapi import autotools
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
autotools.autoreconf("-vfi") autotools.autoreconf("-vfi")
autotools.configure("--enable-static='no'") autotools.configure("--enable-static='no'")
def build(): def build():
autotools.make() autotools.make()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" %get.installDIR()) autotools.rawInstall("DESTDIR=%s" %get.installDIR())
pisitools.dodoc("COPYING", "README.md", "ChangeLog") pisitools.dodoc("COPYING", "README.md", "ChangeLog")
+25 -21
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>libzimg</Name> <Name>libzimg</Name>
@@ -8,43 +8,47 @@
<Name>Mathias Freire</Name> <Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email> <Email>mathiasfreire45@gmail.com</Email>
</Packager> </Packager>
<License>WTFPL</License> <License>WTFPL</License>
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Scaling, colorspace conversion, and dithering library</Summary> <Summary>Scaling, colorspace conversion, and dithering library</Summary>
<Description>The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion.</Description> <Description>The "z" library implements the commonly required image processing basics of scaling, colorspace conversion, and depth conversion.</Description>
<Archive sha1sum="58951dca1da1a57f35216f6d84b2c0c6f4e60195" type="targz">https://github.com/sekrit-twc/zimg/archive/release-2.9.2.tar.gz</Archive> <Archive sha1sum="443d5130c38ddef3c6551bd858cce9e49d6fd54e" type="targz">https://github.com/sekrit-twc/zimg/archive/refs/tags/release-3.0.3.tar.gz</Archive>
</Source> </Source>
<Package> <Package>
<Name>libzimg</Name> <Name>libzimg</Name>
<Files> <Files>
<Path fileType="library">/usr/lib</Path> <Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<Package> <Package>
<Name>libzimg-devel</Name> <Name>libzimg-devel</Name>
<Summary>Header files for libzimg.</Summary> <Summary>Header files for libzimg.</Summary>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency release="current">libzimg</Dependency> <Dependency release="current">libzimg</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path> <Path fileType="data">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2021-11-06</Date>
<Version>3.0.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-01-14</Date> <Date>2020-01-14</Date>
<Version>2.9.2</Version> <Version>2.9.2</Version>
<Comment>First release.</Comment> <Comment>First release.</Comment>
<Name>Idris Kalp</Name> <Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email> <Email>idriskalp@gmail.com</Email>
</Update> </Update>
</History> </History>
</PISI> </PISI>