Skip to content
Snippets Groups Projects
Commit 50d39e7a authored by Bartłomiej Piotrowski's avatar Bartłomiej Piotrowski
Browse files

Enable outputs window (FS#26782)

parent 9cb59885
No related branches found
Tags 43.0-1
No related merge requests found
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
pkgname=ncmpcpp
pkgver=0.5.8
pkgrel=1
pkgrel=2
pkgdesc="An almost exact clone of ncmpc with some new features."
arch=('i686' 'x86_64')
url="http://unkart.ovh.org/ncmpcpp/"
......@@ -17,8 +18,9 @@ build() {
cd "$srcdir/${pkgname}-${pkgver}"
./configure --prefix=/usr \
--enable-unicode \
--enable-clock \
--with-taglib \
--enable-clock \
--with-taglib \
--enable-outputs \
--with-curl
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