mpv: fix libdvdread/libdvdnav being disabled in configure
Closes: #6300 [via git-merge-pr]
This commit is contained in:
parent
1f296e83a7
commit
02644b4d8b
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mpv'
|
# Template file for 'mpv'
|
||||||
pkgname=mpv
|
pkgname=mpv
|
||||||
version=0.25.0
|
version=0.25.0
|
||||||
revision=2
|
revision=3
|
||||||
build_options="vapoursynth"
|
build_options="vapoursynth"
|
||||||
short_desc="Video player based on MPlayer/mplayer2"
|
short_desc="Video player based on MPlayer/mplayer2"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -9,7 +9,8 @@ license="GPL-2"
|
||||||
homepage="https://mpv.io"
|
homepage="https://mpv.io"
|
||||||
build_style=waf
|
build_style=waf
|
||||||
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
|
configure_args="--confdir=/etc/mpv --docdir=/usr/share/examples/mpv
|
||||||
--enable-cdda --enable-libmpv-shared --disable-oss-audio --disable-sdl2
|
--enable-dvdread --enable-dvdnav --enable-cdda --enable-libmpv-shared
|
||||||
|
--disable-oss-audio --disable-sdl2
|
||||||
$(vopt_enable vapoursynth)"
|
$(vopt_enable vapoursynth)"
|
||||||
hostmakedepends="pkg-config python-docutils perl"
|
hostmakedepends="pkg-config python-docutils perl"
|
||||||
makedepends="
|
makedepends="
|
||||||
|
|
Loading…
Reference in New Issue