Files
ports/graphics/pdf2svg/Makefile
T
Tobias C. Berner ed28803b50 graphics/poppler: update to 21.02
Release 21.02.0:
        core:
         * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
         * Fix memory leak if saving the file fails
         * Internal code improvements
         * Fix various issues handling broken files
         * Make checkedAdd work for long long in MSVC

        qt5:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        qt6:
         * Properly export NewSignatureData class
         * Fix regression in QIODeviceOutStream + MSVC

        utils:
         * pdftohtml: Fix error() parameter type

PR:		253183
Exp-run by:	antoine
2021-02-09 11:10:57 +00:00

28 lines
479 B
Makefile

# Created by: Martin Dieringer <martin.dieringe@gmx.de>
# $FreeBSD$
PORTNAME= pdf2svg
PORTVERSION= 0.2.3
PORTREVISION= 26
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>