~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH] community/mpv: add cdda playback support

Details
Message ID
<20190809235855.9267-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +4 -2
---
 community/mpv/APKBUILD | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/community/mpv/APKBUILD b/community/mpv/APKBUILD
index d7e96801eb..b054b78613 100644
--- a/community/mpv/APKBUILD
+++ b/community/mpv/APKBUILD
@@ -5,7 +5,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpv
pkgver=0.29.1
pkgrel=7
pkgrel=8
pkgdesc="Video player based on MPlayer/mplayer2"
url="https://mpv.io/"
arch="all"
@@ -20,6 +20,7 @@ makedepends="
	lame-dev
	libao-dev
	libass-dev
	libcdio-paranoia-dev
	libmad-dev
	libtheora-dev
	libva-dev>=2.4.1
@@ -79,7 +80,8 @@ build() {
		--enable-zsh-comp \
		--enable-test \
		--enable-vulkan \
		--enable-uchardet
		--enable-uchardet \
		--enable-cdda
	python3 waf build
}

-- 
2.22.0
Reply to thread Export thread (mbox)