]> git.pld-linux.org Git - packages/TiMidity++.git/commitdiff
- initial version (maked from template.spec).
authorkloczek <kloczek@pld-linux.org>
Thu, 29 Apr 1999 20:54:11 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Status: NFY.

Changed files:
    TiMidity++.spec -> 1.1

TiMidity++.spec [new file with mode: 0644]

diff --git a/TiMidity++.spec b/TiMidity++.spec
new file mode 100644 (file)
index 0000000..68ec50b
--- /dev/null
@@ -0,0 +1,53 @@
+Summary:       TiMidity++ - MIDI to WAV converter and player
+Name:          -
+Version:       -
+Release:       -
+Group:         -
+Copyright:     GPL
+Icon:          -
+Source0:       http://www.goice.co.jp/member/mo/timidity/dist/%{name}-%{version}.tar.bz2
+URL:           http://www.goice.co.jp/member/mo/timidity/
+BuildRoot:     /tmp/%{name}-%{version}-root
+
+%description
+TiMidity++ is a converter that converts some of MIDI files ( formats :
+Standard MIDI file (*.MID), Recomposer files (*.RCP, *.R36, *.G18, *.G36)
+and Module file (*.mod) ) into formatted audio file (ex. RIFF WAVE).
+TiMidity uses Gravis Ultrasound-compatible patch files or Soundfonts (*.sfx,
+*.sf2) to generate digital audio data from MIDI files. The digital audio
+data generated by TiMidity can be stored in a file for processing, or played
+in real time through an audio device. In real time playing, TiMidity if able
+to show the lylic contained in KAR file or WRD file.
+
+%prep
+%setup -q
+
+%build
+(autoheader/autoconf/automake)
+CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
+./configure \
+       --prefix=/usr
+make
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
+       $RPM_BUILD_ROOT/usr/man/man*/* \
+       README ChangeLog 
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+
+%changelog
This page took 0.088835 seconds and 4 git commands to generate.