From 02644b4d8ba8925531ac93a1d57044d057024ba4 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Mon, 1 May 2017 19:07:31 +0200 Subject: [PATCH] mpv: fix libdvdread/libdvdnav being disabled in configure Closes: #6300 [via git-merge-pr] --- srcpkgs/mpv/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mpv/template b/srcpkgs/mpv/template index 14c1e7c6c29..df9e67b32a4 100644 --- a/srcpkgs/mpv/template +++ b/srcpkgs/mpv/template @@ -1,7 +1,7 @@ # Template file for 'mpv' pkgname=mpv version=0.25.0 -revision=2 +revision=3 build_options="vapoursynth" short_desc="Video player based on MPlayer/mplayer2" maintainer="Juan RP " @@ -9,7 +9,8 @@ license="GPL-2" homepage="https://mpv.io" build_style=waf 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)" hostmakedepends="pkg-config python-docutils perl" makedepends="