summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Logan Rathbone2019-11-09 01:42:15 +0100
committer Willy Sudiarto Raharjo2019-11-09 01:42:15 +0100
commitaa2e8a66eecaede64cb9808b9942d5df26ce23d8 (patch)
tree70061288e7190507600010ff57c39d0b7830be43 /graphics
parentc80ffea4b920a18a716546a87aba31382987cbe7 (diff)
downloadslackbuilds-aa2e8a66eecaede64cb9808b9942d5df26ce23d8.tar.gz
graphics/unpaper: Updated for version 6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/unpaper/slack-desc2
-rw-r--r--graphics/unpaper/unpaper.SlackBuild19
-rw-r--r--graphics/unpaper/unpaper.info14
3 files changed, 24 insertions, 11 deletions
diff --git a/graphics/unpaper/slack-desc b/graphics/unpaper/slack-desc
index b044e1fbdf..1b880d830e 100644
--- a/graphics/unpaper/slack-desc
+++ b/graphics/unpaper/slack-desc
@@ -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
diff --git a/graphics/unpaper/unpaper.SlackBuild b/graphics/unpaper/unpaper.SlackBuild
index 9eb6398396..96c606e8e3 100644
--- a/graphics/unpaper/unpaper.SlackBuild
+++ b/graphics/unpaper/unpaper.SlackBuild
@@ -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
diff --git a/graphics/unpaper/unpaper.info b/graphics/unpaper/unpaper.info
index b6a31fb713..56eaaf044e 100644
--- a/graphics/unpaper/unpaper.info
+++ b/graphics/unpaper/unpaper.info
@@ -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"