Skip to content
Snippets Groups Projects
Commit 9f5c1cbb authored by Hoang Nguyen's avatar Hoang Nguyen :turtle: Committed by Leo
Browse files

community/ncmpcpp: build with spectrum visualizer support

parent 7a8eb46e
No related branches found
No related tags found
1 merge request!27153community/ncmpcpp: build with spectrum visualizer support
Pipeline #98873 canceled
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com> # Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname=ncmpcpp pkgname=ncmpcpp
pkgver=0.9.2 pkgver=0.9.2
pkgrel=3 pkgrel=4
pkgdesc="Ncurses based MPD client inspired by ncmpc" pkgdesc="Ncurses based MPD client inspired by ncmpc"
url="http://rybczak.net/ncmpcpp" url="http://rybczak.net/ncmpcpp"
arch="all" arch="all"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
makedepends="boost-dev curl-dev libmpdclient-dev openssl1.1-compat-dev ncurses-dev 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 options="!check" # no tests suite
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="http://rybczak.net/ncmpcpp/stable/ncmpcpp-$pkgver.tar.bz2" source="http://rybczak.net/ncmpcpp/stable/ncmpcpp-$pkgver.tar.bz2"
...@@ -25,6 +25,7 @@ build() { ...@@ -25,6 +25,7 @@ build() {
--localstatedir=/var \ --localstatedir=/var \
--enable-clock \ --enable-clock \
--with-taglib \ --with-taglib \
--with-fftw \
--enable-visualizer --enable-visualizer
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment