From 7e9a75625681ba78603fa4478e79ad47807ee89f Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 14 Dec 2021 06:56:22 +0300 Subject: [PATCH] libopenraw. --- multimedia/graphics/libopenraw/actions.py | 5 ++-- multimedia/graphics/libopenraw/pspec.xml | 28 +++++++++++++++-------- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/multimedia/graphics/libopenraw/actions.py b/multimedia/graphics/libopenraw/actions.py index 37ec7c52dc..882bc04fff 100644 --- a/multimedia/graphics/libopenraw/actions.py +++ b/multimedia/graphics/libopenraw/actions.py @@ -9,7 +9,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--disable-dependency-tracking --disable-static --enable-gnome") + pisitools.dosed("gnome/libopenraw-gnome-0.3.pc.in", "1", "3") + autotools.configure("--enable-gnome --disable-static") def build(): autotools.make() @@ -20,5 +21,5 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README", "TODO") + pisitools.dodoc("AUTHORS", "NEWS", "RELEASE_NOTES") diff --git a/multimedia/graphics/libopenraw/pspec.xml b/multimedia/graphics/libopenraw/pspec.xml index f42dc597ee..e773b36616 100644 --- a/multimedia/graphics/libopenraw/pspec.xml +++ b/multimedia/graphics/libopenraw/pspec.xml @@ -1,5 +1,5 @@ - + libopenraw @@ -15,24 +15,26 @@ 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 + + https://libopenraw.freedesktop.org/download/libopenraw-0.3.0.tar.xz - libjpeg-turbo-devel - gdk-pixbuf-devel - libxml2-devel - boost-devel + rust curl-devel + boost-devel + libxml2-devel + gdk-pixbuf-devel + libjpeg-turbo-devel libopenraw - libjpeg-turbo - gdk-pixbuf + glib2 libgcc + gdk-pixbuf + libjpeg-turbo /usr/lib @@ -42,7 +44,6 @@ libopenraw-devel - Development files for libopenraw libopenraw @@ -53,6 +54,13 @@ + + 2021-12-14 + 0.3.0 + Version bump. + fury + uglyside@yandex.ru + 2020-12-24 0.1.3