]> git.pld-linux.org Git - packages/ncmpc.git/blame - ncmpc.spec
up to 0.37
[packages/ncmpc.git] / ncmpc.spec
CommitLineData
f295d3d9 1Summary: Curses client for Music Player Daemon
c196bc2a 2Summary(pl.UTF-8): Klient curses dla demona MPD
f295d3d9 3Name: ncmpc
0d03fc06 4Version: 0.37
74410feb 5Release: 1
410252c5 6License: GPL v2+
f295d3d9 7Group: Applications/Sound
b2b81a42 8Source0: http://www.musicpd.org/download/ncmpc/0/%{name}-%{version}.tar.xz
0d03fc06 9# Source0-md5: 2a5a0b474cb15dc999f408531e900f82
04857ea8 10URL: http://mpd.wikia.com/wiki/Client:Ncmpc
74410feb 11BuildRequires: boost-devel
52587546 12BuildRequires: gcc-c++ >= 6:5
b826a6bc 13BuildRequires: gettext-tools
a0665cc1 14BuildRequires: libmpdclient-devel >= 2.9
2e627c60 15BuildRequires: meson >= 0.47
b2b81a42 16BuildRequires: ncurses-devel
759661ff 17BuildRequires: ninja
23604b6e 18BuildRequires: pkgconfig
d1001001 19BuildRequires: rpmbuild(macros) >= 1.727
74410feb 20BuildRequires: sphinx-pdg
a0665cc1 21Requires: libmpdclient >= 2.9
2f364c12 22Suggests: mpd
f295d3d9
JK
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc
27connects to a MPD running on a machine on the local network, and
28controls this with an interface inspired by cplay. If ncmpc is used
29with lirc and irpty it can be used to manage playlists and control MPD
30with a remote control.
31
5d1922e7 32%description -l pl.UTF-8
ede089b0 33ncmpc to klient curses dla demona MPD (Music Player Daemon). ncmpc
2f364c12
ZU
34łączy się z MPD działającym na maszynie w sieci lokalnej i steruje nim
35przy użyciu interfejsu zainspirowanego programem cplay. Jeśli ncmpc
36jest używany z lircem lub irpty, można go używać do zarządzania
37playlistami i sterowania MPD za pomocą pilota.
ede089b0 38
f295d3d9
JK
39%prep
40%setup -q
0d03fc06
JP
41
42%{__sed} -i -e '1 s,^#!.*bin/env ruby,#!%{__ruby},' lyrics/20-lyricwiki.rb
f295d3d9
JK
43
44%build
759661ff 45%meson build \
759661ff 46 -Dchat_screen=true \
aa48b908 47 -Dcolors=true \
2e627c60 48 -Ddocumentation=enabled \
759661ff
JP
49 -Dhelp_screen=true \
50 -Dkey_screen=true \
2e627c60 51 -Dlocale=enabled \
759661ff 52 -Dlyrics_screen=true \
74410feb 53 -Dmanual=true \
2e627c60 54 -Dmouse=enabled \
759661ff
JP
55 -Doutputs_screen=true \
56 -Dsearch_screen=true \
57 -Dsong_screen=true \
2e627c60 58 -Dlirc=disabled
f295d3d9 59
d1001001
JP
60%meson_build -C build
61
f295d3d9
JK
62%install
63rm -rf $RPM_BUILD_ROOT
64
6ed7662f 65%meson_install -j1 -C build
f295d3d9 66
d1001001 67rm -r $RPM_BUILD_ROOT%{_docdir}/%{name}
f295d3d9
JK
68
69%find_lang ncmpc
70
71%clean
72rm -rf $RPM_BUILD_ROOT
73
74%files -f ncmpc.lang
75%defattr(644,root,root,755)
759661ff 76%doc AUTHORS NEWS README.rst doc/*.sample doc/ncmpc.lirc
f295d3d9 77%attr(755,root,root) %{_bindir}/*
31d2e323
KK
78%dir %{_libdir}/ncmpc
79%dir %{_libdir}/ncmpc/lyrics
80%attr(755,root,root) %{_libdir}/ncmpc/lyrics/*
8e5dac1f 81%{_mandir}/man1/ncmpc.*
This page took 0.549697 seconds and 4 git commands to generate.