CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/09/11 19:12:22
Modified files:
x11/kde/multimedia3: Makefile
x11/kde/multimedia3/patches: patch-kscd_Makefile_in
x11/kde/multimedia3/pkg: PLIST
Added files:
x11/kde/multimedia3/patches: patch-arts_builder_autorouter_cpp
patch-arts_midi_timestampmath_cc
patch-arts_runtime_artsbuilderloader_impl_cc
patch-kmid_Makefile_in
patch-noatun_library_Makefile_in
patch-xine_artsplugin_configure_in_in
Log message:
Add a couple of fixes for KDE3 multimedia package:
* avoid crash in xine backend for aRts (tedu's way)
* make the build more reliable/repeatable
* fix some integer types handling (signed as index, long for 64-bit)
Most of those fixes were forgotten many months ago; the crash was notified
by Alexandre H on ports@ and further investigated by nigel@, thanks!