libspectre 0.2.9 (06 May 2020) =============================== This is another bugfix only release in the libspectre's 0.2 series. Fixed lots of crashes, memory leaks with malformed documents (Albert Astals Cid, Randy) Ghostscript 9.24 is now required (Christian Persch) Hide internal symbols (Christian Persch) Added "(libspectre)" to the error messages to be clear where the messages come from (Caolán McNamara) Fixed clang warnings (Albert Astals Cid)
18 lines
491 B
Makefile
18 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.42 2020/05/19 15:40:59 nia Exp $
|
|
|
|
DISTNAME= libspectre-0.2.9
|
|
CATEGORIES= print
|
|
MASTER_SITES= https://libspectre.freedesktop.org/releases/
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= https://www.freedesktop.org/wiki/Software/libspectre/
|
|
COMMENT= Small library for rendering Postscript documents
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= libspectre.pc.in
|
|
|
|
.include "../../print/ghostscript/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|