c567676136
Release 21.06.0: core: * Fix rendering of some extended latin1 characters in annotations. Issue #1070 * Support some not so well formed documents with password. Issue #1083 * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Fix crashes in malformed files * Minor code improvements qt6: * Change some functions to return std::unique_ptr qt5/qt6: * Add API to get notified if the xref is reconstructed * Add somewhat fancier left/right signature visual representation * Don't assert when trying to invert singular matrices build system: * make boost opt-out if building splash - Add dependency on boost to enable the splash backend. PR: 256370 Exp-run by: antoine
26 lines
467 B
Makefile
26 lines
467 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 30
|
|
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>
|