wok diff blender/receipt @ rev 9846

Fixed apache-mod-wsgi for tazwok. Just need to cd $src before compiling.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 18:30:30 2011 +0000 (2011-05-15)
parents a1644dbcf632
children 1d4a4ba47ea1
line diff
     1.1 --- a/blender/receipt	Sat May 07 23:47:19 2011 +0200
     1.2 +++ b/blender/receipt	Sun May 15 18:30:30 2011 +0000
     1.3 @@ -6,13 +6,17 @@
     1.4  SHORT_DESC="3D content creation suite."
     1.5  MAINTAINER="pankso@slitaz.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -DEPENDS="python mesa libsdl libdrm jpeg libglu-mesa openexr desktop-file-utils libgomp tiff libpng freeglut freetype openal zlib librsvg"
     1.8 -BUILD_DEPENDS="xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format gettext"
     1.9  SUGGESTED="nvidia"
    1.10  WEB_SITE="http://www.blender.org/"
    1.11  WGET_URL="http://download.blender.org/source/$TARBALL"
    1.12  TAGS="3D creator editor"
    1.13  
    1.14 +DEPENDS="python mesa libsdl libdrm jpeg libglu-mesa openexr desktop-file-utils \
    1.15 +libgomp tiff libpng freeglut freetype openal zlib librsvg"
    1.16 +BUILD_DEPENDS="xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \
    1.17 +gettext mesa-dev librsvg-dev openexr-dev libgomp-dev tiff-dev"
    1.18 +
    1.19 +
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {