From 8eac2ba07aacf7133a4f3eb72caa54611fdc1f51 Mon Sep 17 00:00:00 2001 From: Kyle Guinn Date: Sat, 12 Oct 2019 00:15:48 -0500 Subject: graphics/mftrace: Updated for version 1.2.20. Signed-off-by: Kyle Guinn --- graphics/mftrace/README | 3 +++ graphics/mftrace/mftrace.SlackBuild | 10 ++++++---- graphics/mftrace/mftrace.info | 8 ++++---- 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 , USA +# Copyright 2012-2019 Kyle Guinn # 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" -- cgit v1.2.3