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