diff options
-rw-r--r-- | graphics/gimp-liquid-rescale/DESCR | 8 | ||||
-rw-r--r-- | graphics/gimp-liquid-rescale/Makefile | 23 | ||||
-rw-r--r-- | graphics/gimp-liquid-rescale/PLIST | 15 | ||||
-rw-r--r-- | graphics/gimp-liquid-rescale/distinfo | 6 | ||||
-rw-r--r-- | graphics/gimp-liquid-rescale/patches/patch-aa | 13 |
5 files changed, 65 insertions, 0 deletions
diff --git a/graphics/gimp-liquid-rescale/DESCR b/graphics/gimp-liquid-rescale/DESCR new file mode 100644 index 00000000000..135256db7e0 --- /dev/null +++ b/graphics/gimp-liquid-rescale/DESCR @@ -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 --git a/graphics/gimp-liquid-rescale/Makefile b/graphics/gimp-liquid-rescale/Makefile new file mode 100644 index 00000000000..4a54738da71 --- /dev/null +++ b/graphics/gimp-liquid-rescale/Makefile @@ -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 +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 --git a/graphics/gimp-liquid-rescale/PLIST b/graphics/gimp-liquid-rescale/PLIST new file mode 100644 index 00000000000..38808d73978 --- /dev/null +++ b/graphics/gimp-liquid-rescale/PLIST @@ -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 --git a/graphics/gimp-liquid-rescale/distinfo b/graphics/gimp-liquid-rescale/distinfo new file mode 100644 index 00000000000..12ea94ccb2a --- /dev/null +++ b/graphics/gimp-liquid-rescale/distinfo @@ -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 --git a/graphics/gimp-liquid-rescale/patches/patch-aa b/graphics/gimp-liquid-rescale/patches/patch-aa new file mode 100644 index 00000000000..6a88009bf3e --- /dev/null +++ b/graphics/gimp-liquid-rescale/patches/patch-aa @@ -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 \ |