rpms/blender/devel blender-repack.sh, NONE, 1.1 blender-2.49.config, 1.3, 1.4

Nicolas Chauvet kwizart at fedoraproject.org
Fri Jun 19 13:21:06 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/blender/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26575

Modified Files:
	blender-2.49.config 
Added Files:
	blender-repack.sh 
Log Message:
Update 



--- NEW FILE blender-repack.sh ---
#!/bin/sh

set -e

tmp=$(mktemp -d)

trap cleanup EXIT
cleanup() {
    set +e
    [ -z "$tmp" -o ! -d "$tmp" ] || rm -rf "$tmp"
}

unset CDPATH
pwd=$(pwd)
BVERSION=2.49

pushd "$tmp"
if [ -e $pwd/blender-${BVERSION}.tar.gz ] ; then
tar zxvf $pwd/blender-${BVERSION}.tar.gz
fi

pushd blender-${BVERSION}
pushd extern
#Removed because of ip
  rm -rf ffmpeg libmp3lame x264 xvidcore
#Removed because we can expect to use system one
  rm -rf fftw glew libopenjpeg ode qhull make verse
#Will have to be removed later: bFTGL
popd
rm -rf scons
popd

tar jcf "$pwd"/blender-${BVERSION}-repack.tar.bz2 blender-${BVERSION}


popd


Index: blender-2.49.config
===================================================================
RCS file: /cvs/pkgs/rpms/blender/devel/blender-2.49.config,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- blender-2.49.config	2 Jun 2009 20:13:15 -0000	1.3
+++ blender-2.49.config	19 Jun 2009 13:20:36 -0000	1.4
@@ -46,7 +46,7 @@ WITH_BF_INTERNATIONAL = 'true'
 
 BF_GETTEXT = '/usr'
 BF_GETTEXT_INC = '${BF_GETTEXT}/include'
-BF_GETTEXT_LIB = 'gettextlib'
+BF_GETTEXT_LIB = 'gettextlib qhull'
 BF_GETTEXT_LIBPATH = '@LIB@'
 
 WITH_BF_FTGL = 'true'




More information about the fedora-extras-commits mailing list