]> git.pld-linux.org Git - packages/SDL_mixer.git/blame - SDL_mixer.spec
- fixes for timidity configuration.
[packages/SDL_mixer.git] / SDL_mixer.spec
CommitLineData
4a37b7d1 1Summary: Simple DirectMedia Layer - Sample Mixer Library
2Name: SDL_mixer
5ec40e03 3Version: 1.0.6
fb85d8d7 4Release: 3
4a37b7d1 5License: LGPL
6Group: Libraries
5c4961a0 7Group(de): Libraries
8Group(fr): Librairies
9Group(pl): Biblioteki
4a37b7d1 10Source0: http://www.libsdl.org/projects/SDL_mixer/src/%{name}-%{version}.tar.gz
11URL: http://www.libsdl.org/projects/SDL_mixer/index.html
12BuildRequires: esound-devel
13BuildRequires: SDL-devel >= 1.1.1
14BuildRequires: XFree86-devel
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
b346880d 16
fb85d8d7 17%define _prefix /usr/X11R6
18
b346880d 19%description
4a37b7d1 20Due to popular demand, here is a simple multi-channel audio mixer. It
21supports 4 channels of 16 bit stereo audio, plus a single channel of
22music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
b346880d 23libraries.
24
25%package devel
4a37b7d1 26Summary: Header files and more to develop SDL_mixer applications
27Group: Development/Libraries
5c4961a0 28Group(de): Entwicklung/Libraries
4a37b7d1 29Group(fr): Development/Librairies
30Group(pl): Programowanie/Biblioteki
31Requires: %{name} = %{version}
32Requires: SDL-devel
b346880d 33
34%description devel
4a37b7d1 35Header files and more to develop SDL_mixer applications.
36
37%package static
38Summary: Statis SDL_mixer libraries
39Group: Development/Libraries
5c4961a0 40Group(de): Entwicklung/Libraries
4a37b7d1 41Group(fr): Development/Librairies
42Group(pl): Programowanie/Biblioteki
43Requires: %{name}-devel = %{version}
44
45%description static
46Statis SDL_mixer libraries.
b346880d 47
48%prep
4a37b7d1 49%setup -q
b346880d 50
51%build
4a37b7d1 52%configure
53%{__make}
b346880d 54
55%install
56rm -rf $RPM_BUILD_ROOT
4a37b7d1 57
58%{__make} install DESTDIR=$RPM_BUILD_ROOT
59
4a37b7d1 60gzip -9nf README CHANGES
61
62%post -p /sbin/ldconfig
63%postun -p /sbin/ldconfig
b346880d 64
65%clean
66rm -rf $RPM_BUILD_ROOT
67
68%files
4a37b7d1 69%defattr(644,root,root,755)
70%attr(755,root,root) %{_bindir}/playmus
71%attr(755,root,root) %{_bindir}/playwave
72%attr(755,root,root) %{_libdir}/lib*.so.*.*
b346880d 73
74%files devel
4a37b7d1 75%defattr(644,root,root,755)
76%doc *.gz
77%attr(755,root,root) %{_libdir}/lib*.so
78%attr(755,root,root) %{_libdir}/lib*.la
79%{_includedir}/SDL/*
80
81%files static
82%defattr(644,root,root,755)
83%{_libdir}/lib*.a
This page took 0.088322 seconds and 4 git commands to generate.