mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
graphics/gimp-plugin-bimp: Updated for version 2.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f8d5dd39e9
commit
af691c70a6
3 changed files with 8 additions and 9 deletions
|
@ -2,8 +2,7 @@ gimp-plugin-bimp (Batch Image Manipulation Plugin for GIMP)
|
||||||
|
|
||||||
With BIMP you can apply a set of GIMP manipulations on groups of
|
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
|
images. It provides an easy to use interface and a lot of batch
|
||||||
functions:
|
functions, including:
|
||||||
|
|
||||||
Resize, Crop, Flip and rotate, Blurring and sharpening, Color (and
|
Resize, crop, flip, rotate, blur, sharpen, color correction,
|
||||||
curve) correction, Watermark, Rename, Change compression and format,
|
watermark, rename, change compression and format, and much more.
|
||||||
and much more.
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for gimp-plugin-bimp
|
# Slackware build script for gimp-plugin-bimp
|
||||||
#
|
#
|
||||||
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
|
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
|
||||||
## Maintained by Klaatu @member.fsf.org
|
# Maintained by Klaatu @member.fsf.org
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Based on:
|
# Based on:
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=gimp-plugin-bimp
|
PRGNAM=gimp-plugin-bimp
|
||||||
VERSION=${VERSION:-2.5}
|
VERSION=${VERSION:-2.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="gimp-plugin-bimp"
|
PRGNAM="gimp-plugin-bimp"
|
||||||
VERSION="2.5"
|
VERSION="2.6"
|
||||||
HOMEPAGE="https://github.com/alessandrofrancesconi/gimp-plugin-bimp"
|
HOMEPAGE="https://github.com/alessandrofrancesconi/gimp-plugin-bimp"
|
||||||
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v2.5/gimp-plugin-bimp-2.5.tar.gz"
|
DOWNLOAD="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v2.6/gimp-plugin-bimp-2.6.tar.gz"
|
||||||
MD5SUM="773eadcae1816255733fef5d754e0c0f"
|
MD5SUM="e88c978abde481d2124ba9d73a56e14b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue