1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/graphics/pdf2svg/Makefile
Tobias C. Berner aa3db148fc graphics/poppler: update to 20.10.0
Release 20.10.0:
        core:
         * Filter out repeated forms
         * Implement EmbedStream::reset()
         * CairoOutputDev: evict just font faces owned solely by cache.
         * Splash: Rename Yd to Ydown, Xu to Xup, etc.
         * Splash: fix crash in out-of-memory situation.
         * Fix some undefined behaviour situation with forged files

PR:		250052
Exp-run by:	antoine
2020-10-11 10:58:15 +00:00

28 lines
479 B
Makefile

# Created by: Martin Dieringer <martin.dieringe@gmx.de>
# $FreeBSD$
PORTNAME= pdf2svg
PORTVERSION= 0.2.3
PORTREVISION= 22
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= martin.dieringer@gmx.de
COMMENT= Convert PDF to SVG
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
USE_GITHUB= yes
GH_ACCOUNT= db9052
USES= gnome pkgconfig
USE_GNOME= cairo
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdf2svg
.include <bsd.port.mk>