Bug 117024

Summary: Timidity needs alsa support
Product: [Fedora] Fedora Reporter: Sammy <umar>
Component: timidity++Assignee: Thomas Woerner <twoerner>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-07-01 15:28:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
TiMidity-2.10.3-redhat.patch
none
TiMidity++-2.11.3-detect.patch none

Description Sammy 2004-02-27 16:03:15 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (compatible; Konqueror/3.2; Linux; X11; en_US, en) (KHTML, like Gecko)

Description of problem:
With the 2.6 kernel having default ALSA sound one needs alsa playmode
with timidity.

Easy way to do this is to use the new version 2.13.0-rc1 from:

http://www.linet.gr.jp/~tamuki/timidity/release/

Where alsa 1.0.0 support is built in. Some of the other patches have
also been applied. The only patches that are needed and slightly
modified are the redhat patch and detect patch. I have built the new
rpm already and it worked fine. I am attaching those two modified
patches as well.

Version-Release number of selected component (if applicable):
timidity++-2.11.3-9

How reproducible:
Always

Steps to Reproduce:
1.Install timidity from current devel tree
2.try to run a midi file with kde set to use ALSA
3.
    

Additional info:

Comment 1 Sammy 2004-02-27 16:05:42 UTC
Created attachment 98104 [details]
TiMidity-2.10.3-redhat.patch

Comment 2 Sammy 2004-02-27 16:06:36 UTC
Created attachment 98105 [details]
TiMidity++-2.11.3-detect.patch

Comment 3 Thomas Woerner 2004-04-06 11:10:40 UTC
The new TiMidity++ version (2.13.0) is munching a lot more CPU power,
than the old one. Please have a look at:

http://people.redhat.com/twoerner/SRPMS/fc2/timidity++-2.13.0-1.src.rpm
http://people.redhat.com/twoerner/RPMS/fc2/timidity++-2.13.0-1.i386.rpm
http://people.redhat.com/twoerner/RPMS/fc2/timidity++-debuginfo-2.13.0-1.i386.rpm

This is 2.13.0 final.

Comment 4 Sammy 2004-04-06 18:45:34 UTC
I never paid attention. I am using: 
 
export CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" 
 
./configure --enable-dynamic \ 
        --enable-interface=ncurses,slang \ 
        --enable-audio=default,oss,alsa,esd,vorbis,arts \ 
        --enable-vt100 \ 
        --enable-alsaseq \ 
        --with-default-output=alsa \ 
        --enable-server --enable-network \ 
        --without-x 
 

Comment 5 Thomas Woerner 2004-07-01 15:28:17 UTC
Fixed in rawhide in rpm timidity++-2.13.0-1 or newer.