gd:ver. bump

This commit is contained in:
blue-devil
2020-05-21 00:33:49 +03:00
parent 3efb7e34e0
commit be3da56638
3 changed files with 36 additions and 20 deletions
+30 -17
View File
@@ -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>