diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-10 16:38:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-10 16:38:03 +0000 |
commit | da77d48a557b67b8c48bcc92f5b51621ed813457 (patch) | |
tree | 96723fdcf784ece354f93e0cb674d5a598cb9fdc /graphics/gimp-focusblur-plugin | |
parent | 5e65e381b895fc1e4a000c0d20bfa0ee2934aa00 (diff) | |
download | ports-da77d48a557b67b8c48bcc92f5b51621ed813457.tar.gz ports-da77d48a557b67b8c48bcc92f5b51621ed813457.zip |
Notes
Diffstat (limited to 'graphics/gimp-focusblur-plugin')
-rw-r--r-- | graphics/gimp-focusblur-plugin/Makefile | 14 | ||||
-rw-r--r-- | graphics/gimp-focusblur-plugin/distinfo | 5 | ||||
-rw-r--r-- | graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in | 21 | ||||
-rw-r--r-- | graphics/gimp-focusblur-plugin/pkg-descr | 2 |
4 files changed, 17 insertions, 25 deletions
diff --git a/graphics/gimp-focusblur-plugin/Makefile b/graphics/gimp-focusblur-plugin/Makefile index 22d7b8f58da4..ddbe6555107d 100644 --- a/graphics/gimp-focusblur-plugin/Makefile +++ b/graphics/gimp-focusblur-plugin/Makefile @@ -6,19 +6,20 @@ # PORTNAME= focusblur -PORTVERSION= 3.2.4 -PORTREVISION= 4 +PORTVERSION= 3.2.6 CATEGORIES= graphics -MASTER_SITES= http://sudakyo.hp.infoseek.co.jp/gimp/fblur/ \ - http://www.dindin.ru/download/ +MASTER_SITES= http://registry.gimp.org/files/ PKGNAMEPREFIX= gimp- PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp realistic focus blur plugin -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - fftw3.5:${PORTSDIR}/math/fftw3 +LIB_DEPENDS= fftw3.5:${PORTSDIR}/math/fftw3 \ + gimp-2.0:${PORTSDIR}/graphics/gimp-app + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_BZIP2= yes @@ -31,7 +32,6 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+= --disable-rpath .if !defined(WITHOUT_NLS) USE_GETTEXT= yes diff --git a/graphics/gimp-focusblur-plugin/distinfo b/graphics/gimp-focusblur-plugin/distinfo index beda65457d19..e908b6cf0723 100644 --- a/graphics/gimp-focusblur-plugin/distinfo +++ b/graphics/gimp-focusblur-plugin/distinfo @@ -1,3 +1,2 @@ -MD5 (focusblur-3.2.4.tar.bz2) = a99cb16d7bcdd0f462d663a4edb13c18 -SHA256 (focusblur-3.2.4.tar.bz2) = d215982f61b19e60bac095af18dfd37392c7487a560976d7d7602e79f1787c13 -SIZE (focusblur-3.2.4.tar.bz2) = 182145 +SHA256 (focusblur-3.2.6.tar.bz2) = 30e85e9c2974e7678f155c645616dd7a75cb2782184e7c67d9c79e0f191c0ebf +SIZE (focusblur-3.2.6.tar.bz2) = 164106 diff --git a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in b/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in index df786187d11d..8ffd8659206d 100644 --- a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in +++ b/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in @@ -1,19 +1,12 @@ ---- pixmaps/Makefile.in.orig 2008-10-18 18:50:12.000000000 +0400 -+++ pixmaps/Makefile.in 2009-06-03 20:31:46.000000000 +0400 -@@ -350,11 +350,12 @@ - { echo -e '#include <gdk-pixbuf/gdk-pixdata.h>\n' ; \ - $(GDK_PIXBUF_CSOURCE) --struct --rle --build-list \ - $$(for i in $(icons) ; do \ -- name=$${i%%.*} ; \ -- name=$${name//-/_} ; \ -- echo $$name $$i ; \ -+ echo $$i | sed -e 's/\..*//g' \ -+ -e 's/-/_/g' | tr '\n' ' '; \ -+ echo $$i ; \ +--- pixmaps/Makefile.in.orig 2010-06-22 06:24:15.000000000 +0400 ++++ pixmaps/Makefile.in 2011-02-09 12:13:59.000000000 +0300 +@@ -365,7 +365,8 @@ + echo $$i | sed -e 's;\..*;;' -e 's;-;_;g' ; \ + echo -n $$i" " ; \ done) | \ - sed -e '/pixel_data:/a(guint8 *)' ; \ + sed -e '/pixel_data:/a\ -+(guint8 *)' ; \ ++ (guint8 *)' ; \ } > $@ + # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/graphics/gimp-focusblur-plugin/pkg-descr b/graphics/gimp-focusblur-plugin/pkg-descr index 650c0d6bd2e2..4d194f167ae6 100644 --- a/graphics/gimp-focusblur-plugin/pkg-descr +++ b/graphics/gimp-focusblur-plugin/pkg-descr @@ -2,4 +2,4 @@ This plug-in makes a out of focus with luminosity and depth, like a sight or lenses. It can be used with depth map, depth fakes and shining effect. Also it works as a simple and applicable blur. -WWW: http://sudakyo.hp.infoseek.co.jp/gimp/fblur/focusblur_e.html +WWW: http://registry.gimp.org/node/1444 |