summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 03:54:09 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-05 03:54:09 -0300
commit1fd6f407ec35af99a4a9ed9f33e4f576adfe55ac (patch)
treead3fed9c81dd4e93bf57536b3988814263c1085c /libre/blender
parent24949af1427faf04affe3e19d5652f725271352c (diff)
blender: build simple pkg for now
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 7d665ec9f..eec307618 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -3,10 +3,9 @@
# Maintainer (Arch): Sven-Hendrik Haase <sh@lutzhaase.com>
# Maintainer: Márcio Silva <coadde@parabola.nu>
-pkgbase=blender
-pkgname=("$pkgbase-parabola" "$pkgbase-addon-gimp" "$pkgbase-addon-povray" "$pkgbase-addons-contrib")
+pkgname=blender
pkgver=2.71
-pkgrel=2
+pkgrel=2.parabola1
epoch=14
_jpgver=1.5
_pyver=3.4
@@ -15,10 +14,10 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.$pkgbase.org"
depends=('boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freetype2' 'glew'
- 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libtiff' 'openal'
- 'opencolorio' 'opencollada=20140214' 'openexr' 'openimageio'
+ 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libtiff' 'llvm-libs'
+ 'openal' 'opencolorio' 'opencollada=20140214' 'openexr' 'openimageio'
'openshadinglanguage=1.4.2' 'python' 'shared-mime-info' 'xdg-utils')
-makedepends=('boost' 'cmake' 'git') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
+makedepends=('boost' 'cmake' 'git' 'llvm') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
optdepends=('bullet: for Rigid Bodies and Physics Simulation'
#'mesa-libcl: for rendering with optional Mesa OpenCL'
'povray: for optional renderer with POV-Ray'
@@ -27,7 +26,6 @@ optdepends=('bullet: for Rigid Bodies and Physics Simulation'
'blender-addon-mitsuba: for optional renderer and exporter with Mitsuba (pcr repo)'
'blender-addon-ogre: for export to Ogre3D formats (pcr repo)'
'blender-addon-yafaray: for optional renderer with YafaRay (pcr repo)')
-provides=("$pkgbase")
conflicts=("$pkgbase" "$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre")
replaces=("$pkgbase" "$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre")
options=('!strip')
@@ -35,12 +33,6 @@ install="$pkgbase.install"
source=("http://download.$pkgbase.org/source/$pkgbase-$pkgver.tar.gz")
md5sums=('fc1112adb493ea62e9587ca0e86d6b0d')
-#source=("git://git.$pkgbase.org/$pkgbase.git#tag=$pkgver"
-# "git://git.$pkgbase.org/$pkgbase-translations.git#tag=$pkgver"
-# "git://git.$pkgbase.org/$pkgbase-addons.git#tag=$pkgver"
-# "git://git.$pkgbase.org/$pkgbase-addons-contrib.git#tag=$pkgver"
-#md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
-
prepare() {
cd $srcdir/$pkgbase-v$pkgver