summaryrefslogtreecommitdiff
path: root/community/ncmpcpp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-11-21 01:32:11 -0800
committerroot <root@rshg054.dnsready.net>2012-11-21 01:32:11 -0800
commitf48f6c82e23a3bacb8a0952c2d2cf9af1e6bf42d (patch)
treed578e4bdc10acc78968e3e5cdfce8dcd0289a60d /community/ncmpcpp
parent0a05643b928d724c048e4306955642d91f24d33c (diff)
Wed Nov 21 01:32:09 PST 2012
Diffstat (limited to 'community/ncmpcpp')
-rw-r--r--community/ncmpcpp/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
index 814376e0e..c3ccc6166 100644
--- a/community/ncmpcpp/PKGBUILD
+++ b/community/ncmpcpp/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80192 2012-11-17 14:06:36Z bpiotrowski $
+# $Id: PKGBUILD 80358 2012-11-20 16:00:53Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski
# Contributor: graysky <graysky AT archlinux DOT us>
# Contributor: Mateusz Herych <heniekk@gmail.com>
@@ -6,12 +6,12 @@
pkgname=ncmpcpp
pkgver=0.5.10
-pkgrel=3
+pkgrel=4
pkgdesc='Almost exact clone of ncmpc with some new features'
arch=('i686' 'x86_64')
url='http://ncmpcpp.rybczak.net/'
license=('GPL')
-depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
+depends=('curl' 'libmpdclient' 'taglib' 'ncurses' 'fftw')
install=ncmpcpp.install
source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
md5sums=('298ed66325bcfe358e37e186c7ea4861')
@@ -19,11 +19,13 @@ md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
- --enable-unicode \
--enable-clock \
- --with-taglib \
--enable-outputs \
- --with-curl
+ --enable-unicode \
+ --enable-visualizer \
+ --with-curl \
+ --with-fftw \
+ --with-taglib
make
}