Hello community,

here is the log from the commit of package timidity for openSUSE:Factory 
checked in at 2012-11-12 07:07:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-14 
12:40:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timidity.new/timidity.changes   2012-11-12 
07:07:29.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Nov  9 15:10:56 UTC 2012 - [email protected]
+
+- Fixed init script TIM_ALSASEQPARAM -> TIM_ALSASEQPARAMS bnc#788444
+- Reversed value of the two pameters in /etc/sysconfig/timidity and
+  added some extra parameters as default
+- Added some comment about the values of the paramters and
+  two recommended package: fluid-soundfont-gm and fluid-soundfont-gs
+ 
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ timidity.spec ++++++
--- /var/tmp/diff_new_pack.SYCIHJ/_old  2012-11-12 07:07:30.000000000 +0100
+++ /var/tmp/diff_new_pack.SYCIHJ/_new  2012-11-12 07:07:30.000000000 +0100
@@ -138,6 +138,7 @@
 mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
 cp AUTHORS COPYING ChangeLog* NEWS README TODO \
   $RPM_BUILD_ROOT%{_docdir}/%{name}
+cp %{SOURCE7} $RPM_BUILD_ROOT%{_docdir}/%{name}
 for i in *.ja; do
   iconv -f euc-jp -t utf8 $i > $RPM_BUILD_ROOT%{_docdir}/%{name}/$i
 done

++++++ timidity.init ++++++
--- /var/tmp/diff_new_pack.SYCIHJ/_old  2012-11-12 07:07:31.000000000 +0100
+++ /var/tmp/diff_new_pack.SYCIHJ/_new  2012-11-12 07:07:31.000000000 +0100
@@ -170,7 +170,7 @@
        echo -n "Starting $TIMIDITY_DESC "
        ## Start daemon with startproc(8). If this fails
        ## the return value is set appropriately by startproc.
-       /sbin/startproc $TIMIDITY_BIN "$TIM_ALSASEQPARAM" "$TIM_STARTUP" 
>/dev/null
+       /sbin/startproc $TIMIDITY_BIN "$TIM_ALSASEQPARAMS" "$TIM_STARTUP" 
>/dev/null
        if [ $? -eq 0 ]; then
                if [ $pmidi_enabled = "true" ]; then
                        echo -n "Emulating midi on ports: "


++++++ timidity.sysconf ++++++
--- /var/tmp/diff_new_pack.SYCIHJ/_old  2012-11-12 07:07:31.000000000 +0100
+++ /var/tmp/diff_new_pack.SYCIHJ/_new  2012-11-12 07:07:31.000000000 +0100
@@ -1,21 +1,25 @@
 ## Path:           Sound/MIDI
 ## Description:    TiMidity++ ALSA midi emulation settings
 ## Type:           string
-## Default:        "-B2,8 -iAD"
+## Default:        "-iAq -B2,8 -Os1l -s 44100"
 #
 
 ## Type:           string
-## Default:        "-B2,8"
+## Default:        "-iAq"
 ## ServiceRestart: timidity
 #
 # Parameters for alsaseq
 #
-TIM_ALSASEQPARAMS="-B2,8"
+TIM_ALSASEQPARAMS="-iAq"
 
 ## Type:           string
-## Default:        "-iAq"
+## Default:        "-B2,8 -Os1l -s 44100"
 ## ServiceRestart: timidity
 #
 # Default parameters to start as aseq backend
+# Explanation and more parameters: use 'man timidity'
+# Also recommended to install the packages: fluid-soundfont-gm
+# and fluid-soundfont-gs and remove the corresponding
+# comment # in /usr/share/timidity/timidity.cfg
 #
-TIM_STARTUP="-iAq"
+TIM_STARTUP="-B2,8 -Os1l -s 44100"

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to