[arch-commits] Commit in blender/trunk (PKGBUILD)
Tobias Kieslich
tobias at archlinux.org
Wed Oct 29 21:24:51 UTC 2008
Date: Wednesday, October 29, 2008 @ 17:24:51
Author: tobias
Revision: 17443
upgpkg: blender 2.48a-1
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-10-29 20:36:42 UTC (rev 17442)
+++ PKGBUILD 2008-10-29 21:24:51 UTC (rev 17443)
@@ -14,7 +14,7 @@
cvs=false
pkgname=blender
-pkgver=2.47
+pkgver=2.48a
pkgrel=1
pkgdesc="A fully integrated 3D graphics creation suite"
arch=(i686 x86_64)
@@ -22,7 +22,7 @@
url="http://blender3d.org"
depends=('libjpeg' 'libpng' 'openexr' 'sdl' 'python>=2.5' 'desktop-file-utils' \
'gettext' 'libxi' 'libxmu')
-makedepends=('glut' 'cmake' 'libtiff' 'librsvg')
+makedepends=('glut' 'libtiff' 'librsvg')
options=('!makeflags')
install=blender.install
source=($pkgname.desktop $pkgname.svg)
@@ -30,8 +30,6 @@
source=(${source[@]} http://download.blender.org/source/$pkgname-$pkgver.tar.gz)
makedepends=('glut' 'libtiff' 'librsvg')
fi
-md5sums=('b5b9720b9430b1f5e2aa0b2df533fed8' '0e53299444ff5570639c8f59372bc98c' \
- '750f3be3214e15334e96afcc866c9f48')
build() {
if [ $cvs = true ]; then
@@ -55,13 +53,16 @@
sed -i "s|^#\(.*BINTARGETS += blenderplayer\)|\1|g" source/Makefile
# fixing a nasty bug to make it pick up openexr linking
sed -i "s|/lib/libIex.a|/lib/libIex.a -lIlmImf|g" source/nan_definitions.mk
+ # link freetype dynamically
+ sed -i 's|LOPTS)|LOPTS) -lfreetype|g' source/Makefile
+ sed -i 's|COMLIB.*libfreetype\.a|#\0|g' source/Makefile
# make ode (alternative physics engine)
# does not work for Arch64
#[ "$CARCH" = "i686" ] && sed -i 's|^\(DIRS.*\)$|\1 ode|' extern/Makefile
# get rid of buggy openal
export NAN_NO_OPENAL=true
# make the nan_makefiles happy
- export NAN_PYTHON_VERSION=2.5
+ export NAN_PYTHON_VERSION=2.6
export INTERNATIONAL=true
export WITH_FREETYPE2=true
export NAN_FREETYPE=/usr
More information about the arch-commits
mailing list