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