Executable → Regular
+2
-6
@@ -2,25 +2,21 @@
|
||||
# -*- 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 autotools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure("--enable-static='no'")
|
||||
|
||||
|
||||
def build():
|
||||
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" %get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("COPYING", "README.md", "ChangeLog")
|
||||
|
||||
|
||||
Executable → Regular
+25
-21
@@ -1,5 +1,5 @@
|
||||
<?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>libzimg</Name>
|
||||
@@ -8,43 +8,47 @@
|
||||
<Name>Mathias Freire</Name>
|
||||
<Email>mathiasfreire45@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>WTFPL</License>
|
||||
<IsA>library</IsA>
|
||||
<License>WTFPL</License>
|
||||
<IsA>library</IsA>
|
||||
<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>
|
||||
<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>
|
||||
|
||||
|
||||
<Package>
|
||||
<Name>libzimg</Name>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
|
||||
<Package>
|
||||
<Name>libzimg-devel</Name>
|
||||
<Summary>Header files for libzimg.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libzimg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Summary>Header files for libzimg.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libzimg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<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">
|
||||
<Date>2020-01-14</Date>
|
||||
<Version>2.9.2</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
<Version>2.9.2</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user