community/mpv: add PulseAudio support

This commit is contained in:
Bart Ribbers 2019-07-04 17:08:18 +02:00 committed by Leo
parent e68731aee6
commit e576853cec

View File

@ -5,13 +5,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.29.1
pkgrel=6
pkgrel=7
pkgdesc="Video player based on MPlayer/mplayer2"
url="https://mpv.io/"
arch="all"
license="GPL-2.0-or-later LGPL-2.0-or-later"
makedepends="
alsa-lib-dev
pulseaudio-dev
cmocka-dev
faac-dev
ffmpeg-dev
@ -70,6 +71,7 @@ build() {
--mandir=/usr/share/man \
--confdir=/etc/mpv \
--enable-alsa \
--enable-pulse \
--enable-libass \
--enable-libmpv-shared \
--enable-wayland \