diff --git a/multimedia/misc/libexif/actions.py b/multimedia/misc/libexif/actions.py new file mode 100644 index 0000000000..0f2bc598b3 --- /dev/null +++ b/multimedia/misc/libexif/actions.py @@ -0,0 +1,20 @@ +#!/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 + +def setup(): + autotools.configure("--enable-nls \ + --disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("ChangeLog", "README") diff --git a/multimedia/misc/libexif/files/libexif-0.6.13-pkgconfig.patch b/multimedia/misc/libexif/files/libexif-0.6.13-pkgconfig.patch new file mode 100644 index 0000000000..391025c2bf --- /dev/null +++ b/multimedia/misc/libexif/files/libexif-0.6.13-pkgconfig.patch @@ -0,0 +1,11 @@ +--- libexif.pc.in ++++ libexif.pc.in +@@ -1,7 +1,7 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ +-includedir=@includedir@ ++includedir=@includedir@/libexif + + Name: libexif + Description: Library for easy access to EXIF data diff --git a/multimedia/misc/libexif/pspec.xml b/multimedia/misc/libexif/pspec.xml new file mode 100644 index 0000000000..88232f0069 --- /dev/null +++ b/multimedia/misc/libexif/pspec.xml @@ -0,0 +1,69 @@ + + + + + libexif + http://libexif.sourceforge.net/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv2.1 + library + Library for parsing, editing, and saving EXIF data + Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. The EXIF library allows you to parse an EXIF file and read the data from those tags. + mirrors://sourceforge/libexif/libexif-0.6.21.tar.bz2 + + doxygen + + + libexif-0.6.13-pkgconfig.patch + + + + + libexif + + /usr/lib + /usr/share/doc + /usr/share/locale + + + + + libexif-devel + Development files for libexif + + libexif + + + /usr/include + /usr/lib/pkgconfig + /usr/share/doc/libexif/libexif-api.html + + + + + + 2014-05-24 + 0.6.21 + Rebuild + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-30 + 0.6.21 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.6.21 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/multimedia/misc/libexif/translations.xml b/multimedia/misc/libexif/translations.xml new file mode 100644 index 0000000000..92916b416a --- /dev/null +++ b/multimedia/misc/libexif/translations.xml @@ -0,0 +1,13 @@ + + + + libexif + EXIF verilerini işlemek, değiştirmek ve kaydetmek için bir kütüphane + Librairie pour analyser, éditer et sauvegarder des données EXIF. + + + + libexif-devel + libexif için geliştirme dosyaları + +