mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/mpv: add PulseAudio support
This commit is contained in:
parent
e68731aee6
commit
e576853cec
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user