diff --git a/multimedia/graphics/libopenraw/actions.py b/multimedia/graphics/libopenraw/actions.py new file mode 100644 index 0000000000..37ec7c52dc --- /dev/null +++ b/multimedia/graphics/libopenraw/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--disable-dependency-tracking --disable-static --enable-gnome") + +def build(): + autotools.make() + +def check(): + autotools.make("check") + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO") + diff --git a/multimedia/graphics/libopenraw/pspec.xml b/multimedia/graphics/libopenraw/pspec.xml new file mode 100644 index 0000000000..8f4a8b73b4 --- /dev/null +++ b/multimedia/graphics/libopenraw/pspec.xml @@ -0,0 +1,86 @@ + + + + + libopenraw + https://libopenraw.freedesktop.org/ + + PisiLinux Community + admins@pisilinux.org + + LGPLv3+ + library + multimedia.graphics + A library for camera RAW files decoding. + + libopenraw is an ongoing project to provide a free software implementation for camera RAW files decoding. One of the main reason is that dcraw is not suited for easy integration into applications, and there is a need for an easy to use API to build free software digital image processing application. + + + https://libopenraw.freedesktop.org/download/libopenraw-0.1.3.tar.bz2 + + + libjpeg-turbo-devel + gdk-pixbuf-devel + libxml2-devel + boost-devel + curl-devel + + + + + libopenraw + + libjpeg-turbo + gdk-pixbuf + libgcc + + + /usr/lib + /usr/share/doc + + + + + libopenraw-devel + Development files for libopenraw + + libopenraw + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2019-12-29 + 0.1.3 + Ver. bump + fury + wascheme@tuta.io + + + 2014-05-24 + 0.0.9 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-02-01 + 0.0.9 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2012-08-29 + 0.0.9 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + + diff --git a/multimedia/graphics/libopenraw/translations.xml b/multimedia/graphics/libopenraw/translations.xml new file mode 100644 index 0000000000..9c475019de --- /dev/null +++ b/multimedia/graphics/libopenraw/translations.xml @@ -0,0 +1,13 @@ + + + + libopenraw + RAW (Ham) fotoğraf dosyası işleme kütüphanesi + libopenraw, fotoğraf makineleri tarafından sunulan ham görüntü dosyalarını (RAW) işlemek için kullanılabilecek bir kütüphanedir. + + + + libopenraw-devel + libopenraw için geliştirme dosyaları + +