diff options
Diffstat (limited to 'graphics/potrace')
-rw-r--r-- | graphics/potrace/README | 24 | ||||
-rw-r--r-- | graphics/potrace/potrace.SlackBuild | 7 | ||||
-rw-r--r-- | graphics/potrace/potrace.info | 8 |
3 files changed, 22 insertions, 17 deletions
diff --git a/graphics/potrace/README b/graphics/potrace/README index 9343d0a1cb..4c3465422d 100644 --- a/graphics/potrace/README +++ b/graphics/potrace/README @@ -1,13 +1,15 @@ -Potrace is a utility for tracing a bitmap, which means, transforming a bitmap -into a smooth, scalable image. The input is a bitmap (PBM, PGM, PPM, or BMP -format), and the default output is an encapsulated PostScript file (EPS). A -typical use is to create EPS files from scanned data, such as company or -university logos, handwritten notes, etc. The resulting image is not "jaggy" -like a bitmap, but smooth. It can then be rendered at any resolution. +Potrace is a utility for tracing a bitmap, which means, transforming a +bitmap into a smooth, scalable image. The input is a bitmap (PBM, PGM, +PPM, or BMP format), and the default output is an encapsulated PostScript +file (EPS). A typical use is to create EPS files from scanned data, such as +company or university logos, handwritten notes, etc. The resulting image +is not "jaggy" like a bitmap, but smooth. It can then be rendered at any +resolution. -Potrace can currently produce the following output formats: EPS, PostScript, -PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM (for easy -antialiasing). +Potrace can currently produce the following output formats: EPS, +PostScript, PDF, SVG (scalable vector graphics), Xfig, Gimppath, and PGM +(for easy antialiasing). -Mkbitmap is a program distributed with Potrace which can be used to pre-process -the input for better tracing behavior on greyscale and color images. +Mkbitmap is a program distributed with Potrace which can be used to pre- +process the input for better tracing behavior on greyscale and color +images. diff --git a/graphics/potrace/potrace.SlackBuild b/graphics/potrace/potrace.SlackBuild index 93372a2454..76b36fc1ef 100644 --- a/graphics/potrace/potrace.SlackBuild +++ b/graphics/potrace/potrace.SlackBuild @@ -4,7 +4,7 @@ # Written by Kyle Guinn PRGNAM=potrace -VERSION=1.9 +VERSION=1.10 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -18,7 +18,7 @@ fi CWD=$(pwd) TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM-$VERSION +PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README*" @@ -58,9 +58,12 @@ CFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ + --infodir=/usr/info \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux \ + --enable-shared \ + --disable-static \ --with-libpotrace make diff --git a/graphics/potrace/potrace.info b/graphics/potrace/potrace.info index b75e5266e9..55cbff931a 100644 --- a/graphics/potrace/potrace.info +++ b/graphics/potrace/potrace.info @@ -1,10 +1,10 @@ PRGNAM="potrace" -VERSION="1.9" +VERSION="1.10" HOMEPAGE="http://potrace.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/potrace/potrace-1.9.tar.gz" -MD5SUM="ef973e7ec9c2e5b3e19e8dfeaa7524c3" +DOWNLOAD="http://downloads.sourceforge.net/project/potrace/potrace/1.10/potrace-1.10.tar.gz" +MD5SUM="c6a7227ed0a6291a95f38c7d4352ba53" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Kyle Guinn" EMAIL="elyk03@gmail.com" -APPROVED="rworkman" +APPROVED="Niels Horn" |