From d920e27ab3a6322fc8126c3102c0de3e54c877ed Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Thu, 18 Apr 2019 18:28:37 +0200 Subject: [PATCH] Add fftw to dependencies --- .travis.yml | 2 +- Dockerfile | 2 +- debian/control | 1 + dist/pacman/PKGBUILD.in | 1 + dist/rpm/strawberry.spec.in | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e94ff9dc..57c4d39d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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; diff --git a/Dockerfile b/Dockerfile index 7108be87..d605845c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/debian/control b/debian/control index 74e8423c..30339d37 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends: debhelper (>= 7), libplist-dev, libusbmuxd-dev, libchromaprint-dev + libfftw3-dev Standards-Version: 3.9.8 Package: strawberry diff --git a/dist/pacman/PKGBUILD.in b/dist/pacman/PKGBUILD.in index 8e3ad6d6..a65f1165 100644 --- a/dist/pacman/PKGBUILD.in +++ b/dist/pacman/PKGBUILD.in @@ -33,6 +33,7 @@ depends=( libplist libimobiledevice phonon-qt5 + fftw ) optdepends=( gst-plugins-bad diff --git a/dist/rpm/strawberry.spec.in b/dist/rpm/strawberry.spec.in index 5288723a..776fc4d9 100644 --- a/dist/rpm/strawberry.spec.in +++ b/dist/rpm/strawberry.spec.in @@ -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)