mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/opencollada: Updated for version 0.20150429.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b2a1ad8a1a
commit
85847a4d23
3 changed files with 15 additions and 6 deletions
|
@ -14,3 +14,6 @@ released under an MIT-license. In contrast to other existing COLLADA exporters,
|
|||
these new plug-ins do not store the COLLADA document in an intermediate data
|
||||
model but writes it directly to file. This leads to a dramatic reduction of
|
||||
memory consumption and to much better performance.
|
||||
|
||||
This version of OpenCOLLADA uses source code version suitable for building the
|
||||
latest versions of Blender (2.74 & 2.75a).
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=opencollada
|
||||
VERSION=${VERSION:-0.git20150310}
|
||||
SRCNAM=OpenCOLLADA
|
||||
VERSION=${VERSION:-0.20150429}
|
||||
SRCVERSION=${SRCVERSION:-3335ac164e68b2512a40914b14c74db260e6ff7d}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,8 +62,12 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
if [ -e $CWD/$SRCVERSION.tar.gz ]; then
|
||||
tar xvf $CWD/$SRCVERSION.tar.gz
|
||||
else
|
||||
tar xvf $CWD/$SRCNAM-$SRCVERSION.tar.gz
|
||||
fi
|
||||
cd $SRCNAM-$SRCVERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opencollada"
|
||||
VERSION="0.git20150310"
|
||||
VERSION="0.20150429"
|
||||
HOMEPAGE="https://github.com/KhronosGroup/OpenCOLLADA/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/slackbuildsdirectlinks/files/opencollada/opencollada-0.git20150310.tar.gz"
|
||||
MD5SUM="09557b97782d7320668431d814280f01"
|
||||
DOWNLOAD="https://github.com/KhronosGroup/OpenCOLLADA/archive/3335ac164e68b2512a40914b14c74db260e6ff7d.tar.gz"
|
||||
MD5SUM="18e42530d71d071587db005d953e3f60"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue