pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/blender
Module Name: pkgsrc
Committed By: nia
Date: Tue Jan 19 17:18:10 UTC 2021
Modified Files:
pkgsrc/graphics/blender: Makefile
Log Message:
blender: changes for new opencolorio
the new opencolorio does not provide pugixml in its headers so blender
needs to depend on pugixml explicitly.
bump PKGREVISION for opencolorio dependency ABI change.
To generate a diff of this commit:
cvs rdiff -u -r1.171 -r1.172 pkgsrc/graphics/blender/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/blender/Makefile
diff -u pkgsrc/graphics/blender/Makefile:1.171 pkgsrc/graphics/blender/Makefile:1.172
--- pkgsrc/graphics/blender/Makefile:1.171 Fri Jan 1 08:24:44 2021
+++ pkgsrc/graphics/blender/Makefile Tue Jan 19 17:18:10 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.171 2021/01/01 08:24:44 ryoon Exp $
+# $NetBSD: Makefile,v 1.172 2021/01/19 17:18:10 nia Exp $
DISTNAME= blender-2.90.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= graphics
MASTER_SITES= https://download.blender.org/source/
EXTRACT_SUFX= .tar.xz
@@ -82,5 +82,6 @@ pre-configure:
.include "../../parallel/threadingbuildingblocks/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/pugixml/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index