New commits:
commit 625d0d3c996cc5635260e9e6a008222f8c9da429
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
boost: updated to 1_48_0
commit 84d36f694e05d035e55d4c57b38d51ac7a9e9c8e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
cups - delete bad udev rule
commit a1852c21c35b332cd005137379c357d4c6e1cd8b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
vlc: check_self after cast of libdvbpsi (if we depend on it)
Performing check_self on vlc
Doing initialization for the ldd check
Checking vlc (1 of 1)
File test
Library test
The following files from vlc have missing library dependencies:
/usr/lib/vlc/plugins/access/libdvb_plugin.so
libdvbpsi.so.6 => not found
/usr/lib/vlc/plugins/demux/libts_plugin.so
libdvbpsi.so.6 => not found
/usr/lib/vlc/plugins/mux/libmux_ts_plugin.so
libdvbpsi.so.6 => not found
vlc is broken
commit 182d4a641f8571fb9593622060ab268ff7888475
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
libktorrent: updated spell to 1.1.3
commit 8422eda8b77378d028d0c21afc9586b553427cfa
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
ktorrent4: updated spell to 4.1.3
commit dd49e1d1803c0d38e88ad54897ee67520986ccab
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>
libmsn: added patch (fixes compile of kdenetwork4)
commit b1dba55eb716334b9633353bd2cb1f915588e6a2
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>
blender: updated to 2.60a
commit fd6fc5881a1df394c38be4e8937f5b325a080182
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>
-install -vm 644 "$SPELL_DIRECTORY/blender48x48.png" \
- "$INSTALL_ROOT/usr/share/pixmaps" &&
+# stop this script if the local blender path is a symlink
+if [ -L \${HOME}/.blender ]; then
+ echo "Detected a symbolic link for \${HOME}/.blender"
+ echo "Sorry, to avoid dangerous situations, the Blender binary can"
+ echo "not be started until you have removed the symbolic link:"
+ echo " # rm -i \${HOME}/.blender"
+ exit 1
+fi
-# set Python version to the installed version, not hardcoded one
-sed -i "s:2.5:$(installed_version python | cut -d . -f
1,2):;s:-Wdeclaration-after-statement::" \
- "$SOURCE_DIRECTORY/config/linux2-config.py" &&
+#patch < $SCRIPT_DIRECTORY/blender-2.60a-linux-3.patch