Date: Wed, 3 Jun 2009 21:12:41 +0400 (MSD) From: Charlie & <dindin@dindin.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/135220: [NEW PORT] graphics/gimp-focusblur-plugin: Gimp realistic focus blur plugin Message-ID: <200906031712.n53HCfn2062368@sepulca.yandex.ru> Resent-Message-ID: <200906031720.n53HK2BG094561@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 135220 >Category: ports >Synopsis: [NEW PORT] graphics/gimp-focusblur-plugin: Gimp realistic focus blur plugin >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 03 17:20:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Denis Barov <dindin@dindin.ru> >Release: FreeBSD 7.2-RELEASE i386 >Organization: Yandex >Environment: System: FreeBSD sepulca.yandex.ru 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Tue Jun 2 19:57:10 MSD >Description: 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 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- gimp-focusblur-plugin-3.2.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gimp-focusblur-plugin # gimp-focusblur-plugin/files # gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in # gimp-focusblur-plugin/distinfo # gimp-focusblur-plugin/Makefile # gimp-focusblur-plugin/pkg-descr # gimp-focusblur-plugin/pkg-plist # echo c - gimp-focusblur-plugin mkdir -p gimp-focusblur-plugin > /dev/null 2>&1 echo c - gimp-focusblur-plugin/files mkdir -p gimp-focusblur-plugin/files > /dev/null 2>&1 echo x - gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in sed 's/^X//' >gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in << '3676fca630945724b8716c75f059fbda' X--- pixmaps/Makefile.in.orig 2008-10-18 18:50:12.000000000 +0400 X+++ pixmaps/Makefile.in 2009-06-03 20:31:46.000000000 +0400 X@@ -350,11 +350,12 @@ X { echo -e '#include <gdk-pixbuf/gdk-pixdata.h>\n' ; \ X $(GDK_PIXBUF_CSOURCE) --struct --rle --build-list \ X $$(for i in $(icons) ; do \ X- name=$${i%%.*} ; \ X- name=$${name//-/_} ; \ X- echo $$name $$i ; \ X+ echo $$i | sed -e 's/\..*//g' \ X+ -e 's/-/_/g' | tr '\n' ' '; \ X+ echo $$i ; \ X done) | \ X- sed -e '/pixel_data:/a(guint8 *)' ; \ X+ sed -e '/pixel_data:/a\ X+(guint8 *)' ; \ X } > $@ X # Tell versions [3.59,3.63) of GNU make to not export all variables. X # Otherwise a system limit (for SysV at least) may be exceeded. 3676fca630945724b8716c75f059fbda echo x - gimp-focusblur-plugin/distinfo sed 's/^X//' >gimp-focusblur-plugin/distinfo << '74b1a60191fa3201b643676a4b406543' XMD5 (focusblur-3.2.4.tar.bz2) = a99cb16d7bcdd0f462d663a4edb13c18 XSHA256 (focusblur-3.2.4.tar.bz2) = d215982f61b19e60bac095af18dfd37392c7487a560976d7d7602e79f1787c13 XSIZE (focusblur-3.2.4.tar.bz2) = 182145 74b1a60191fa3201b643676a4b406543 echo x - gimp-focusblur-plugin/Makefile sed 's/^X//' >gimp-focusblur-plugin/Makefile << 'cadeaa4c8785e1bb5ac47980e21950d0' X# New ports collection makefile for: gimp-focusblur X# Date created: 03 Jun 2009 X# Whom: Denis Barov <dindin@dindin.ru> X# X# $FreeBSD$ X# X XPORTNAME= focusblur XPORTVERSION= 3.2.4 XCATEGORIES= graphics XMASTER_SITES= http://sudakyo.hp.infoseek.co.jp/gimp/fblur/ \ X http://www.dindin.ru/download/ XPKGNAMEPREFIX=gimp- XPKGNAMESUFFIX=-plugin X XMAINTAINER= dindin@dindin.ru XCOMMENT= Gimp realistic focus blur plugin X XLIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ X fftw3.4:${PORTSDIR}/math/fftw3 X XGNU_CONFIGURE= yes XUSE_BZIP2= yes XUSE_GMAKE= yes XUSE_GNOME= gtk20 X#MAKE_JOBS_SAFE= yes X.if !defined (WITHOUT_NLS) XUSE_GETTEXT= yes X.endif X XPLUGIN_DIR?= libexec/gimp/2.2/plug-ins XPLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} X XCONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ X LDFLAGS="-L${LOCALBASE}/lib" XCONFIGURE_ARGS+= --disable-rpath X Xpost-patch: X @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in X X.include <bsd.port.mk> cadeaa4c8785e1bb5ac47980e21950d0 echo x - gimp-focusblur-plugin/pkg-descr sed 's/^X//' >gimp-focusblur-plugin/pkg-descr << '333a4470afdfd9d65dbdfa2f9f80bc74' XThis plug-in makes a out of focus with luminosity and depth, like a Xsight or lenses. It can be used with depth map, depth fakes and Xshining effect. Also it works as a simple and applicable blur. X XWWW: http://sudakyo.hp.infoseek.co.jp/gimp/fblur/focusblur_e.html 333a4470afdfd9d65dbdfa2f9f80bc74 echo x - gimp-focusblur-plugin/pkg-plist sed 's/^X//' >gimp-focusblur-plugin/pkg-plist << '6fcfcad6c30446b32a7bb167d317376a' X%%PLUGIN_DIR%%/focusblur Xshare/locale/it/LC_MESSAGES/gimp20-focusblur.mo Xshare/locale/ja/LC_MESSAGES/gimp20-focusblur.mo Xshare/locale/ru/LC_MESSAGES/gimp20-focusblur.mo X@dirrm %%PLUGIN_DIR%% X@dirrmtry lib/exec/gimp/2.2 X@dirrmtry lib/exec/gimp 6fcfcad6c30446b32a7bb167d317376a exit --- gimp-focusblur-plugin-3.2.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906031712.n53HCfn2062368>