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