diff --git a/multimedia/misc/gd/actions.py b/multimedia/misc/gd/actions.py index 0422280235..a7d3a82ea0 100644 --- a/multimedia/misc/gd/actions.py +++ b/multimedia/misc/gd/actions.py @@ -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*") \ No newline at end of file diff --git a/multimedia/misc/gd/pspec.xml b/multimedia/misc/gd/pspec.xml index 57b36c089c..502df392be 100644 --- a/multimedia/misc/gd/pspec.xml +++ b/multimedia/misc/gd/pspec.xml @@ -1,5 +1,5 @@ - + gd @@ -8,45 +8,48 @@ PisiLinux Community admins@pisilinux.org + multimedia.mısc as-is BSD library + app:console A fast library for creating graphic images 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. - https://github.com/libgd/libgd/releases/download/gd-2.2.5/libgd-2.2.5.tar.xz + https://github.com/libgd/libgd/archive/gd-2.3.0.tar.gz - fontconfig-devel + tiff-devel webp-devel zlib-devel - freetype-devel libpng-devel - libjpeg-turbo-devel - tiff-devel libvpx-devel + freetype-devel + fontconfig-devel + libjpeg-turbo-devel - - gd-2.1.0-multilib.patch - - + + + + gd + A fast library for creating graphic images - fontconfig webp tiff - libvpx - libjpeg-turbo zlib - freetype libpng + libvpx + freetype + fontconfig + libjpeg-turbo - /usr/bin /usr/lib + /usr/bin /usr/share/doc/gd @@ -66,13 +69,23 @@ gd-docs - Documents for gd + Documentation files for gd + + gd + /usr/share/doc/gd/html + + 2020-05-20 + 2.3.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-19 2.2.5 @@ -109,4 +122,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file diff --git a/multimedia/misc/gd/translations.xml b/multimedia/misc/gd/translations.xml index 8ac9b73cc8..f91d93e77c 100644 --- a/multimedia/misc/gd/translations.xml +++ b/multimedia/misc/gd/translations.xml @@ -4,15 +4,18 @@ gd Hızlı bir şekilde resim oluşturmak için bir kütüphane Une librairie rapide pour créer des graphiques en images. + 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. gd-devel gd için geliştirme dosyaları + gd-devel, gd için geliştirme dosyalarını içerir. gd-docs gd için geliştirme belgeleri + gd-docs, gd için belgelendirme dosyalarını içerir. - + \ No newline at end of file