From 499ee3aa5b3df629abd86b3dbeb15220cba06ca1 Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Sun, 5 Jul 2015 03:07:23 +0300 Subject: [PATCH] liblqr:moved into main repo for pisi 2.0 --- multimedia/misc/liblqr/actions.py | 24 ++++++++++ multimedia/misc/liblqr/pspec.xml | 62 +++++++++++++++++++++++++ multimedia/misc/liblqr/translations.xml | 13 ++++++ 3 files changed, 99 insertions(+) create mode 100644 multimedia/misc/liblqr/actions.py create mode 100644 multimedia/misc/liblqr/pspec.xml create mode 100644 multimedia/misc/liblqr/translations.xml diff --git a/multimedia/misc/liblqr/actions.py b/multimedia/misc/liblqr/actions.py new file mode 100644 index 0000000000..3dbc0069e1 --- /dev/null +++ b/multimedia/misc/liblqr/actions.py @@ -0,0 +1,24 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +WorkDir = "%s-1-%s" % (get.srcNAME(), get.srcVERSION()) + +def setup(): + autotools.configure("--disable-static") + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.removeDir("/usr/share/man") + + pisitools.dodoc("AUTHORS", "COPYING*", "ChangeLog", "README", "NEWS") diff --git a/multimedia/misc/liblqr/pspec.xml b/multimedia/misc/liblqr/pspec.xml new file mode 100644 index 0000000000..750e05d35d --- /dev/null +++ b/multimedia/misc/liblqr/pspec.xml @@ -0,0 +1,62 @@ + + + + + liblqr + http://liblqr.wikidot.com + + PisiLinux Community + admins@pisilinux.org + + GPLv3 + LGPLv3 + library + An easy to use C/C++ seam carving library + liblqr is a free, open source implementation of a seam carving algorithm which aims at resizing pictures non uniformly while preserving their features. + http://liblqr.wdfiles.com/local--files/en:download-page/liblqr-1-0.4.2.tar.bz2 + + + + liblqr + + /usr/lib + /usr/share/doc + + + + + liblqr-devel + Development files for liblqr + + liblqr + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2014-05-24 + 0.4.2 + Rebuild. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-01-31 + 0.4.2 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2010-10-12 + 0.4.1 + First release + Pisi Linux Admins + admins@pisilinux.org + + + diff --git a/multimedia/misc/liblqr/translations.xml b/multimedia/misc/liblqr/translations.xml new file mode 100644 index 0000000000..c3002a4c1b --- /dev/null +++ b/multimedia/misc/liblqr/translations.xml @@ -0,0 +1,13 @@ + + + + liblqr + Görüntü boyutlandırma kütüphanesi + liblqr, yeniden boyutlandırılacak resimlerin özelliklerini koruyan liquid rescale algoritmasının bir gerçeklemesidir. + + + + liblqr-devel + liblqr için geliştirme dosyaları + +