summaryrefslogtreecommitdiff
path: root/libre/blender-libre
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-09 13:33:59 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-06-09 13:33:59 -0300
commit920722b5e6a88bbd77a57ba7157dca9be0448d9a (patch)
treeb01b844c0be96c28ad33841e8495c4225fc8729e /libre/blender-libre
parent36607e4310501459713e086292c34b956243c9af (diff)
downloadabslibre-920722b5e6a88bbd77a57ba7157dca9be0448d9a.tar.gz
abslibre-920722b5e6a88bbd77a57ba7157dca9be0448d9a.tar.bz2
abslibre-920722b5e6a88bbd77a57ba7157dca9be0448d9a.zip
removing rePKGBUILD due that is necessary to build this package to disable Cycles Cuda binaries funtions and gpu acceleration that recommends only opencl funtions
Diffstat (limited to 'libre/blender-libre')
-rw-r--r--libre/blender-libre/rePKGBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/libre/blender-libre/rePKGBUILD b/libre/blender-libre/rePKGBUILD
deleted file mode 100644
index 35aef2117..000000000
--- a/libre/blender-libre/rePKGBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an example rePKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Nicolas Reynolds <fauno@kiwwwi.com.ar>
-# Maintainer: Márcio Silva <coadde@adinet.com.uy>
-source PKGBUILD
-unset build package md5sums source check
-_repo=community
-pkgname='blender-libre'
-options=(!strip)
-source=(PKGBUILD
- http://mirrors.kernel.org/archlinux/${_repo}/os/$CARCH/${pkgbase}-${pkgver}-${pkgrel}-${CARCH}${PKGEXT}
- # files for pkg modifications
- )
-
-build() {
- cd "${srcdir}/"
- rm -v .{INSTALL,PKGINFO} ${pkgname%-libre}-$pkgver-$pkgrel-$CARCH$PKGEXT || true
- # put actions for package modifications below this line
-}
-
-package_blender-libre() {
- pkgdesc="A fully integrated 3D graphics creation suite without cuda-toolkit recommendation"
- provides=("${pkgname}=${pkgver}")
- replaces=("${pkgname}")
- conflicts=("${pkgname}")
- install=blender.install
- depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils'
- 'shared-mime-info' 'hicolor-icon-theme' 'xdg-utils' 'glew'
- 'freetype2' 'openal' 'ffmpeg' 'fftw' 'boost-libs' 'opencollada'
- 'openimageio' 'libsndfile' 'jack')
-
- find ${srcdir} -maxdepth 1 -type l -delete
- cp -a ${srcdir}/* ${pkgdir}
-}