mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
main/mpd: enable smbclient and nfs support, delegate to clandmeter
This commit is contained in:
parent
3a062aad5e
commit
dbb0a0bf0b
@ -1,6 +1,6 @@
|
||||
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
||||
# Contributor: Sebastian Wicki <gandro@gmx.net>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
|
||||
pkgname=mpd
|
||||
pkgver=0.19.10
|
||||
case $pkgver in
|
||||
@ -8,7 +8,7 @@ case $pkgver in
|
||||
*.*) _branch=$pkgver;;
|
||||
esac
|
||||
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
|
||||
url="http://musicpd.org"
|
||||
pkgusers="mpd"
|
||||
@ -19,7 +19,7 @@ depends=
|
||||
makedepends="lame-dev glib-dev curl-dev libao-dev libmad-dev flac-dev
|
||||
libogg-dev faad2-dev libid3tag-dev libvorbis-dev alsa-lib-dev
|
||||
libsamplerate-dev libshout-dev libmodplug-dev boost-dev icu-dev
|
||||
autoconf automake libtool"
|
||||
libnfs-dev samba-dev autoconf automake libtool"
|
||||
install="$pkgname.pre-install"
|
||||
subpackages="$pkgname-doc $pkgname-dbg"
|
||||
source="http://www.musicpd.org/download/mpd/$_branch/mpd-$pkgver.tar.xz
|
||||
@ -52,6 +52,8 @@ build() {
|
||||
--infodir=/usr/share/info \
|
||||
--enable-shout \
|
||||
--enable-modplug \
|
||||
--enable-nfs \
|
||||
--enable-smbclient \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user