diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 060208f0d12..1fb171f2426 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.18 2007/09/15 20:09:40 simon Exp $ +# $OpenBSD: Makefile,v 1.19 2007/09/20 19:58:49 steven Exp $ COMMENT= 3D creation software -DISTNAME= blender-2.44 +DISTNAME= blender-2.45 CATEGORIES= graphics HOMEPAGE= http://www.blender.org/ @@ -73,5 +73,8 @@ do-install: ${PREFIX}/share/doc/blender ${INSTALL_DATA} ${WRKSRC}/release/text/copy* \ ${PREFIX}/share/doc/blender + ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/release/freedesktop/icons/32x32/blender.png \ + ${PREFIX}/share/pixmaps .include diff --git a/graphics/blender/distinfo b/graphics/blender/distinfo index d0ce18e53f5..d3bd686ecaf 100644 --- a/graphics/blender/distinfo +++ b/graphics/blender/distinfo @@ -1,5 +1,5 @@ -MD5 (blender-2.44.tar.gz) = eshB9v6yfp1/ttd88Te+Eg== -RMD160 (blender-2.44.tar.gz) = ZeluAyWCY6d1m9/1ptFPxl0TqBY= -SHA1 (blender-2.44.tar.gz) = JxbBcj4dw+svrhC1do+nMBp0MPA= -SHA256 (blender-2.44.tar.gz) = j6WkbqZdKouH/RNo1ZhN+gpBvcPP4kx3bgaaT+QBAtE= -SIZE (blender-2.44.tar.gz) = 14362667 +MD5 (blender-2.45.tar.gz) = RSz0YAVcaSi8Uyvyz2+2sw== +RMD160 (blender-2.45.tar.gz) = /6xrL4rXiyaSaXgaVM6+uMI0mNA= +SHA1 (blender-2.45.tar.gz) = gHgrMOBQNEaO1quZaU+OaUbkvwo= +SHA256 (blender-2.45.tar.gz) = /1UIZGjariKqXxqV5pF5rGt+Y4sN/Ay/IdhLF93ROpA= +SIZE (blender-2.45.tar.gz) = 15076086 diff --git a/graphics/blender/patches/patch-SConstruct b/graphics/blender/patches/patch-SConstruct index 9acb74e0478..5403901ba97 100644 --- a/graphics/blender/patches/patch-SConstruct +++ b/graphics/blender/patches/patch-SConstruct @@ -1,12 +1,12 @@ -$OpenBSD: patch-SConstruct,v 1.4 2007/05/25 12:19:14 steven Exp $ ---- SConstruct.orig Mon May 7 18:09:40 2007 -+++ SConstruct Sun May 20 14:53:08 2007 -@@ -607,7 +607,7 @@ if env['WITH_BF_PLAYER']: +$OpenBSD: patch-SConstruct,v 1.5 2007/09/20 19:58:49 steven Exp $ +--- SConstruct.orig Tue Sep 18 06:59:24 2007 ++++ SConstruct Tue Sep 18 19:14:05 2007 +@@ -424,7 +424,7 @@ if env['WITH_BF_PLAYER']: if not env['WITH_BF_GAMEENGINE']: blendernogame = env.Alias('blendernogame', B.program_list) - Depends(blendernogame,installtarget) +# Depends(blendernogame,installtarget) - Default(B.program_list) - Default(installtarget) + Depends(nsiscmd, allinstall) + diff --git a/graphics/blender/patches/patch-intern_iksolver_intern_IK_QJacobianSolver_cpp b/graphics/blender/patches/patch-intern_iksolver_intern_IK_QJacobianSolver_cpp deleted file mode 100644 index 2f5e2f522b4..00000000000 --- a/graphics/blender/patches/patch-intern_iksolver_intern_IK_QJacobianSolver_cpp +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-intern_iksolver_intern_IK_QJacobianSolver_cpp,v 1.1 2006/09/22 00:39:45 pvalchev Exp $ ---- intern/iksolver/intern/IK_QJacobianSolver.cpp.orig Thu Sep 21 17:40:22 2006 -+++ intern/iksolver/intern/IK_QJacobianSolver.cpp Thu Sep 21 17:40:22 2006 -@@ -31,6 +31,7 @@ - */ - - #include "IK_QJacobianSolver.h" -+#include - - //#include "analyze.h" - diff --git a/graphics/blender/patches/patch-source_blender_blenloader_intern_writefile_c b/graphics/blender/patches/patch-source_blender_blenloader_intern_writefile_c index 1e90ed7e0f6..66ac3a0bb6e 100644 --- a/graphics/blender/patches/patch-source_blender_blenloader_intern_writefile_c +++ b/graphics/blender/patches/patch-source_blender_blenloader_intern_writefile_c @@ -1,7 +1,7 @@ -$OpenBSD: patch-source_blender_blenloader_intern_writefile_c,v 1.2 2007/05/25 12:19:14 steven Exp $ ---- source/blender/blenloader/intern/writefile.c.orig Mon Apr 9 14:45:42 2007 -+++ source/blender/blenloader/intern/writefile.c Sun May 20 14:53:11 2007 -@@ -1911,7 +1911,7 @@ int BLO_write_file(char *dir, int write_flags, char ** +$OpenBSD: patch-source_blender_blenloader_intern_writefile_c,v 1.3 2007/09/20 19:58:49 steven Exp $ +--- source/blender/blenloader/intern/writefile.c.orig Tue Sep 18 06:58:46 2007 ++++ source/blender/blenloader/intern/writefile.c Tue Sep 18 19:14:05 2007 +@@ -1915,7 +1915,7 @@ int BLO_write_file(char *dir, int write_flags, char ** sprintf(tempname, "%s@", dir); diff --git a/graphics/blender/pkg/PLIST b/graphics/blender/pkg/PLIST index fbd17646f84..1f7bd06110c 100644 --- a/graphics/blender/pkg/PLIST +++ b/graphics/blender/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.7 2007/05/25 12:19:14 steven Exp $ +@comment $OpenBSD: PLIST,v 1.8 2007/09/20 19:58:49 steven Exp $ bin/blender share/blender/ share/blender/scripts/ @@ -35,7 +35,6 @@ share/blender/scripts/bpymodules/BPyWindow.py share/blender/scripts/bpymodules/ai2obj.py share/blender/scripts/bpymodules/defaultdoodads.py share/blender/scripts/bpymodules/dxfColorMap.py -share/blender/scripts/bpymodules/dxfImportObjects.py share/blender/scripts/bpymodules/dxfReader.py share/blender/scripts/bpymodules/eps2obj.py share/blender/scripts/bpymodules/gimp2obj.py @@ -67,7 +66,6 @@ share/blender/scripts/help_bpy_api.py share/blender/scripts/help_browser.py share/blender/scripts/help_getting_started.py share/blender/scripts/help_manual.py -share/blender/scripts/help_py_reference.py share/blender/scripts/help_release_notes.py share/blender/scripts/help_tutorials.py share/blender/scripts/help_web_blender.py @@ -147,3 +145,5 @@ share/doc/blender/GPL-license.txt share/doc/blender/Python-license.txt share/doc/blender/blender.html share/doc/blender/copyright.txt +share/pixmaps/ +share/pixmaps/blender.png