mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/mpv: play DVDs
using command: mpv dvd://
This commit is contained in:
parent
6eff1783cd
commit
a40ebdef49
@ -5,7 +5,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=mpv
|
||||
pkgver=0.30.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Video player based on MPlayer/mplayer2"
|
||||
url="https://mpv.io/"
|
||||
arch="all"
|
||||
@ -21,6 +21,7 @@ makedepends="
|
||||
libao-dev
|
||||
libass-dev
|
||||
libcdio-paranoia-dev
|
||||
libdvdnav-dev
|
||||
libmad-dev
|
||||
libtheora-dev
|
||||
libva-dev>=2.4.1
|
||||
@ -82,7 +83,8 @@ build() {
|
||||
--enable-test \
|
||||
--enable-vulkan \
|
||||
--enable-uchardet \
|
||||
--enable-cdda
|
||||
--enable-cdda \
|
||||
--enable-dvdnav
|
||||
python3 waf build
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user