Add chromaprint/fftw dependencies to the debian control and rpm spec files
This commit is contained in:
parent
d17629586f
commit
ae8ac239bf
|
@ -30,7 +30,8 @@ Build-Depends: debhelper (>= 7),
|
|||
libqjson-dev,
|
||||
protobuf-compiler,
|
||||
libprotobuf-dev,
|
||||
libqca2-dev
|
||||
libqca2-dev,
|
||||
libchromaprint-dev | libfftw3-dev
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://www.clementine-player.org/
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ BuildRequires: qt4-devel boost-devel gcc-c++ glew-devel libgpod-devel
|
|||
BuildRequires: cmake gstreamer-devel gstreamer-plugins-base-devel
|
||||
BuildRequires: libimobiledevice-devel libplist-devel usbmuxd-devel
|
||||
BuildRequires: libmtp-devel protobuf-devel protobuf-compiler libcdio-devel
|
||||
BuildRequires: qjson-devel qca2-devel
|
||||
BuildRequires: qjson-devel qca2-devel fftw-devel
|
||||
|
||||
Requires: libgpod protobuf-lite libcdio qjson qca-ossl
|
||||
|
||||
|
|
Loading…
Reference in New Issue