FreeBSD Bugzilla – Attachment 96585 Details for
Bug 135220
[NEW PORT] graphics/gimp-focusblur-plugin: Gimp realistic focus blur plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
gimp-focusblur-plugin-3.2.4.shar
gimp-focusblur-plugin-3.2.4.shar (text/plain), 3.86 KB, created by
Denis Barov
on 2009-06-03 18:20:01 UTC
(
hide
)
Description:
gimp-focusblur-plugin-3.2.4.shar
Filename:
MIME Type:
Creator:
Denis Barov
Created:
2009-06-03 18:20:01 UTC
Size:
3.86 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 135220
: 96585