pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp-liquid-rescale Import gimp-liquid-rescal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e1d7bb8640
branches:  trunk
changeset: 534972:c1e1d7bb8640
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Nov 04 15:52:29 2007 +0000

description:
Import gimp-liquid-rescale-0.3.0 from pkgsrc-wip.
This is a content-aware image resizing plugin for the GIMP.

diffstat:

 graphics/gimp-liquid-rescale/DESCR            |   8 ++++++++
 graphics/gimp-liquid-rescale/Makefile         |  23 +++++++++++++++++++++++
 graphics/gimp-liquid-rescale/PLIST            |  15 +++++++++++++++
 graphics/gimp-liquid-rescale/distinfo         |   6 ++++++
 graphics/gimp-liquid-rescale/patches/patch-aa |  13 +++++++++++++
 5 files changed, 65 insertions(+), 0 deletions(-)

diffs (85 lines):

diff -r 2dc1ae00f4fb -r c1e1d7bb8640 graphics/gimp-liquid-rescale/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-liquid-rescale/DESCR        Sun Nov 04 15:52:29 2007 +0000
@@ -0,0 +1,8 @@
+Liquid Rescale is a free, open source implementation of the algorithm
+described in the paper entitled "Seam Carving for Content-Aware Image Resizing"
+by Shai Avidan and Ariel Shamir.
+It aims at resizing pictures non-uniformly while preserving their features,
+i.e. avoiding distortion of the important parts. It supports manual feature
+selection, and can also be used to remove portions of the picture in a
+consistent way.
+After installation, you will find it under the Layer menu in the GIMP.
diff -r 2dc1ae00f4fb -r c1e1d7bb8640 graphics/gimp-liquid-rescale/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-liquid-rescale/Makefile     Sun Nov 04 15:52:29 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/04 15:52:29 tnn Exp $
+#
+
+DISTNAME=              gimp-lqr-plugin-0.3.0-3
+PKGNAME=               gimp-liquid-rescale-0.3.0
+CATEGORIES=            graphics
+MASTER_SITES=          http://liquidrescale.wikidot.com/local--files/en:download-page/
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://liquidrescale.wikidot.com/
+COMMENT=               Content-aware image resizing plugin for the GIMP
+
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_TOOLS+=            intltool msgfmt pkg-config gmake
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+WRKSRC=                        ${WRKDIR}/gimp-lqr-plugin-0.3.0
+PTHREAD_AUTO_VARS=     yes
+
+.include "../../graphics/gimp/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2dc1ae00f4fb -r c1e1d7bb8640 graphics/gimp-liquid-rescale/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-liquid-rescale/PLIST        Sun Nov 04 15:52:29 2007 +0000
@@ -0,0 +1,15 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/11/04 15:52:29 tnn Exp $
+lib/gimp/2.0/plug-ins/gimp-lqr-plugin
+share/locale/de/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/es_AR/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/es_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/eu_ES/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/fr/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/hu/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/it/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/nb_NO/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/pt_BR/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/ro_RO/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/ru/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/sr/LC_MESSAGES/gimp22-lqr-plugin.mo
+share/locale/zh_CN/LC_MESSAGES/gimp22-lqr-plugin.mo
diff -r 2dc1ae00f4fb -r c1e1d7bb8640 graphics/gimp-liquid-rescale/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-liquid-rescale/distinfo     Sun Nov 04 15:52:29 2007 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/11/04 15:52:29 tnn Exp $
+
+SHA1 (gimp-lqr-plugin-0.3.0-3.tar.gz) = c5be0340165bac1ce0f4ad0b72426c733698f890
+RMD160 (gimp-lqr-plugin-0.3.0-3.tar.gz) = 2691869200a321421c9c625368890a950b9e95cb
+Size (gimp-lqr-plugin-0.3.0-3.tar.gz) = 824226 bytes
+SHA1 (patch-aa) = ecfa24c157e6f28aecfac6eb64365d8ee1251576
diff -r 2dc1ae00f4fb -r c1e1d7bb8640 graphics/gimp-liquid-rescale/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gimp-liquid-rescale/patches/patch-aa     Sun Nov 04 15:52:29 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2007/11/04 15:52:29 tnn Exp $
+
+--- Makefile.in.orig   2007-10-22 03:14:01.000000000 +0200
++++ Makefile.in
+@@ -211,7 +211,7 @@ sbindir = @sbindir@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = po src help
++SUBDIRS = po src
+ EXTRA_DIST = m4/ChangeLog  \
+       BUGS                    \
+       autogen.sh              \



Home | Main Index | Thread Index | Old Index