]> git.pld-linux.org Git - packages/adplay.git/blame - adplay.spec
- added lib64 workaround
[packages/adplay.git] / adplay.spec
CommitLineData
820246e7
JB
1#
2# Conditional build:
3%bcond_with esd # EsounD output support
4#
fe35945c 5Summary: AdLib music player for the command line
29831ff7 6Summary(pl.UTF-8): Odtwarzacz muzyki AdLib działający z linii poleceń
fe35945c 7Name: adplay
820246e7 8Version: 1.7
bd0bba5e 9Release: 2
820246e7 10License: GPL v2+
fe35945c 11Group: Applications/Sound
820246e7
JB
12Source0: http://downloads.sourceforge.net/adplug/%{name}-%{version}.tar.bz2
13# Source0-md5: 651b301b21f08a7519ce8ed3742a0081
fe35945c 14URL: http://adplug.sourceforge.net/
bd0bba5e 15BuildRequires: SDL-devel
820246e7 16BuildRequires: adplug-devel >= 2.2
fe35945c 17BuildRequires: alsa-lib-devel >= 0.9.1
820246e7 18%{?with_esd:BuildRequires: esound-devel >= 0.2.8}
f53c3838 19BuildRequires: libao-devel
fe35945c 20BuildRequires: pkgconfig
820246e7 21Requires: adplug >= 2.2
fe35945c
JB
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
26universal OPL2 audio playback library. AdPlay/UNIX supports the full
27range of AdPlug's file format playback features. Despite this, at the
28moment, only emulated OPL2 output is supported by AdPlay/UNIX, but
29this on a wide range of output devices.
30
b50529cd 31%description -l pl.UTF-8
fe35945c 32AdPlay/UNIX to frontend AdPluga dla uniksowej konsoli. AdPlug to
b50529cd
JR
33wolnodostępna, uniwersalna biblioteka otwarzania dźwięku OPL2.
34AdPlay/UNIX obsługuje cały zakres możliwości odtwarzania formatów
35plików AdPluga. Niezależnie od tego przez AdPlay/UNIX aktualnie
36obsługiwane jest tylko emulowane wyjście OPL2, ale za to na wielu
37różnych urządzeniach wyjściowych.
fe35945c
JB
38
39%prep
40%setup -q
41
42%build
43%configure \
bd0bba5e 44 --libdir=%{_libdir} \
820246e7 45 %{!?with_esd:--disable-output-esound} \
fe35945c
JB
46 --disable-output-qsa
47%{__make}
48
49%install
50rm -rf $RPM_BUILD_ROOT
51
52%{__make} install \
53 DESTDIR=$RPM_BUILD_ROOT
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files
59%defattr(644,root,root,755)
60%doc AUTHORS ChangeLog NEWS README TODO
61%attr(755,root,root) %{_bindir}/adplay
62%{_mandir}/man1/adplay.1*
This page took 0.066855 seconds and 4 git commands to generate.