Hello community, here is the log from the commit of package timidity for openSUSE:Factory checked in at 2012-12-10 11:09:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/timidity (Old) and /work/SRC/openSUSE:Factory/.timidity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "timidity", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/timidity/timidity.changes 2012-11-12 07:07:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.timidity.new/timidity.changes 2012-12-10 11:09:02.000000000 +0100 @@ -1,0 +2,7 @@ +Sat Dec 1 14:36:24 UTC 2012 - [email protected] + + - timidity as a system daemon conflicts with pulseaudio bnc#790158 + a warning is printed when timidity as a system daemon is started and + pulsaudio is enabled. The solution is documented in README.SuSE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ README.SuSE ++++++ --- /var/tmp/diff_new_pack.1dbo9C/_old 2012-12-10 11:09:04.000000000 +0100 +++ /var/tmp/diff_new_pack.1dbo9C/_new 2012-12-10 11:09:04.000000000 +0100 @@ -1,2 +1,9 @@ To use either of the FLUID soundfonts (gm or gs), comment out the default -pats and uncomment either of the fluid lines. +paths and uncomment either of the fluid lines in /usr/share/timidity/timidity.cfg. + +When using pulseaudio the use of timidity as a system wide daemon is discouraged, +because both pulseaudio and timidity need the same device exclusively. +However timidity can be started as a daemon for the user to provide the midi +ports he/she needs for i.e. canorus. On the console of the user give the command: + +timidity -iAq -Oe -s 44100 \ No newline at end of file ++++++ timidity.init ++++++ --- /var/tmp/diff_new_pack.1dbo9C/_old 2012-12-10 11:09:04.000000000 +0100 +++ /var/tmp/diff_new_pack.1dbo9C/_new 2012-12-10 11:09:04.000000000 +0100 @@ -167,6 +167,10 @@ case "$1" in start) + if [ "$(setup-pulseaudio --status)" = "enabled" ]; then + echo "WARNING: timidity as a system daemon is not recommended when pulseaudio is enabled" + echo "You can start timidity as a daemon in the user environment (see README.SuSE)" + fi echo -n "Starting $TIMIDITY_DESC " ## Start daemon with startproc(8). If this fails ## the return value is set appropriately by startproc. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
