wok-6.x rev 9807
blender: fix BUILD_DEPENDS
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 14 22:49:17 2011 +0200 (2011-05-14) |
parents | 4bfb6edd3dc2 |
children | ea3be834cab8 |
files | blender/receipt |
line diff
1.1 --- a/blender/receipt Sat May 14 22:46:14 2011 +0200 1.2 +++ b/blender/receipt Sat May 14 22:49:17 2011 +0200 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 {