summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author Kyle Guinn2019-10-12 07:15:48 +0200
committer Willy Sudiarto Raharjo2019-10-19 18:15:17 +0200
commit8eac2ba07aacf7133a4f3eb72caa54611fdc1f51 (patch)
tree74778784db09a19be867d8c62a7c0bbf85e13bad /graphics
parent1c19d6f09195cadc774a75194a3fcc14d62fc46c (diff)
downloadslackbuilds-8eac2ba07aacf7133a4f3eb72caa54611fdc1f51.tar.gz
graphics/mftrace: Updated for version 1.2.20.
Signed-off-by: Kyle Guinn <elyk03@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mftrace/README3
-rw-r--r--graphics/mftrace/mftrace.SlackBuild10
-rw-r--r--graphics/mftrace/mftrace.info8
3 files changed, 13 insertions, 8 deletions
diff --git a/graphics/mftrace/README b/graphics/mftrace/README
index 82599bceda..c5d0806575 100644
--- a/graphics/mftrace/README
+++ b/graphics/mftrace/README
@@ -4,4 +4,7 @@ offer many advantages over bitmaps, as they allow PostScript files
to render correctly on printers with many resolutions. Moreover,
Ghostscript can generate much better PDF, if given scalable fonts.
+Mftrace requires a tracing program, either potrace or autotrace.
+If both are installed, potrace is chosen by default.
+
fontforge is an optional recommended dependency.
diff --git a/graphics/mftrace/mftrace.SlackBuild b/graphics/mftrace/mftrace.SlackBuild
index fa1b29a879..b8991b864c 100644
--- a/graphics/mftrace/mftrace.SlackBuild
+++ b/graphics/mftrace/mftrace.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for mftrace
-# Copyright 2012-2017 Kyle Guinn <elyk03@gmail.com>, USA
+# Copyright 2012-2019 Kyle Guinn <elyk03@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mftrace
-VERSION=${VERSION:-1.2.19}
+VERSION=${VERSION:-1.2.20}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,8 +70,10 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go-w,a+rX-st .
-# Make it support $SLKCFLAGS
-sed -i "s/^CFLAGS =/CFLAGS ?=/" GNUmakefile.in
+# Make it support $SLKCFLAGS.
+# Also, upstream forgot to distribute a manpage.
+sed -i -e 's/^CFLAGS =/CFLAGS ?=/' \
+ -e 's/gf2pbm.1//' GNUmakefile.in
./configure \
--prefix=/usr \
diff --git a/graphics/mftrace/mftrace.info b/graphics/mftrace/mftrace.info
index a8f6fff4f7..01a2f82d40 100644
--- a/graphics/mftrace/mftrace.info
+++ b/graphics/mftrace/mftrace.info
@@ -1,10 +1,10 @@
PRGNAM="mftrace"
-VERSION="1.2.19"
+VERSION="1.2.20"
HOMEPAGE="http://lilypond.org/mftrace/"
-DOWNLOAD="http://lilypond.org/downloads/sources/mftrace/mftrace-1.2.19.tar.gz"
-MD5SUM="3ebc54a327cde6c3ae8524bd49a5e8db"
+DOWNLOAD="http://lilypond.org/downloads/sources/mftrace/mftrace-1.2.20.tar.gz"
+MD5SUM="33056fadd1badce2ecffbeeab138f219"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="potrace t1utils"
+REQUIRES="python3 potrace t1utils"
MAINTAINER="Kyle Guinn"
EMAIL="elyk03@gmail.com"