summaryrefslogtreecommitdiff
path: root/extra/blender
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-09 23:10:17 +0000
committerroot <root@rshg047.dnsready.net>2011-07-09 23:10:17 +0000
commitd1e588afc2779754c0abd1122ecf4f8e3c863d7a (patch)
treeb9373ca2187d6796b8045bae62418621abf01ff4 /extra/blender
parentd006db78a1ce530e9df8a65f87bf39e8d6cc88e5 (diff)
Sat Jul 9 23:10:17 UTC 2011
Diffstat (limited to 'extra/blender')
-rw-r--r--extra/blender/PKGBUILD19
1 files changed, 9 insertions, 10 deletions
diff --git a/extra/blender/PKGBUILD b/extra/blender/PKGBUILD
index 48cc575e0..181602cc3 100644
--- a/extra/blender/PKGBUILD
+++ b/extra/blender/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 128410 2011-06-23 22:00:17Z eric $
+# $Id: PKGBUILD 130835 2011-07-08 08:34:11Z eric $
# Contributor: John Sowiak <john@archlinux.org>
# Maintainer: tobias <tobias@archlinux.org>
@@ -8,13 +8,13 @@
# look for release numbers only we make a messy PKGBUILD that can checkout svn
# release if necessary.
-#_svn=true
-_svn=false
+_svn=true
+#_svn=false
pkgname=blender
-pkgver=2.58
+pkgver=2.58a
pkgrel=1
-epoch=1
+epoch=2
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('i686' 'x86_64')
license=('GPL')
@@ -25,16 +25,16 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' \
makedepends=('cmake') # 'subversion'
install=blender.install
if [ $_svn = false ]; then
- source=(http://download.blender.org/source/$pkgname-$pkgver.tgz blender-ffmpeg.diff)
- md5sums=('04a0d43ff27aa0abf14ca559f6a6bf67' 'ed36bab11bfc87864fe0cadf0de5d98f')
+ source=(http://download.blender.org/source/$pkgname-$pkgver.tgz)
+ md5sums=('04a0d43ff27aa0abf14ca559f6a6bf67')
else
source=(ftp://ftp.archlinux.org/other/${pkgname}/$pkgname-$pkgver.tar.xz)
- md5sums=('59e344d4ec48750a86e4ef079c3acbfc')
+ md5sums=('7579d1139d0d6025df8afcfca64a65c4')
fi
# source PKGBUILD && mksource
mksource() {
- _svnver=36339
+ _svnver=38016
_svntrunk="https://svn.blender.org/svnroot/bf-blender/trunk/blender"
_svnmod="$pkgname-$pkgver"
mkdir ${pkgname}-$pkgver
@@ -47,7 +47,6 @@ mksource() {
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p0 -i ../blender-ffmpeg.diff
mkdir build
cd build