| Summary: | [NEW PORT] graphics/gimp-focusblur-plugin: Gimp realistic focus blur plugin | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Denis Barov <dindin> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Denis Barov
2009-06-03 18:20:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. - added support for WITHOUT_NLS option
- fixed wrong gimp plugin directory removing
# 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
X.if !defined(WITHOUT_NLS)
XUSE_GETTEXT= yes
XPLIST_SUB+= NLS=""
X.else
XCONFIGURE_ARGS+=--disable-nls
XPLIST_SUB+= NLS="@comment "
X.endif
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
X%%NLS%%share/locale/it/LC_MESSAGES/gimp20-focusblur.mo
X%%NLS%%share/locale/ja/LC_MESSAGES/gimp20-focusblur.mo
X%%NLS%%share/locale/ru/LC_MESSAGES/gimp20-focusblur.mo
6fcfcad6c30446b32a7bb167d317376a
exit
--
Cheers
Denis Barov
State Changed From-To: open->closed New port added, with minor changes. Thanks! amdmi3 2009-06-05 02:26:52 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/gimp-focusblur-plugin Makefile distinfo pkg-descr
pkg-plist
graphics/gimp-focusblur-plugin/files patch-pixmaps-Makefile.in
Log:
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
PR: 135220
Submitted by: Denis Barov <dindin@dindin.ru>
Revision Changes Path
1.1263 +1 -0 ports/graphics/Makefile
1.1 +46 -0 ports/graphics/gimp-focusblur-plugin/Makefile (new)
1.1 +3 -0 ports/graphics/gimp-focusblur-plugin/distinfo (new)
1.1 +19 -0 ports/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in (new)
1.1 +5 -0 ports/graphics/gimp-focusblur-plugin/pkg-descr (new)
1.1 +4 -0 ports/graphics/gimp-focusblur-plugin/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|