diff --git a/multimedia/misc/exiv2/actions.py b/multimedia/misc/exiv2/actions.py new file mode 100644 index 0000000000..a451ab8afc --- /dev/null +++ b/multimedia/misc/exiv2/actions.py @@ -0,0 +1,22 @@ +#!/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 get + +def setup(): + autotools.configure("--disable-static \ + --disable-dependency-tracking \ + --disable-rpath") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "README", "doc/ChangeLog") diff --git a/multimedia/misc/exiv2/files/exiv2-0.18-deps.patch b/multimedia/misc/exiv2/files/exiv2-0.18-deps.patch new file mode 100644 index 0000000000..645779fd90 --- /dev/null +++ b/multimedia/misc/exiv2/files/exiv2-0.18-deps.patch @@ -0,0 +1,23 @@ +diff -up exiv2-0.18-pre2/src/Makefile.deps exiv2-0.18-pre2/src/Makefile +--- exiv2-0.18-pre2/src/Makefile.deps 2008-09-18 05:26:58.000000000 -0500 ++++ exiv2-0.18-pre2/src/Makefile 2008-11-29 05:46:14.000000000 -0600 +@@ -192,11 +192,19 @@ $(CCOBJ): %.o: %.cpp + @$(LIBTOOL) --mode=compile $(COMPILE.cc) -DEXV_BUILDING_LIB=1 -o $@ $< + @$(MAKEDEPEND) + @$(POSTDEPEND) ++# The dependancies here are wrong. It generates .lo output, ++# so things are rebuilt *every* time 'make' is called. ++# Let's try a quick-n-dirty hack -- Rex ++ touch $@ + + $(COBJ): %.o: %.c + @$(LIBTOOL) --mode=compile $(COMPILE.c) -DEXV_BUILDING_LIB=1 -o $@ $< + @$(MAKEDEPEND) + @$(POSTDEPEND) ++# The dependancies here are wrong. It generates .lo output, ++# so things are rebuilt *every* time 'make' is called. ++# Let's try a quick-n-dirty hack -- Rex ++ touch $@ + + $(sort $(BINOBJ) $(EXIV2OBJ) $(MCOBJ) path-test.o): %.o: %.cpp + $(COMPILE.cc) -o $@ $< diff --git a/multimedia/misc/exiv2/files/index.html b/multimedia/misc/exiv2/files/index.html new file mode 100644 index 0000000000..d99d747a58 --- /dev/null +++ b/multimedia/misc/exiv2/files/index.html @@ -0,0 +1,9 @@ +kde-48-pisi - Revision 691: /trunk/ext-libs/exiv2/files + +

kde-48-pisi - Revision 691: /trunk/ext-libs/exiv2/files

+ +
Google Code powered by Subversion + \ No newline at end of file diff --git a/multimedia/misc/exiv2/pspec.xml b/multimedia/misc/exiv2/pspec.xml new file mode 100644 index 0000000000..72d4ff17f6 --- /dev/null +++ b/multimedia/misc/exiv2/pspec.xml @@ -0,0 +1,79 @@ + + + + + exiv2 + http://www.exiv2.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + app:console + Another library for parsing, editing, and saving EXIF data + exiv2 is a C++ library and a command line utility to access image metadata. Exiv2 is available as free software and with a commercial license, and is used in a growing number of projects. + http://www.exiv2.org/exiv2-0.24.tar.gz + + zlib-devel + expat-devel + + + exiv2-0.18-deps.patch + + + + + exiv2 + + exiv2-libs + + + /usr/bin + /usr/share/locale + /usr/share/doc + /usr/share/man + + + + + exiv2-libs + + zlib + expat + libgcc + + + /usr/lib + + + + + exiv2-devel + Development files for exiv2 + + exiv2-libs + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-01-23 + 0.24 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.23 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/misc/exiv2/translations.xml b/multimedia/misc/exiv2/translations.xml new file mode 100644 index 0000000000..fa33019677 --- /dev/null +++ b/multimedia/misc/exiv2/translations.xml @@ -0,0 +1,15 @@ + + + + exiv2 + Exiv2 resimlerin başlık bilgilerine ulaşmak için kullanılan bir C++ kütüphanesi ve komut satırı uygulamasıdır. Exiv2, hem özgür yazılım hem de ticari yazılım lisansıyla kullanılabilir. + Exiv2 est une librairie C++ ainsi qu'un utilitaire en ligne de commande pour accéder aux méta-données d'images. Exiv2 est disponible en tant que logiciel libre ou avec une licence commerciale et est utilisée par un nombre croissant de projets. + Exiv2 es una librería C++ y una herramienta de línea de comandopara acceder metadatos de imágenes. Exiv2 está disponible como software libre y con licencia comercial, y se utiliza cada vez en más proyectos. + EXIF verilerini ayrıştırmak, düzenlemek ve kaydetmek için bir diğer kitaplık + + + + exiv2-devel + exiv2 için geliştirme dosyaları + +