]> git.pld-linux.org Git - SPECS.git/blob - xmms-output-jack.spec
SPECS updated Sat 31 Jul 21:27:02 CEST 2021
[SPECS.git] / xmms-output-jack.spec
1 %define         rname   xmms-jack
2 Summary:        JACK output plugin for XMMS
3 Summary(pl.UTF-8):      Wtyczka wyjściowa dla XMMS-a odtwarzająca dźwięk przez JACK-a
4 Name:           xmms-output-jack
5 Version:        0.19
6 Release:        1
7 License:        GPL v2+
8 Group:          X11/Applications/Sound
9 Source0:        http://dl.sourceforge.net/xmms-jack/%{rname}-%{version}.tar.gz
10 # Source0-md5:  3e3ed2e3ca4a4ca558b43e1b8e3a83d5
11 URL:            http://xmms-jack.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  jack-audio-connection-kit-devel
15 BuildRequires:  libsamplerate-devel >= 0.0.15
16 BuildRequires:  libtool
17 BuildRequires:  pkgconfig
18 BuildRequires:  xmms-devel >= 1.2.7
19 Requires:       libsamplerate >= 0.0.15
20 Requires:       xmms >= 1.2.7
21 Provides:       xmms-output-plugin
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 This plugin allows XMMS to play sounds though JACK.
26
27 %description -l pl.UTF-8
28 Ta wtyczka pozwala XMMS-owi odtwarzać muzykę poprzez JACK-a.
29
30 %prep
31 %setup -q -n %{rname}
32
33 # kill precompiled objects
34 %{__make} clean
35 rm -r autom4te.cache
36
37 %build
38 %{__libtoolize}
39 %{__aclocal}
40 %{__autoconf}
41 %{__autoheader}
42 %{__automake}
43 %configure \
44         --disable-static
45 %{__make}
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49
50 %{__make} install \
51         DESTDIR=$RPM_BUILD_ROOT \
52         libdir=%{xmms_output_plugindir}
53
54 rm -f $RPM_BUILD_ROOT%{xmms_output_plugindir}/*.la
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog NEWS README
62 %attr(755,root,root) %{xmms_output_plugindir}/libjackout.so
This page took 0.633035 seconds and 3 git commands to generate.