From 28a019bb36f37a8aa2dad834827323f20f38de0d Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Tue, 11 Aug 2015 16:25:05 +0300 Subject: [PATCH] gimp-lqr-plugin:fixed deps --- multimedia/graphics/gimp/addon/gimp-lqr-plugin/actions.py | 2 +- multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/graphics/gimp/addon/gimp-lqr-plugin/actions.py b/multimedia/graphics/gimp/addon/gimp-lqr-plugin/actions.py index 270ee752b7..b9f8f72ebe 100644 --- a/multimedia/graphics/gimp/addon/gimp-lqr-plugin/actions.py +++ b/multimedia/graphics/gimp/addon/gimp-lqr-plugin/actions.py @@ -8,7 +8,7 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools def setup(): - autotools.autoreconf("-fi") + #autotools.autoreconf("-fi") autotools.configure() def build(): diff --git a/multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml b/multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml index fd6fc3773a..820a1f0217 100644 --- a/multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml +++ b/multimedia/graphics/gimp/addon/gimp-lqr-plugin/pspec.xml @@ -13,6 +13,7 @@ Plugin for The GIMP providing Liquid Rescale. Provides an implementation of the Seam Carving algorithm. The Seam Carving procedure aims at resizing pictures non uniformly while preserving their features, i.e. avoiding distortion of the important parts. The plugin supports manual feature selection, and can also be used to remove portions of the picture in a consistent way. + intltool gimp-devel liblqr-devel @@ -24,6 +25,7 @@ gdk-pixbuf gimp gtk2 + glib2 liblqr @@ -34,7 +36,7 @@ /usr/share/locale/* - + 2014-06-19