[arch-commits] Commit in mpd/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Tue Apr 28 07:52:31 UTC 2020
Date: Tuesday, April 28, 2020 @ 07:52:30
Author: bisson
Revision: 381771
rebuild against new zziplib
Modified:
mpd/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-28 06:53:44 UTC (rev 381770)
+++ PKGBUILD 2020-04-28 07:52:30 UTC (rev 381771)
@@ -6,7 +6,7 @@
pkgname=mpd
pkgver=0.21.23
-pkgrel=2
+pkgrel=3
pkgdesc='Flexible, powerful, server-side application for playing music'
url='https://www.musicpd.org/'
license=('GPL')
@@ -16,7 +16,7 @@
'libmikmod' 'libmms' 'libmodplug' 'libmpcdec' 'libmpdclient' 'libnfs'
'libsamplerate' 'libshout' 'libsoxr' 'libvorbis' 'systemd-libs'
'libupnp' 'mpg123' 'openal' 'smbclient' 'sqlite' 'twolame' 'wavpack'
- 'wildmidi' 'yajl')
+ 'wildmidi' 'yajl' 'zziplib')
makedepends=('boost' 'meson' 'python-sphinx')
validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512')
#source=("https://www.musicpd.org/download/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig}
@@ -47,7 +47,6 @@
'-Dsndio=disabled' # interferes with detection of alsa devices
'-Dshine=disabled' # not in an official repo
'-Dtremor=disabled' # not in an official repo
- '-Dzzip=disabled' # not detected correctly
)
arch-meson .. ${_opts[@]}
ninja
More information about the arch-commits
mailing list