graphics/blender: Updated for version 2.78c + new maintainer.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
DhabyX 2017-03-13 22:39:00 +00:00 committed by Willy Sudiarto Raharjo
parent 7d4a509b14
commit 3289e35b9f
3 changed files with 11 additions and 10 deletions

View File

@ -2,6 +2,7 @@
# Slackware build script for Blender
# Ryan P.C. McQuen | Everett, WA | ryanpcmcquen@member.fsf.org
# 2017 - Dhaby Xiloj <slack.dhabyx@gmail.com>
# Copyright 2008-2013 Robby Workman Northport, AL, USA
# All rights reserved.
@ -26,11 +27,11 @@
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
PRGNAM=blender
VERSION=${VERSION:-2.78a}
VERSION=${VERSION:-2.78c}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVERSION=${VERSION}-linux-glibc211
SRCVERSION=${VERSION}-linux-glibc219
# We'll remove the libGL* shared libaries that are shipped with blender (and
# instead use the ones that are shipped with Slackware's Xorg)

View File

@ -4,7 +4,7 @@ Terminal=false
Icon=blender
Type=Application
Categories=Graphics;3DGraphics;
TryExec=blender
TryExec=/opt/blender/blender
Exec=blender
Name=Blender
Comment=3D Content Renderer

View File

@ -1,10 +1,10 @@
PRGNAM="blender"
VERSION="2.78a"
VERSION="2.78c"
HOMEPAGE="http://blender.org"
DOWNLOAD="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78a-linux-glibc211-i686.tar.bz2"
MD5SUM="a09e96b648763b20f4f6dcfbca7bde6a"
DOWNLOAD_x86_64="http://ftp.nluug.nl/pub/graphics/blender/release/Blender2.78/blender-2.78a-linux-glibc211-x86_64.tar.bz2"
MD5SUM_x86_64="7c9fecc5764226d58698982685f08619"
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"
REQUIRES=""
MAINTAINER="Ryan P.C. McQuen"
EMAIL="ryanpcmcquen@member.fsf.org"
MAINTAINER="DhabyX"
EMAIL="slack.dhabyx@gmail.com"