wok rev 22383
updated blender (2.75a -> 2.81)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 28 09:46:11 2019 +0100 (2019-11-28) |
parents | c750cd3d2112 |
children | 04ff2c76b979 |
files | blender/receipt |
line diff
1.1 --- a/blender/receipt Thu Nov 28 09:14:24 2019 +0100 1.2 +++ b/blender/receipt Thu Nov 28 09:46:11 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="blender" 1.7 -VERSION="2.75a" 1.8 +VERSION="2.81" 1.9 CATEGORY="graphics" 1.10 TAGS="3D creator editor" 1.11 SHORT_DESC="3D content creation suite." 1.12 @@ -9,20 +9,20 @@ 1.13 LICENSE="GPL" 1.14 WEB_SITE="https://www.blender.org/" 1.15 1.16 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.18 WGET_URL="http://download.blender.org/source/$TARBALL" 1.19 1.20 SUGGESTED="nvidia" 1.21 -DEPENDS="py3k mesa libsdl libsamplerate libdrm jpeg libglu-mesa openjpeg \ 1.22 - ffmpeg lcms openexr desktop-file-utils libgomp tiff libpng freeglut \ 1.23 - freetype openal zlib librsvg glew libboost-filesystem libboost-regex \ 1.24 - libboost-thread libboost-date-time libboost-dev" 1.25 -BUILD_DEPENDS="cmake xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \ 1.26 - gettext mesa-dev freeglut-dev librsvg-dev openexr-dev tiff-dev openal-dev \ 1.27 - libglu-mesa libsdl-dev py3k-dev libsamplerate-dev ffmpeg-dev lcms-dev openjpeg-dev \ 1.28 - libboost-dev libboost-math-dev libboost-tr1-dev libboost-filesystem-dev \ 1.29 - libboost-regex-dev libboost-thread-dev \ 1.30 - libglu-mesa-dev glew-dev" 1.31 +DEPENDS="desktop-file-utils ffmpeg freeglut freetype glew jpeg lcms 1.32 + libboost-date-time libboost-dev libboost-filesystem libboost-regex 1.33 + libboost-thread libdrm libglu-mesa libgomp libpng librsvg 1.34 + libsamplerate libsdl mesa openal openexr openjpeg py3k tiff zlib" 1.35 +BUILD_DEPENDS="cmake coreutils-file-format ffmpeg-dev freeglut-dev gettext 1.36 + glew-dev ilmbase-dev lcms-dev libboost-dev libboost-filesystem-dev 1.37 + libboost-math-dev libboost-regex-dev libboost-thread-dev 1.38 + libboost-tr1-dev libglu-mesa-dev librsvg-dev libsamplerate-dev 1.39 + libsdl-dev mesa-dev openal-dev openexr-dev openjpeg-dev pkg-config 1.40 + py3k-dev tiff-dev xorg-libXmu yasm" 1.41 1.42 # Rules to configure and make the package. 1.43 compile_rules()