]> git.pld-linux.org Git - packages/adplay.git/blame - adplay.spec
- updated to 1.7
[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
fe35945c 9Release: 1
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/
820246e7 15BuildRequires: adplug-devel >= 2.2
fe35945c 16BuildRequires: alsa-lib-devel >= 0.9.1
820246e7 17%{?with_esd:BuildRequires: esound-devel >= 0.2.8}
f53c3838 18BuildRequires: libao-devel
fe35945c 19BuildRequires: pkgconfig
820246e7 20Requires: adplug >= 2.2
fe35945c
JB
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24AdPlay/UNIX is AdPlug's UNIX console-based frontend. AdPlug is a free,
25universal OPL2 audio playback library. AdPlay/UNIX supports the full
26range of AdPlug's file format playback features. Despite this, at the
27moment, only emulated OPL2 output is supported by AdPlay/UNIX, but
28this on a wide range of output devices.
29
b50529cd 30%description -l pl.UTF-8
fe35945c 31AdPlay/UNIX to frontend AdPluga dla uniksowej konsoli. AdPlug to
b50529cd
JR
32wolnodostępna, uniwersalna biblioteka otwarzania dźwięku OPL2.
33AdPlay/UNIX obsługuje cały zakres możliwości odtwarzania formatów
34plików AdPluga. Niezależnie od tego przez AdPlay/UNIX aktualnie
35obsługiwane jest tylko emulowane wyjście OPL2, ale za to na wielu
36różnych urządzeniach wyjściowych.
fe35945c
JB
37
38%prep
39%setup -q
40
41%build
42%configure \
820246e7 43 %{!?with_esd:--disable-output-esound} \
fe35945c
JB
44 --disable-output-sdl \
45 --disable-output-qsa
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%clean
55rm -rf $RPM_BUILD_ROOT
56
57%files
58%defattr(644,root,root,755)
59%doc AUTHORS ChangeLog NEWS README TODO
60%attr(755,root,root) %{_bindir}/adplay
61%{_mandir}/man1/adplay.1*
This page took 0.067965 seconds and 4 git commands to generate.