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

Eric Belanger eric at archlinux.org
Thu May 22 04:36:26 UTC 2008


    Date: Thursday, May 22, 2008 @ 00:36:25
  Author: eric
Revision: 1866

upgpkg: blender 2.46-1
    disabled SMP build, added missing makedepends

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-22 04:19:55 UTC (rev 1865)
+++ PKGBUILD	2008-05-22 04:36:25 UTC (rev 1866)
@@ -22,12 +22,13 @@
 url="http://blender3d.org"
 depends=('libjpeg' 'libpng' 'openexr' 'sdl' 'python>=2.5' 'desktop-file-utils' \
          'gettext' 'libxi' 'libxmu')
-makedepends=('glut' 'cmake')
+makedepends=('glut' 'cmake' 'libtiff' 'librsvg')
+options=('!makeflags')
 install=blender.install
 source=($pkgname.desktop $pkgname.svg)
 if [ ! $cvs -o $cvs = false ]; then
   source=(${source[@]} http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
-  makedepends=('glut')
+  makedepends=('glut' 'libtiff' 'librsvg')
 fi
 md5sums=('b5b9720b9430b1f5e2aa0b2df533fed8' '0e53299444ff5570639c8f59372bc98c' \
          'e90543a5ca5db8b04498ab0abe7bbd2c')
@@ -45,7 +46,7 @@
     cd $startdir/src/$pkgname-$pkgver
   fi
 
- rm user-def.mk
+ rm -f user-def.mk
 
  ##########################################################################
  # tweak the makefiles to prepare build for ArchLinux





More information about the arch-commits mailing list