diff options
author | Pierre Cazenave <pwcazenave at gmail {dot} com> | 2010-04-14 20:31:20 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:37:55 +0200 |
commit | eff69d1f2e36521b0b3d1c1cd53a86748d082571 (patch) | |
tree | 3fbf5f346a1013f3e83eb93997c9cb7b3bef94c4 /graphics/gimp-registry-plugins | |
parent | 356dc77b9d36151907238cc790f1a32225a4a0be (diff) | |
download | slackbuilds-eff69d1f2e36521b0b3d1c1cd53a86748d082571.tar.gz |
graphics/gimp-registry-plugins: Updated for version 0.0.2.
Diffstat (limited to 'graphics/gimp-registry-plugins')
-rw-r--r-- | graphics/gimp-registry-plugins/README | 25 | ||||
-rw-r--r-- | graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild | 16 | ||||
-rw-r--r-- | graphics/gimp-registry-plugins/gimp-registry-plugins.info | 12 | ||||
-rw-r--r-- | graphics/gimp-registry-plugins/slack-desc | 6 |
4 files changed, 35 insertions, 24 deletions
diff --git a/graphics/gimp-registry-plugins/README b/graphics/gimp-registry-plugins/README index 3b32819588..752c408138 100644 --- a/graphics/gimp-registry-plugins/README +++ b/graphics/gimp-registry-plugins/README @@ -8,21 +8,28 @@ here are largely those which I wanted to use. If you want any particular plugins from the GIMP registry included, drop me an email. -Below is a list of the plugins/scripts included and any dependencies. -The only dependency is Refocus for Smart sharpen (redux) optional. -However, this won't build on 13.0 anyway. I mention this only for -completeness. If anyone can get Refocus to build, that'd be great. +Optional dependency is gimp-deskew-plugin (available at SlackBuilds.org) -* Add Film Grain * Contact Sheet * Diana/Holga2 * Exposure Blend -* GREYCstoration * Fake high dynamic range effect # catchy name, eh? ;) -* Smart sharpen (redux) - optionally requires Refocus (no build available yet) -* Rays of Light * Vignette Script +This package includes: + +* Add Film Grain +* Contact Sheet +* Diana/Holga2 +* Exposure Blend +* GREYCstoration +* Fake high dynamic range effect +* Smart sharpen (redux) +* Rays of Light +* Vignette Script +* Divide and deskew scanned images - optionally calls gimp-deskew-plugin The scripts can be found as follows in the GIMP: "Rays of Light" is in Filters > Alpha to Logo. "Vignette" is in Filters > Light and Shadow. "GREYCstoration" is in Filters > Enhance. +"Divide Scanned Images" has a single-use mode in Filters > Registry and +a batch processing mode in Filters > Batch Tools. The rest of the plugins can be found in either - Filters > Registry Plug-Ins + Filters > Registry or Filters > Photography diff --git a/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild b/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild index a10c96637b..201a589fb7 100644 --- a/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild +++ b/graphics/gimp-registry-plugins/gimp-registry-plugins.SlackBuild @@ -5,7 +5,7 @@ # Takes a series of plugins (mostly from the Debian gimp-registry-plugin list) # plus a couple of extras and extracts them into the relevant gimp directories. -# Copyright 2009 Pierre Cazenave <pwcazenave {at} gmail [dot] com> +# Copyright 2009-2010 Pierre Cazenave <pwcazenave {at} gmail [dot] com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,9 +26,9 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gimp-registry-plugins -VERSION=0.0.1 +VERSION=0.0.2 ARCH=${ARCH:-i486} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} CWD=$(pwd) @@ -73,18 +73,20 @@ sed -i '178s|Vignette|Vignette...|' $PKG/usr/share/gimp/2.0/scripts/vignette_0.s # Change the menu name for the .scm files that fall in the Filters GIMP menu # to put them in a more ordered menu system. -sed -i 's|"<Image>/~jp/diana-holga2c|"<Image>/Filters/Registry Plug-Ins/JP/Diana-Holga2c|g' \ +sed -i 's|"<Image>/Filters/jp/diana-holga2c|"<Image>/Filters/Registry/JP/Diana-Holga2c|g' \ $PKG/usr/share/gimp/2.0/scripts/diana-holga2c.scm -sed -i 's|"<Image>/Filters/Eg"|"<Image>/Filters/Registry Plug-Ins/Eg"|g' \ +sed -i 's|"<Image>/Filters/Eg"|"<Image>/Filters/Registry/Eg"|g' \ $PKG/usr/share/gimp/2.0/scripts/Eg-AddFilmGrain.scm -sed -i 's|"<Image>/Filters/Eg"|"<Image>/Filters/Registry Plug-Ins/Eg"|g' \ +sed -i 's|"<Image>/Filters/Eg"|"<Image>/Filters/Registry/Eg"|g' \ $PKG/usr/share/gimp/2.0/scripts/Eg-SmartSharpen.scm -sed -i 's|"<Image>/Filters/Photo|"<Image>/Filters/Registry Plug-Ins/Photography|g' \ +sed -i 's|"<Image>/Filters/Photo|"<Image>/Filters/Registry/Photography|g' \ $PKG/usr/share/gimp/2.0/scripts/exposure-blend-tinyscheme.scm sed -i 's|"<Image>/Script-Fu/Enhance|"<Image>/Filters/Enhance|g' \ $PKG/usr/share/gimp/2.0/scripts/hdr-eff.scm sed -i 's|"<Image>/Script-Fu/Enhance|"<Image>/Filters/Enhance|g' \ $PKG/usr/share/gimp/2.0/scripts/hdr-eff-plus.scm +sed -i 's|"<Image>/Filters/Divide Scanned Images..."|"<Image>/Filters/Registry/Divide Scanned Images..."|' \ + $PKG/usr/share/gimp/2.0/scripts/DivideScannedImages.scm # Apply the same "fix" to the .py files sed -i 's|"<Toolbox>/Xtns/Batch/|"<Toolbox>/Xtns/Photography/|g' \ $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins/contactsheet_0.py diff --git a/graphics/gimp-registry-plugins/gimp-registry-plugins.info b/graphics/gimp-registry-plugins/gimp-registry-plugins.info index 59a76ee2d3..2affc01ac4 100644 --- a/graphics/gimp-registry-plugins/gimp-registry-plugins.info +++ b/graphics/gimp-registry-plugins/gimp-registry-plugins.info @@ -1,5 +1,5 @@ PRGNAM="gimp-registry-plugins" -VERSION="0.0.1" +VERSION="0.0.2" HOMEPAGE="http://registry.gimp.org" DOWNLOAD="http://registry.gimp.org/files/Eg-AddFilmGrain.scm \ http://registry.gimp.org/files/contactsheet_0.py \ @@ -9,18 +9,20 @@ DOWNLOAD="http://registry.gimp.org/files/Eg-AddFilmGrain.scm \ http://registry.gimp.org/files/Fake%20HDR%20effect%20script-fu-v0.2.zip \ http://registry.gimp.org/files/Eg-SmartSharpen.scm \ http://registry.gimp.org/files/rays-of-light.scm \ - http://registry.gimp.org/files/vignette_0.scm" + http://registry.gimp.org/files/vignette_0.scm \ + http://ffaat.pointclark.net/incoming/scripts/DivideScannedImages.scm" MD5SUM="e75197932cf1734dd60f0b909b98d23f \ 49d42daab1ad5c5d498617acfeeaafb4 \ - 4a3d5f0612d444305724b6e508845b1c \ + f77f160cf0408ba383c297c0a858ee6b \ 50643978b72a8b38b1778d3d067d317c \ 67b6bfcadd485ee4669069da52a1e8f5 \ e2693ad32a0b8921d2773f808eeefb88 \ 691f0b0362d0a1c2a795fd5342db11de \ a67f238d6af768d16089e9609e674bc8 \ - 2ba7c7db3143ae95fd10f0d059021faf" + 2ba7c7db3143ae95fd10f0d059021faf \ + c411a436fe9664b427c66c190ca15132" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Pierre Cazenave" EMAIL="pwcazenave <at> gmail {dot} com" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/graphics/gimp-registry-plugins/slack-desc b/graphics/gimp-registry-plugins/slack-desc index 1c75f82517..a1d1fb6c33 100644 --- a/graphics/gimp-registry-plugins/slack-desc +++ b/graphics/gimp-registry-plugins/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':'. |-----handy-ruler------------------------------------------------------| -gimp-registry-plugins: A selection of scripts from http://registry.gimp.org +gimp-registry-plugins: gimp-registry-plugins (collection of gimp scripts) gimp-registry-plugins: gimp-registry-plugins: Includes a selection of scripts from the GIMP Registry, some of which gimp-registry-plugins: are included in the Debian package of the same name. gimp-registry-plugins: gimp-registry-plugins: These include: Add Film Grain, Contact Sheet, Diana/Holga2, Exposure -gimp-registry-plugins: Blend, GREYCstoration, Smart Sharpen (redux) and Vignette Script. +gimp-registry-plugins: Blend, GREYCstoration, Smart Sharpen (redux) and Vignette Script and +gimp-registry-plugins: DivideScannedImages. gimp-registry-plugins: gimp-registry-plugins: http://registry.gimp.org/ gimp-registry-plugins: -gimp-registry-plugins: |