gd:ver. bump
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.system("./bootstrap.sh")
|
||||
@@ -26,4 +26,4 @@ def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dohtml(".")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gd</Name>
|
||||
@@ -8,45 +8,48 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>multimedia.mısc</PartOf>
|
||||
<License>as-is</License>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A fast library for creating graphic images</Summary>
|
||||
<Description>The gd graphics library allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and to write out the result as a PNG or JPEG file. This is particularly useful in Web applications, where PNG and JPEG are two of the formats accepted for inline images by most browsers. Note that gd is not a paint program.</Description>
|
||||
<Archive sha1sum="b777b005c401b6fa310ccf09eeb29f6c6e17ab2c" type="tarxz">https://github.com/libgd/libgd/releases/download/gd-2.2.5/libgd-2.2.5.tar.xz</Archive>
|
||||
<Archive sha1sum="77bf57a17107da22612ed606fc2f941fe7c067f0" type="targz">https://github.com/libgd/libgd/archive/gd-2.3.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>webp-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libvpx-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch>gd-2.1.1-libvpx-1.4.0.patch</Patch> -->
|
||||
<Patch level="1">gd-2.1.0-multilib.patch</Patch>
|
||||
<!-- <Patch level="1">gd-2.2.3-tests.patch</Patch> -->
|
||||
<!-- <Patch level="1">gd-2.2.4-upstream.patch</Patch> -->
|
||||
<!--<Patch level="1">gd-2.1.0-multilib.patch</Patch>-->
|
||||
<!--<Patch>gd-2.1.1-libvpx-1.4.0.patch</Patch> -->
|
||||
<!--<Patch level="1">gd-2.2.3-tests.patch</Patch> -->
|
||||
<!--<Patch level="1">gd-2.2.4-upstream.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gd</Name>
|
||||
<Summary>A fast library for creating graphic images</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>webp</Dependency>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>libvpx</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>libvpx</Dependency>
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="doc">/usr/share/doc/gd</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -66,13 +69,23 @@
|
||||
|
||||
<Package>
|
||||
<Name>gd-docs</Name>
|
||||
<Summary>Documents for gd</Summary>
|
||||
<Summary>Documentation files for gd</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gd</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/gd/html</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-05-20</Date>
|
||||
<Version>2.3.0</Version>
|
||||
<Comment>Minor version bump.</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2020-01-19</Date>
|
||||
<Version>2.2.5</Version>
|
||||
@@ -109,4 +122,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -4,15 +4,18 @@
|
||||
<Name>gd</Name>
|
||||
<Summary xml:lang="tr">Hızlı bir şekilde resim oluşturmak için bir kütüphane</Summary>
|
||||
<Summary xml:lang="fr">Une librairie rapide pour créer des graphiques en images.</Summary>
|
||||
<Description xml:lang="tr">GD çizge kitaplığı, hızlıca çizgiler, yaylar, metinler ve çeşitli renkler ile resimler yaratmanızı sağlarken, diğer resimler üzerinde kopyala-yapıştır yapmanıza olanak tanır ve sonuçlarınızı PNG veya JPEG olarak kaydetmenizi sağlar.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gd-devel</Name>
|
||||
<Summary xml:lang="tr">gd için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">gd-devel, gd için geliştirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gd-docs</Name>
|
||||
<Summary xml:lang="tr">gd için geliştirme belgeleri</Summary>
|
||||
<Description xml:lang="tr">gd-docs, gd için belgelendirme dosyalarını içerir.</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user