Skip to content
Snippets Groups Projects
Commit 16d6aa2a authored by Natanael Copa's avatar Natanael Copa
Browse files

main/mpd: enable opus support

parent 5faee4af
No related merge requests found
......@@ -8,7 +8,7 @@ case $pkgver in
*.*.*) _branch=${pkgver%.*};;
*.*) _branch=$pkgver;;
esac
pkgrel=1
pkgrel=2
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
url="http://musicpd.org"
pkgusers="mpd"
......@@ -19,7 +19,8 @@ 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
libnfs-dev samba-dev autoconf automake libtool"
libnfs-dev samba-dev opus-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 +53,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--enable-shout \
--enable-opus \
--enable-modplug \
--enable-nfs \
--enable-smbclient \
......
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