]> git.pld-linux.org Git - SPECS.git/blob - xmms-input-adplug.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xmms-input-adplug.spec
1 Summary:        AdLib player plugin for XMMS
2 Summary(pl.UTF-8):      Wtyczka odtwarzająca AdLib dla XMMS-a
3 Name:           xmms-input-adplug
4 Version:        1.2
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/adplug/adplug-xmms-%{version}.tar.bz2
9 # Source0-md5:  293808d1520d9d04c7909d4acb187943
10 URL:            http://adplug.sourceforge.net/
11 BuildRequires:  adplug-devel >= 2.0
12 BuildRequires:  automake
13 BuildRequires:  libstdc++-devel
14 BuildRequires:  xmms-devel >= 0.9.5.1
15 Requires:       adplug >= 2.0
16 Requires:       xmms >= 0.9.5.1
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 AdPlug/XMMS is an XMMS input plugin. XMMS is a cross-platform
21 multimedia player. AdPlug/XMMS uses the AdPlug AdLib sound player
22 library to play back a wide range of AdLib (OPL2) music file formats
23 on top of an OPL2 emulator. No OPL2 chip is required for playback.
24
25 %description -l pl.UTF-8
26 AdPlug/XMMS to wtyczka wejściowa XMMS-a. XMMS to wieloplatformowy
27 odtwarzacz multimediów. AdPlug/XMMS wykorzystuje bibliotekę
28 odtwarzacza dźwięku AdLib AdPlug do odtwarzania wielu różnych formatów
29 plików muzycznych AdLib (OPL2) przy użyciu emulatora OPL2. Układ OPL2
30 nie jest wymagany do odtwarzania.
31
32 %prep
33 %setup -q -n adplug-xmms-%{version}
34
35 %build
36 cp -f /usr/share/automake/config.* .
37 %configure
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 rm -f $RPM_BUILD_ROOT%{xmms_input_plugindir}/*.la
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) %{xmms_input_plugindir}/*.so
This page took 0.125379 seconds and 3 git commands to generate.