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

rebuild against taglib 1.9.1 (FS#37964)

parent 0d135c3e
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
pkgname=ncmpcpp pkgname=ncmpcpp
pkgver=0.5.10 pkgver=0.5.10
pkgrel=4 pkgrel=5
pkgdesc='Almost exact clone of ncmpc with some new features' pkgdesc='Almost exact clone of ncmpc with some new features'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://ncmpcpp.rybczak.net/' url='http://ncmpcpp.rybczak.net/'
...@@ -16,22 +16,22 @@ source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2) ...@@ -16,22 +16,22 @@ source=(http://ncmpcpp.rybczak.net/stable/$pkgname-$pkgver.tar.bz2)
md5sums=('298ed66325bcfe358e37e186c7ea4861') md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() { build() {
cd $srcdir/$pkgname-$pkgver cd $pkgname-$pkgver
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-clock \ --enable-clock \
--enable-outputs \ --enable-outputs \
--enable-unicode \ --enable-unicode \
--enable-visualizer \ --enable-visualizer \
--with-curl \ --with-curl \
--with-fftw \ --with-fftw \
--with-taglib --with-taglib
make make
} }
package() { package() {
cd $srcdir/$pkgname-$pkgver cd $pkgname-$pkgver
make DESTDIR=$pkgdir install make DESTDIR="$pkgdir" install
make -C extras/ make -C extras
install -Dm755 extras/artist_to_albumartist $pkgdir/usr/bin/ install -Dm755 extras/artist_to_albumartist "$pkgdir"/usr/bin/
} }
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