Add fftw to dependencies

This commit is contained in:
Jonas Kvinge 2019-04-18 18:28:37 +02:00
parent 27bafa8ab2
commit d920e27ab3
5 changed files with 5 additions and 2 deletions

View File

@ -22,7 +22,7 @@ before_install:
git pull;
brew update;
brew unlink python;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls;
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls fftw;
brew install sqlite --with-fts;
brew install gstreamer gst-plugins-base;
brew install gst-plugins-good --with-flac;

View File

@ -6,7 +6,7 @@ run zypper --non-interactive --gpg-auto-import-keys dup -l -y
run zypper --non-interactive --gpg-auto-import-keys install \
lsb-release git tar make cmake gcc gcc-c++ pkg-config gettext-tools \
glibc-devel glib2-devel glib2-tools dbus-1-devel alsa-devel libpulse-devel libnotify-devel libgnutls-devel \
boost-devel protobuf-devel sqlite3-devel taglib-devel \
boost-devel protobuf-devel sqlite3-devel taglib-devel fftw3-devel \
gstreamer-devel gstreamer-plugins-base-devel libxine-devel vlc-devel \
libQt5Core-devel libQt5Gui-devel libQt5Widgets-devel libQt5Concurrent-devel libQt5Network-devel libQt5Sql-devel \
libQt5DBus-devel libqt5-qtx11extras-devel libqt5-qtbase-common-devel libqt5-linguist-devel \

1
debian/control vendored
View File

@ -34,6 +34,7 @@ Build-Depends: debhelper (>= 7),
libplist-dev,
libusbmuxd-dev,
libchromaprint-dev
libfftw3-dev
Standards-Version: 3.9.8
Package: strawberry

View File

@ -33,6 +33,7 @@ depends=(
libplist
libimobiledevice
phonon-qt5
fftw
)
optdepends=(
gst-plugins-bad

View File

@ -46,6 +46,7 @@ BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(protobuf)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(taglib)
BuildRequires: pkgconfig(fftw3)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Widgets)