From 1fd6f407ec35af99a4a9ed9f33e4f576adfe55ac Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 5 Sep 2014 03:54:09 -0300 Subject: blender: build simple pkg for now --- libre/blender/PKGBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'libre/blender') 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 # Maintainer: Márcio Silva -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 -- cgit v1.2.3