aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFollieHiyuki <folliekazetani@protonmail.com>2021-11-04 21:12:08 +0700
committerLeo <thinkabit.ukim@gmail.com>2021-11-04 23:01:17 +0000
commit9f5c1cbbd95cf5ad17f775fedd97d10df87436cf (patch)
tree37679ad06647b44c0f72127326c3fd41df6277d4
parent7a8eb46e7dfbf52fd45462811446124bbe58c4b8 (diff)
community/ncmpcpp: build with spectrum visualizer support
-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
}