graphics/unpaper: Updated for version 6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Logan Rathbone 2019-11-09 07:42:15 +07:00 committed by Willy Sudiarto Raharjo
parent c80ffea4b9
commit aa2e8a66ee
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 24 additions and 11 deletions

View file

@ -16,4 +16,4 @@ unpaper: be useful to enhance the quality of scanned pages before performing
unpaper: optical character recognition (OCR). This is an active fork by D.E.
unpaper: "Flameeyes" Petteno'.
unpaper:
unpaper: Homepage: https://www.flameeyes.eu/projects/unpaper
unpaper: Homepage: https://www.flameeyes.com/projects/unpaper

View file

@ -3,6 +3,8 @@
# Slackware build script for unpaper
# Copyright 2008-2014 LukenShiro, Italy
# Copyright 2019 Logan Rathbone <poprocks@gmail.com>
#
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,10 +23,21 @@
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Slackware build script for scrot
#
# CHANGELOG
#
# 20191107 Logan Rathbone <poprocks@gmail.com> 6.1-1
# - Update to 6.1
# - Add ffmpeg as new dependency.
# - As of time of writing, works against ffmpeg3 and 4 (as shipped
# with current). Don't try to build against ffmpeg4 from SBO
# presently, as it places pkgconfig files in the 'ffmpeg4' sub-
# dir.
# - The ffmpeg dep can be removed once 15.0 ships, as it will be
# shipped wth the distro.
PRGNAM=unpaper
VERSION=${VERSION:-5.1}
VERSION=${VERSION:-6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -81,7 +94,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/
cp INSTALL $PKG/usr/doc/$PRGNAM-$VERSION/
cp AUTHORS COPYING NEWS README.md $PKG/usr/doc/$PRGNAM-$VERSION/
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="unpaper"
VERSION="5.1"
HOMEPAGE="https://www.flameeyes.eu/projects/unpaper"
DOWNLOAD="https://www.flameeyes.eu/files/unpaper-5.1.tar.xz"
MD5SUM="e2968daaaf0664fa40afe441abf26966"
VERSION="6.1"
HOMEPAGE="https://www.flameeyes.com/projects/unpaper"
DOWNLOAD="https://www.flameeyes.com/files/unpaper-6.1.tar.xz"
MD5SUM="b5e79645765be7c7ae0e003697bdb9e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"
REQUIRES="ffmpeg"
MAINTAINER="Logan Rathbone"
EMAIL="poprocks@gmail.com"