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