UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ BASH | XML | JSON ]

OpenCOLLADA

COLLADAMax and COLLADAMaya are new implementation of a 3ds Max or Maya plug-ins to export scene or parts of it to a COLLADA file, released under an MIT-license.

Package info

Template:
Codename: OpenCOLLADA
Source file: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz
Source directory: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6
Package URL: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz
Package md5-checksum URL: OpenCOLLADA-dfc341ab0b3b23ee307ab8660c0213e64da1eac6.tar.gz.md5sum
Dependances: libxml2, pcre.
Dependance of: blender.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir build 
cd build

cmake .. \
    -DCMAKE_INSTALL_PREFIX=/usr \
    -DUSE_SHARED=ON \
    -DUSE_STATIC=OFF

Build script:
cd build
make

Install script:
cd build
make install

cat >> /etc/ld.so.conf << EOF
/usr/lib/opencollada
EOF

ldconfig