diff options
author | Christoph Willing <chris.willing@linux.com> | 2020-11-02 07:54:59 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-07 14:02:48 +0700 |
commit | 1bb4b320e5333bda5ee3a33fb5414c178ffb9fd3 (patch) | |
tree | 856738dca23492f165989723c6a44ddfa12be7fe /graphics | |
parent | 0e850d5e6f70e279704f7b97f000beca5919a861 (diff) | |
download | slackbuilds-1bb4b320e5333bda5ee3a33fb5414c178ffb9fd3.tar.gz |
graphics/blender: Updated for version 2.90.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/blender/README | 5 | ||||
-rw-r--r-- | graphics/blender/blender.SlackBuild | 12 | ||||
-rw-r--r-- | graphics/blender/blender.info | 10 |
3 files changed, 14 insertions, 13 deletions
diff --git a/graphics/blender/README b/graphics/blender/README index 1dc1788be2..7ec5ddf850 100644 --- a/graphics/blender/README +++ b/graphics/blender/README @@ -1,5 +1,6 @@ Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License. -This version repackages the binary bundle, if you wish to build -from source look for 'Blender' on SBo. +This version repackages the binary bundle, +for which only a 64bit version is available from upstream. +If you wish to build from source look for 'graphics/Blender' on SBo. diff --git a/graphics/blender/blender.SlackBuild b/graphics/blender/blender.SlackBuild index 4df6935aca..334a9e41ec 100644 --- a/graphics/blender/blender.SlackBuild +++ b/graphics/blender/blender.SlackBuild @@ -27,11 +27,11 @@ # Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips PRGNAM=blender -VERSION=${VERSION:-2.78c} +VERSION=${VERSION:-2.90.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -SRCVERSION=${VERSION}-linux-glibc219 +SRCVERSION=${VERSION}-linux64 # We'll remove the libGL* shared libaries that are shipped with blender (and # instead use the ones that are shipped with Slackware's Xorg) @@ -63,14 +63,14 @@ fi rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$SRCVERSION-${ARCH} -tar xvf $CWD/$PRGNAM-$SRCVERSION-${ARCH}.tar.bz2 -cd $PRGNAM-$SRCVERSION-${ARCH} +rm -rf $PRGNAM-$SRCVERSION +tar xvf $CWD/$PRGNAM-$SRCVERSION.tar.xz +cd $PRGNAM-$SRCVERSION chown -R root:root . # Move the docs to our standard location first mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -mv GPL-license.txt copyright.txt Python-license.txt readme.html \ +mv *.txt readme.html \ $PKG/usr/doc/$PRGNAM-$VERSION # Now move everything else diff --git a/graphics/blender/blender.info b/graphics/blender/blender.info index 01a70ecf71..1cf708ca16 100644 --- a/graphics/blender/blender.info +++ b/graphics/blender/blender.info @@ -1,10 +1,10 @@ PRGNAM="blender" -VERSION="2.78c" +VERSION="2.90.1" HOMEPAGE="http://blender.org" -DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78c-linux-glibc219-i686.tar.bz2" -MD5SUM="be5315ba731ab4c80ba6b24562022124" -DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78c-linux-glibc219-x86_64.tar.bz2" -MD5SUM_x86_64="6aec4319f0a0cd632f48e07e2866d2ab" +DOWNLOAD="" +MD5SUM="" +DOWNLOAD_x86_64="https://ftp.nluug.nl/pub/graphics/blender/release/Blender2.90/blender-2.90.1-linux64.tar.xz" +MD5SUM_x86_64="38c75023edf4c11aff79459a82808a62" REQUIRES="" MAINTAINER="DhabyX" EMAIL="slack.dhabyx@gmail.com" |