diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-05 02:26:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-06-05 02:26:52 +0000 |
commit | 938c41d2d82f8e48c31ded1783893b66f5cf4aed (patch) | |
tree | 1a4b87fa090172962e84a73e673dffdd4f47edbb /graphics/Makefile | |
parent | - Unbreak on amd64 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=235186
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 800dc007ea97..6428bc590452 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -232,6 +232,7 @@ SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-data-extras + SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gap SUBDIR += gimp-greycstoration SUBDIR += gimp-help |