aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/ncmpcpp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ncmpcpp/APKBUILD b/community/ncmpcpp/APKBUILD
index 1bb7f390d26..e4da02270f4 100644
--- a/community/ncmpcpp/APKBUILD
+++ b/community/ncmpcpp/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=ncmpcpp
pkgver=0.9.2
-pkgrel=3
+pkgrel=4
pkgdesc="Ncurses based MPD client inspired by ncmpc"
url="http://rybczak.net/ncmpcpp"
arch="all"
license="GPL-2.0-or-later"
makedepends="boost-dev curl-dev libmpdclient-dev openssl1.1-compat-dev ncurses-dev
- readline-dev taglib-dev"
+ readline-dev taglib-dev fftw-dev"
options="!check" # no tests suite
subpackages="$pkgname-doc"
source="http://rybczak.net/ncmpcpp/stable/ncmpcpp-$pkgver.tar.bz2"
@@ -25,6 +25,7 @@ build() {
--localstatedir=/var \
--enable-clock \
--with-taglib \
+ --with-fftw \
--enable-visualizer
make
}