SPECS: wildmidi.spec (NEW) - new
qboosh
qboosh at pld-linux.org
Sun Jun 24 19:53:48 CEST 2007
Author: qboosh Date: Sun Jun 24 17:53:48 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
wildmidi.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/wildmidi.spec
diff -u /dev/null SPECS/wildmidi.spec:1.1
--- /dev/null Sun Jun 24 19:53:48 2007
+++ SPECS/wildmidi.spec Sun Jun 24 19:53:43 2007
@@ -0,0 +1,118 @@
+# $Revision$, $Date$
+Summary: MIDI player using pat sound sets
+Summary(pl.UTF-8): Odtwarzacz MIDI wykorzystujący zestawy dźwięków pat
+Name: wildmidi
+Version: 0.2.2
+Release: 1
+License: LGPL v2.1+
+Group: Libraries
+Source0: http://dl.sourceforge.net/wildmidi/%{name}-%{version}.tar.gz
+# Source0-md5: c4e30f2d68ccc8e4571511832695f191
+Patch0: %{name}-opt.patch
+URL: http://wildmidi.sourceforge.net/
+BuildRequires: alsa-lib-devel >= 1.0.1
+BuildRequires: autoconf >= 2.52
+BuildRequires: automake
+BuildRequires: libtool
+# for wildmidi player
+Requires: alsa-lib >= 1.0.1
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+WildMidi is a wave table player that uses GUS pat sound sets to play
+MIDI file. The WildMidi player is the frontend, and is only designed
+to pass information to the core library and output any audio data the
+library returns.
+
+The core of the project, libWildMidi, is the work horse behind the
+player. It's capable of multithreading and multiprocessing of MIDI
+files, allowing for the mixing of multiple MIDI file at any one time
+if someone had a desire to do so. This library is what turns the MIDI
+files into audio data using the GUS pat sets.
+
+%description -l pl.UTF-8
+WildMidi to odtwarzacz plików MIDI wykorzystujący zestawy dźwięków pat
+z GUS-a. WildMidi to frontend służący tylko do przekazywania
+informacji do głównej biblioteki i wyprowadzania danych dźwiękowych
+zwracanych przez bibliotekę.
+
+Serce projektu, libWildMidi, to silnik stojący za odtwarzaczem. Jest w
+stanie przetwarzać pliki MIDI wielowątkowo, pozwalając na miksowanie
+wielu plików MIDI. Biblioteka jest tym, co zamienia pliki MIDI na dane
+dźwiękowe przy użyciu zestawów pat z GUS-a.
+
+%package devel
+Summary: Header files for WildMidi library
+Summary(pl.UTF-8): Pliki nagłówkowe biblioteki WildMidi
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Header files for WildMidi library.
+
+%description devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki WildMidi.
+
+%package static
+Summary: Static WildMidi library
+Summary(pl.UTF-8): Statyczna biblioteka WildMidi
+Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
+
+%description static
+Static WildMidi library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka WildMidi.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+ --disable-werror \
+ --without-arch
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%attr(755,root,root) %{_bindir}/wildmidi
+%attr(755,root,root) %{_libdir}/libWildMidi.so.*.*.*
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libWildMidi.so
+%{_libdir}/libWildMidi.la
+%{_includedir}/wildmidi_lib.h
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/libWildMidi.a
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/24 17:53:43 qboosh
+- new
================================================================
More information about the pld-cvs-commit
mailing list