]> git.pld-linux.org Git - packages/ncmpcpp.git/blobdiff - ncmpcpp.spec
new patch to fix build on 32bit archs; rel 2
[packages/ncmpcpp.git] / ncmpcpp.spec
index 025dcf45c5cb5088c789b78888ef33bea4ebb2eb..7624dd3e5c294210d205aa1991671ccb3a6a3cfe 100644 (file)
@@ -1,22 +1,26 @@
 Summary:       ncurses mpd client inspired by ncmpc
 Summary(pl.UTF-8):     klient mpd wzorowany na ncmpc
 Name:          ncmpcpp
-Version:       0.5.10
+Version:       0.7.6
 Release:       2
 License:       GPL v2
 Group:         Applications
 Source0:       http://ncmpcpp.rybczak.net/stable/%{name}-%{version}.tar.bz2
-# Source0-md5: 298ed66325bcfe358e37e186c7ea4861
+# Source0-md5: cd8b478d6968dc361f6e062acbe2d255
+Patch0:                %{name}-size_t.patch
 URL:           http://ncmpcpp.rybczak.net
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.59
 BuildRequires: automake
+BuildRequires: boost-devel
 BuildRequires: curl-devel
 BuildRequires: fftw3-devel
-BuildRequires: libmpdclient-devel >= 2.1
+BuildRequires: gcc-c++ >= 6:4.6
+BuildRequires: libmpdclient-devel >= 2.8
 BuildRequires: libstdc++-devel
 BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
+BuildRequires: readline-devel
 BuildRequires: taglib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -35,6 +39,7 @@ plików lokalnych oraz inne drobne udogodnienia.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
@@ -43,7 +48,11 @@ plików lokalnych oraz inne drobne udogodnienia.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-outputs
+       BOOST_LIB_SUFFIX="" \
+       --enable-clock \
+       --enable-outputs \
+       --enable-unicode \
+       --enable-visualizer
 %{__make}
 
 %install
@@ -60,6 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING NEWS doc/config doc/keys
+%doc AUTHORS COPYING NEWS doc/bindings doc/config
 %attr(755,root,root) %{_bindir}/ncmpcpp
 %{_mandir}/man1/ncmpcpp.1*
This page took 0.037129 seconds and 4 git commands to generate.