kdesvn-build release 1.6.1
Released: 2008-Jun-28
Download it: kdesvn-build-1.6.1.tar.bz2 (54KB)
kdesvn-build 1.6.1 had the following changes from the prior release (1.6):
Bugfixes:
- Don't delete the build directory for a module if it's also the source directory somehow.
- Give more accurate log file for module update failures.
Add support for a made-up module called phonon. This allows kdesvn-build to build the recommended Phonon 4.2 version which is maintained as a branch.
If you want to build Phonon 4.2 in this way you need to change the following in your kdesvn-buildrc:
Add something like the following to your kdesvn-buildrc after qt-copy (if you use it) and before kdelibs:
module phonon
branch 4.2
end module- If you build qt-copy, add -no-phonon to its configure-flags to prevent it from building its own Phonon.
- If you build kdesupport, add -DBUILD_WITH_phonon=OFF to its cmake-options to prevent it from building the trunk version of Phonon.
- Fix the path used for searching for Qt's pkg-config files which could interfere with CMake checks for some modules.
- Don't symlink the build directory to the source directory for CMake-using modules which required symlinking in KDE 3.
- Update kdesvn-buildrc-sample file for new Phonon handling.
kdesvn-build - KDE Build Tool