pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/blender blender: changes for new opencolorio
details: https://anonhg.NetBSD.org/pkgsrc/rev/076f0ede967b
branches: trunk
changeset: 445309:076f0ede967b
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jan 19 17:18:10 2021 +0000
description:
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.
diffstat:
graphics/blender/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 75b15c511b03 -r 076f0ede967b graphics/blender/Makefile
--- a/graphics/blender/Makefile Tue Jan 19 16:51:30 2021 +0000
+++ b/graphics/blender/Makefile Tue Jan 19 17:18:10 2021 +0000
@@ -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 @@
.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