# HG changeset patch # User Christophe Lincoln # Date 1305406157 -7200 # Node ID 021cfc63dd3d1ecb5c62018f2739553d4d4e6b6b # Parent 4bfb6edd3dc22b3fcabe9a47eb4651daa9f02745 blender: fix BUILD_DEPENDS diff -r 4bfb6edd3dc2 -r 021cfc63dd3d blender/receipt --- a/blender/receipt Sat May 14 22:46:14 2011 +0200 +++ b/blender/receipt Sat May 14 22:49:17 2011 +0200 @@ -6,13 +6,17 @@ SHORT_DESC="3D content creation suite." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" -DEPENDS="python mesa libsdl libdrm jpeg libglu-mesa openexr desktop-file-utils libgomp tiff libpng freeglut freetype openal zlib librsvg" -BUILD_DEPENDS="xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format gettext" SUGGESTED="nvidia" WEB_SITE="http://www.blender.org/" WGET_URL="http://download.blender.org/source/$TARBALL" TAGS="3D creator editor" +DEPENDS="python mesa libsdl libdrm jpeg libglu-mesa openexr desktop-file-utils \ +libgomp tiff libpng freeglut freetype openal zlib librsvg" +BUILD_DEPENDS="xorg-libXmu ilmbase-dev yasm pkg-config coreutils-file-format \ +gettext mesa-dev librsvg-dev openexr-dev libgomp-dev tiff-dev" + + # Rules to configure and make the package. compile_rules() {