graphics/gimp-plugin-bimp: Updated for version 1.18, New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Klaatu 2017-04-17 18:28:04 +07:00 committed by Willy Sudiarto Raharjo
parent c5dc3733a3
commit be4e13aba5
3 changed files with 13 additions and 14 deletions

View file

@ -1,8 +1,9 @@
gimp-plugin-bimp (Batch Image Manipulation Plugin for GIMP)
With BIMP you can apply a set of GIMP manipulations on groups of
images. It provides an easy to use interface and a lot of batch functions:
images. It provides an easy to use interface and a lot of batch
functions:
Resize, Crop, Flip and rotate, Blurring and sharpening, Color (and curve)
correction, Watermark, Rename, Change compression and format, ... and
whatever you want! (almost)
Resize, Crop, Flip and rotate, Blurring and sharpening, Color (and
curve) correction, Watermark, Rename, Change compression and format,
and much more.

View file

@ -3,6 +3,7 @@
# Slackware build script for gimp-plugin-bimp
#
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
## Maintained by Klaatu @member.fsf.org
# All rights reserved.
#
# Based on:
@ -26,7 +27,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gimp-plugin-bimp
VERSION=${VERSION:-1.16}
VERSION=${VERSION:-1.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -63,7 +64,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -72,10 +73,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Let's compile!
make
# Copy over executable
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins
mv bin/bimp $PKG/usr/lib${LIBDIRSUFFIX}/gimp/2.0/plug-ins

View file

@ -1,10 +1,10 @@
PRGNAM="gimp-plugin-bimp"
VERSION="1.16"
VERSION="1.18"
HOMEPAGE="https://github.com/alessandrofrancesconi/gimp-plugin-bimp"
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v1.16.tar.gz"
MD5SUM="5c9664c486889fc28d0a5c43665faa83"
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v1.18/gimp-plugin-bimp-1.18.tar.gz"
MD5SUM="84b748a4f1fa0bd67da12a77b65b4611"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Gethyn ThomasQuail"
EMAIL="gethyn@bloodbathsoftworks.com"
MAINTAINER="Klaatu"
EMAIL="klaatu@member.fsf.org"