graphics/blender: Updated for version 2.69.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
f57216887b
commit
a1a7d0082c
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Copyright 2008-2012 Robby Workman Northport, AL, USA
|
# Copyright 2008-2013 Robby Workman Northport, AL, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,11 +23,11 @@
|
||||||
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
# Thanks to Giorgio Peron <giorgio.peron@gmail.com> for some build tips
|
||||||
|
|
||||||
PRGNAM=blender
|
PRGNAM=blender
|
||||||
VERSION=${VERSION:-2.63a}
|
VERSION=${VERSION:-2.69}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
SRCVERSION=$VERSION-linux-glibc27
|
SRCVERSION=$VERSION-linux-glibc211
|
||||||
|
|
||||||
# We'll remove the libGL* shared libaries that are shipped with blender (and
|
# We'll remove the libGL* shared libaries that are shipped with blender (and
|
||||||
# instead use the ones that are shipped with Slackware's Xorg)
|
# instead use the ones that are shipped with Slackware's Xorg)
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="blender"
|
PRGNAM="blender"
|
||||||
VERSION="2.63a"
|
VERSION="2.69"
|
||||||
HOMEPAGE="http://blender.org"
|
HOMEPAGE="http://blender.org"
|
||||||
DOWNLOAD="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-i686.tar.bz2"
|
DOWNLOAD="http://download.blender.org/release/Blender2.69/blender-2.69-linux-glibc211-i686.tar.bz2"
|
||||||
MD5SUM="78c256082a4eb3aa026d244a45d5ff5e"
|
MD5SUM="c298b6e39ecb87012a2b01461f9ff99c"
|
||||||
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.63/blender-2.63a-linux-glibc27-x86_64.tar.bz2"
|
DOWNLOAD_x86_64="http://download.blender.org/release/Blender2.69/blender-2.69-linux-glibc211-x86_64.tar.bz2"
|
||||||
MD5SUM_x86_64="b23d6d343d4048c9f034dcc07fcb1a65"
|
MD5SUM_x86_64="379c02cdb8172a4f94c89e66f125f4fb"
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Robby Workman"
|
MAINTAINER="Robby Workman"
|
||||||
EMAIL="rworkman@slackbuilds.org"
|
EMAIL="rworkman@slackbuilds.org"
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# HOW TO EDIT THIS FILE:
|
# HOW TO EDIT THIS FILE:
|
||||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
# The "handy ruler" below makes it easier to edit a package description.
|
||||||
# up the first '|' above the ':' following the base package name, and the '|'
|
# Line up the first '|' above the ':' following the base package name, and
|
||||||
# on the right side marks the last column you can put a character in. You must
|
# the '|' on the right side marks the last column you can put a character in.
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
blender: Blender (3D Content Creation Suite)
|
blender: Blender (3D Content Creation Suite)
|
||||||
|
|
Loading…
Reference in New Issue