pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/inkscape inkscape: add missing dependencies f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c0b07493713
branches: trunk
changeset: 456064:6c0b07493713
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Jul 18 18:54:31 2021 +0000
description:
inkscape: add missing dependencies for Python extensions
Various Python extensions (dxf_outlines.py, gcodetools.py,
inkex/bezier.py, perspective.py, and polyhedron_3d.py) require py-numpy;
also, the output_scour.py extension requires py-scour, and the
plotter.py extension requires py-serial.
diffstat:
graphics/inkscape/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 391e790e0508 -r 6c0b07493713 graphics/inkscape/Makefile
--- a/graphics/inkscape/Makefile Sun Jul 18 18:19:53 2021 +0000
+++ b/graphics/inkscape/Makefile Sun Jul 18 18:54:31 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.237 2021/07/02 12:42:59 adam Exp $
+# $NetBSD: Makefile,v 1.238 2021/07/18 18:54:31 gutteridge Exp $
DISTNAME= inkscape-1.1
+PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://media.inkscape.org/dl/resources/file/
EXTRACT_SUFX= .tar.xz
@@ -19,6 +20,8 @@
DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
# for inkex.py, needed by most python extension scripts
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
+DEPENDS+= ${PYPKGPREFIX}-serial-[0-9]*:../../comms/py-serial
+DEPENDS+= ${PYPKGPREFIX}-scour-[0-9]*:../../graphics/py-scour
# for desktop
TOOL_DEPENDS+= gettext-tools-[0-9]*:../../devel/gettext-tools
TOOLS_PLATFORM.msgfmt= # empty
@@ -113,6 +116,7 @@
.include "../../graphics/potrace/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../math/double-conversion/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
.include "../../net/libsoup/buildlink3.mk"
.include "../../print/poppler-glib/buildlink3.mk"
.include "../../print/poppler-includes/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index