[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Wed Dec 4 13:43:37 UTC 2013


    Date: Wednesday, December 4, 2013 @ 14:43:37
  Author: svenstaro
Revision: 102046

Prepare PKGBUILD for blender git changeover

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-04 13:09:12 UTC (rev 102045)
+++ PKGBUILD	2013-12-04 13:43:37 UTC (rev 102046)
@@ -4,13 +4,13 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 
 # Sometimes blender.org takes some time to release patch releases and because Arch users
-# are impatient, we sometimes need to build from svn directly.
+# are impatient, we sometimes need to build from git directly.
 
-#_svnrev=58224
+#_gitcommit=58224
 
 pkgname=blender
 pkgver=2.69
-[[ -n $_svnrev ]] && pkgver=2.69.$_svnrev
+[[ -n $_gitcommit ]] && pkgver=2.69.$_gitcommit
 pkgrel=2
 epoch=10
 pkgdesc="A fully integrated 3D graphics creation suite"
@@ -26,11 +26,11 @@
 optdepends=('cuda: cycles renderer cuda support')
 options=(!strip)
 install=blender.install
-if [[ -z $_svnrev ]]; then
+if [[ -z $_gitcommit ]]; then
   source=(http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
 md5sums=('e77f53951fdaea69631cdd8c0f42cbcb')
 else
-  source=("${pkgname}-${pkgver}::svn+https://svn.blender.org/svnroot/bf-blender/trunk/blender#revision=${_svnrev}")
+  source=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
   true && md5sums=('SKIP')
 fi
 
@@ -64,8 +64,7 @@
     -DPYTHON_VERSION=3.3 \
     -DPYTHON_LIBPATH=/usr/lib \
     -DPYTHON_LIBRARY=python3.3m \
-    -DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m \
-    -DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-1.5 \
+    -DPYTHON_INCLUDE_DIRS=/usr/include/python3.3m
     $ENABLESSE2
     # Remove the openjpeg line once blender accepts my patch
   make




More information about the arch-commits mailing list