pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/inkscape



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jul 18 18:54:31 UTC 2021

Modified Files:
        pkgsrc/graphics/inkscape: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/graphics/inkscape/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/inkscape/Makefile
diff -u pkgsrc/graphics/inkscape/Makefile:1.237 pkgsrc/graphics/inkscape/Makefile:1.238
--- pkgsrc/graphics/inkscape/Makefile:1.237     Fri Jul  2 12:42:59 2021
+++ pkgsrc/graphics/inkscape/Makefile   Sun Jul 18 18:54:31 2021
@@ -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+=             adwaita-icon-theme>0:../../gr
 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 @@ BUILDLINK_API_DEPENDS.harfbuzz+=    harfbuz
 .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