Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sun, 27 Oct 2019 07:57:30
Message-Id: 1572163037.ebf716785a4629e400e1e040fdd85a7aac102741.zlogene@gentoo
1 commit: ebf716785a4629e400e1e040fdd85a7aac102741
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 07:55:35 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 07:57:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf71678
7
8 media-video/mpv: multiple fixes
9
10 Closes: https://bugs.gentoo.org/698608
11 Closes: https://bugs.gentoo.org/698628
12 Closes: https://bugs.gentoo.org/698626
13 Package-Manager: Portage-2.3.76, Repoman-2.3.16
14 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
15
16 media-video/mpv/mpv-0.30.0.ebuild | 10 +++++-----
17 1 file changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/media-video/mpv/mpv-0.30.0.ebuild b/media-video/mpv/mpv-0.30.0.ebuild
20 index 575ea9a56da..5109639d545 100644
21 --- a/media-video/mpv/mpv-0.30.0.ebuild
22 +++ b/media-video/mpv/mpv-0.30.0.ebuild
23 @@ -11,7 +11,7 @@ WAF_PV=2.0.9
24 inherit eapi7-ver flag-o-matic gnome2-utils pax-utils python-r1 toolchain-funcs waf-utils xdg-utils
25
26 DESCRIPTION="Media player based on MPlayer and mplayer2"
27 -HOMEPAGE="https://mpv.io/"
28 +HOMEPAGE="https://mpv.io/ https://github.com/mpv-player/mpv"
29
30 if [[ ${PV} != *9999* ]]; then
31 SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32 @@ -99,8 +99,8 @@ COMMON_DEPEND="
33 vaapi? ( x11-libs/libva:=[drm?,X?,wayland?] )
34 vdpau? ( x11-libs/libvdpau )
35 vulkan? (
36 + media-libs/libplacebo[vulkan]
37 media-libs/shaderc
38 - media-libs/vulkan-loader[X?,wayland?]
39 )
40 wayland? (
41 >=dev-libs/wayland-1.6.0
42 @@ -169,7 +169,7 @@ src_configure() {
43
44 $(use_enable doc html-build)
45 $(use_enable doc pdf-build)
46 - $(use_enable doc manpage build)
47 + $(use_enable doc manpage-build)
48 $(use_enable cplugins)
49 $(use_enable test)
50
51 @@ -242,13 +242,11 @@ src_configure() {
52 $(use_enable dvb dvbin)
53
54 # Miscellaneous features:
55 - --disable-apple-remote # Needs testing first. See Gentoo bug 577332.
56 $(use_enable zimg)
57 )
58
59 if use vaapi && use X; then
60 mywafargs+=(
61 - $(use_enable opengl vaapi-glx)
62 $(use_enable egl vaapi-x-egl)
63 )
64 fi
65 @@ -264,6 +262,8 @@ src_configure() {
66 --disable-apple-remote
67 --disable-macos-touchbar
68 --disable-macos-cocoa-cb
69 + --disable-tvos
70 + --disable-egl-angle-win32
71 )
72
73 # Create reproducible non-live builds.