-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathadplug-xmms.spec
55 lines (45 loc) · 1.19 KB
/
adplug-xmms.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
%define name adplug-xmms
%define version 1.2
%define release 1
Summary: AdLib player plugin for XMMS
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
URL: http://adplug.github.io
License: LGPL
Group: Applications/Multimedia
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Requires: xmms
Requires: adplug >= 1.4
BuildRequires: xmms-devel
BuildRequires: gtk+-devel
BuildRequires: adplug-devel >= 1.4
%description
AdPlug/XMMS is an XMMS input plugin. XMMS is a cross-platform multimedia
player. AdPlug/XMMS uses the AdPlug AdLib sound player library to play back
a wide range of AdLib (OPL2) music file formats on top of an OPL2 emulator.
No OPL2 chip is required for playback.
%prep
%setup -q
%build
%configure
make
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
rm -f $RPM_BUILD_ROOT/%_libdir/xmms/Input/*.la
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README ChangeLog NEWS TODO AUTHORS
%_libdir/xmms/Input/*so
%changelog
* Tue Mar 4 2003 Götz Waschk <[email protected]> 1.1-1
- requires new adplug libs
- fix group for RH standard
- new version
* Tue Nov 26 2002 Götz Waschk <[email protected]> 1.0-1
- initial package