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