]> git.pld-linux.org Git - SPECS.git/blob - xmms-output-lame.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xmms-output-lame.spec
1 Summary:        MP3 output plugin for XMMS
2 Summary(pl.UTF-8):      Wtyczka wyjściowa dla XMMS-a kompresująca wyjście do plików MP3
3 Name:           xmms-output-lame
4 Version:        0.2.2
5 Release:        3
6 License:        GPL
7 Group:          Development/Libraries
8 Source0:        http://dl.sourceforge.net/my-xmms-plugs/out_lame-%{version}.tar.gz
9 # Source0-md5:  7ee5905e8eaa8eb149a9d6d260222abd
10 BuildRequires:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  lame-libs-devel
13 BuildRequires:  libtool
14 BuildRequires:  rpmbuild(macros) >= 1.125
15 BuildRequires:  xmms-devel
16 Requires:       xmms
17 Provides:       xmms-output-plugin
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 This plugin allows XMMS to play sounds though LAME MP3 encoder.
22
23 %description -l pl.UTF-8
24 Ta wtyczka pozwala XMMS-owi odtwarzać muzykę poprzez koder MP3 LAME.
25
26 %prep
27 %setup -q -n out_lame
28
29 %build
30 rm -f missing
31 %{__libtoolize}
32 %{__aclocal} -I macros
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT \
43         libdir=%{xmms_output_plugindir}
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc README NEWS AUTHORS ChangeLog
51 %attr(755,root,root) %{xmms_output_plugindir}/*
This page took 0.373184 seconds and 3 git commands to generate.