gimp-lqr-plugin:fixed deps

This commit is contained in:
2015-08-11 16:25:05 +03:00
parent aa1ca9584d
commit 28a019bb36
2 changed files with 4 additions and 2 deletions
@@ -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():
@@ -13,6 +13,7 @@
<Summary>Plugin for The GIMP providing Liquid Rescale.</Summary>
<Description>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.</Description>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gimp-devel</Dependency>
<Dependency>liblqr-devel</Dependency>
</BuildDependencies>
@@ -24,6 +25,7 @@
<Dependency>gdk-pixbuf</Dependency>
<Dependency>gimp</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>glib2</Dependency>
<Dependency>liblqr</Dependency>
</RuntimeDependencies>
<Files>
@@ -34,7 +36,7 @@
<Path fileType="localedata">/usr/share/locale/*</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-06-19</Date>