diff --git a/multimedia/graphics/giflib/actions.py b/multimedia/graphics/giflib/actions.py new file mode 100644 index 0000000000..5d314875a2 --- /dev/null +++ b/multimedia/graphics/giflib/actions.py @@ -0,0 +1,27 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import libtools +from pisi.actionsapi import get + +def setup(): + libtools.libtoolize("--force --install") + autotools.autoreconf("-fi") + + autotools.configure("--disable-static") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") + +def build(): + autotools.make("-j1") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dohtml("doc/") + pisitools.dodoc("AUTHORS","BUGS","ChangeLog","NEWS","doc/*.txt") diff --git a/multimedia/graphics/giflib/pspec.xml b/multimedia/graphics/giflib/pspec.xml new file mode 100644 index 0000000000..03730291c1 --- /dev/null +++ b/multimedia/graphics/giflib/pspec.xml @@ -0,0 +1,94 @@ + + + + + giflib + http://sourceforge.net/projects/giflib + + PisiLinux Community + admins@pisilinux.org + + MIT + library + Library to handle, display and manipulate GIF images + The giflib package contains a shared library of functions for loading and saving GIF format image files. It is API and ABI compatible with libungif, the library which supported uncompressed GIFs while the Unisys LZW patent was in effect. + mirrors://sourceforge/giflib/giflib-5.0.6.tar.bz2 + + + + + + + giflib + + /usr/bin + /usr/lib + /usr/share/doc + /usr/share/man + + + + + giflib-devel + + giflib + + + /usr/include + /usr/share/doc/giflib/html + + + + + giflib-32bit + emul32 + 32-bit shared libraries for giflib + emul32 + + glibc-32bit + + + + giflib + glibc-32bit + + + /usr/lib32 + + + + + + 2014-05-20 + 5.0.6 + Version bump. + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-28 + 5.0.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-07-31 + 4.1.6 + missing dep. + Erdinç Gültekin + erdincgultekin@pisilinux.org + + + 2011-05-03 + 4.1.6 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/multimedia/graphics/giflib/translations.xml b/multimedia/graphics/giflib/translations.xml new file mode 100644 index 0000000000..eb492cc023 --- /dev/null +++ b/multimedia/graphics/giflib/translations.xml @@ -0,0 +1,9 @@ + + + + giflib + GIF türündeki resimleri görüntüleyip işlemeye aracılık eden kitaplık + libungif, gif dosyalarını okumaya ve yazmaya yarayan bir kütüphanedir. Kaydetme algoritması Unisys LZW patentine takılmamak için sıkıştırma yapmamaktadır. Böylece LZW'nin patentli olmadığı ülkelerde kullanılmak için API ve ABI uyumlu bir alternatif sunar. + libungif est une librairies de lecture et d'écriture d'images gif. La fonctionnalité de sauvegarde utilise un algorithme gif non compressé pour éviter le brevet Unisys LZW. giflib est un remplaçant de cette dernière compatible aussi bien au niveau de l'interface de programmation (API) qu'au niveau binaire (ABI) pour les pays où LZW n'est pas breveté. + +