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 branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ case $pkgver in ...@@ -8,7 +8,7 @@ case $pkgver in
*.*.*) _branch=${pkgver%.*};; *.*.*) _branch=${pkgver%.*};;
*.*) _branch=$pkgver;; *.*) _branch=$pkgver;;
esac esac
pkgrel=1 pkgrel=2
pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files" pkgdesc="Music daemon that plays MP3, FLAC, and Ogg Vorbis files"
url="http://musicpd.org" url="http://musicpd.org"
pkgusers="mpd" pkgusers="mpd"
...@@ -19,7 +19,8 @@ depends= ...@@ -19,7 +19,8 @@ depends=
makedepends="lame-dev glib-dev curl-dev libao-dev libmad-dev flac-dev makedepends="lame-dev glib-dev curl-dev libao-dev libmad-dev flac-dev
libogg-dev faad2-dev libid3tag-dev libvorbis-dev alsa-lib-dev libogg-dev faad2-dev libid3tag-dev libvorbis-dev alsa-lib-dev
libsamplerate-dev libshout-dev libmodplug-dev boost-dev icu-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" install="$pkgname.pre-install"
subpackages="$pkgname-doc $pkgname-dbg" subpackages="$pkgname-doc $pkgname-dbg"
source="http://www.musicpd.org/download/mpd/$_branch/mpd-$pkgver.tar.xz source="http://www.musicpd.org/download/mpd/$_branch/mpd-$pkgver.tar.xz
...@@ -52,6 +53,7 @@ build() { ...@@ -52,6 +53,7 @@ build() {
--mandir=/usr/share/man \ --mandir=/usr/share/man \
--infodir=/usr/share/info \ --infodir=/usr/share/info \
--enable-shout \ --enable-shout \
--enable-opus \
--enable-modplug \ --enable-modplug \
--enable-nfs \ --enable-nfs \
--enable-smbclient \ --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