]> git.pld-linux.org Git - packages/xmp.git/blob - xmp.spec
- pl translations, BuildRequires: autoconf,automake
[packages/xmp.git] / xmp.spec
1 Summary:        Extended Module Player
2 Summary(pl):    Rozszerzony odtwarzacz modu³ów
3 Name:           xmp
4 Version:        2.0.3
5 Release:        2
6 License:        GPL
7 Group:          Applications/Sound
8 Group(de):      Applikationen/Laut
9 Group(pl):      Aplikacje/D¼wiêk
10 Source0:        http://xmp.helllabs.org/pkg/%{version}/%{name}-%{version}.tar.bz2
11 URL:            http://xmp.helllabs.org/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  XFree86-devel
16
17 %define         _xbindir        /usr/X11R6/bin
18 %define         _xmandir        /usr/X11R6/man
19
20 %description
21 xmp is a multi-format module player for UNIX. In machines with GUS or
22 AWE cards xmp takes advantage of the OSS sequencer to play modules
23 with virtually no system load. Using software mixing, xmp plays at
24 sampling rates up to 48kHz in mono or stereo, 8 or 16 bits, signed or
25 unsigned, little or big endian samples with 32 bit linear
26 interpolation.
27
28 %description -l pl
29 xmp jest odtwarzaczem modu³ów w wielu formatach. Potrafi obs³u¿yæ
30 karty GUS i AWE, korzystaj±c z sekwencera OSS, aby nie obci±¿aæ
31 systemu. U¿ywaj±c programowego miksowania, mo¿e odgrywaæ z
32 czêstotliwo¶ci± próbkowania do 48kHz mono lub stereo, 8 lub 16 bitów,
33 próbki ze znakiem lub bez, little- lub big-endian z 32-bitow±
34 interpolacj±.
35
36 %prep
37 %setup -q
38
39 %build
40 aclocal
41 autoconf
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47 install -d $RPM_BUILD_ROOT{%{_sysconfdir},%{_bindir},%{_xbindir},{%{_mandir},%{_xmandir}}/man1}
48 install etc/xmp-modules.conf etc/xmp.conf $RPM_BUILD_ROOT%{_sysconfdir}
49 install src/main/xmp $RPM_BUILD_ROOT%{_bindir}
50 install src/main/xxmp $RPM_BUILD_ROOT%{_xbindir}
51 install docs/xmp.1 $RPM_BUILD_ROOT%{_mandir}/man1
52 install docs/xxmp.1 $RPM_BUILD_ROOT%{_xmandir}/man1
53
54 gzip -9nf README docs/{CREDITS,ChangeLog,README.fixloop,README.trackers,README.unsqsh} etc/magic
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz docs/*.gz etc/*.gz
62 %config %{_sysconfdir}/*
63 %attr(755,root,root) %{_bindir}/xmp
64 %attr(755,root,root) %{_xbindir}/xxmp
65 %{_mandir}/man1/*
66 %{_xmandir}/man1/*
This page took 0.074899 seconds and 4 git commands to generate.