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