]> git.pld-linux.org Git - packages/TiMidity++.git/blame - TiMidity++.spec
- initial version (maked from template.spec).
[packages/TiMidity++.git] / TiMidity++.spec
CommitLineData
ebb334d4 1Summary: TiMidity++ - MIDI to WAV converter and player
2Name: -
3Version: -
4Release: -
5Group: -
6Copyright: GPL
7Icon: -
8Source0: http://www.goice.co.jp/member/mo/timidity/dist/%{name}-%{version}.tar.bz2
9URL: http://www.goice.co.jp/member/mo/timidity/
10BuildRoot: /tmp/%{name}-%{version}-root
11
12%description
13TiMidity++ is a converter that converts some of MIDI files ( formats :
14Standard MIDI file (*.MID), Recomposer files (*.RCP, *.R36, *.G18, *.G36)
15and Module file (*.mod) ) into formatted audio file (ex. RIFF WAVE).
16TiMidity uses Gravis Ultrasound-compatible patch files or Soundfonts (*.sfx,
17*.sf2) to generate digital audio data from MIDI files. The digital audio
18data generated by TiMidity can be stored in a file for processing, or played
19in real time through an audio device. In real time playing, TiMidity if able
20to show the lylic contained in KAR file or WRD file.
21
22%prep
23%setup -q
24
25%build
26(autoheader/autoconf/automake)
27CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
28./configure \
29 --prefix=/usr
30make
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
36 $RPM_BUILD_ROOT/usr/man/man*/* \
37 README ChangeLog
38
39%pre
40
41%preun
42
43%post
44
45%postun
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52
53%changelog
This page took 0.044867 seconds and 4 git commands to generate.