Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Fri, 23 Feb 2018 20:39:16
Message-Id: 1519418333.c90370df8ea28fb71180466e91798e5bfd9f04f2.mgorny@gentoo
1 commit: c90370df8ea28fb71180466e91798e5bfd9f04f2
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 22 23:05:43 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 20:38:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90370df
7
8 media-video/mpv: remove extraneous horizontal spaces
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/mpv/mpv-9999.ebuild | 18 +++++++++---------
13 1 file changed, 9 insertions(+), 9 deletions(-)
14
15 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
16 index 1819d5337ba..4090c392423 100644
17 --- a/media-video/mpv/mpv-9999.ebuild
18 +++ b/media-video/mpv/mpv-9999.ebuild
19 @@ -161,8 +161,8 @@ src_configure() {
20 --disable-libmpv-static
21 --disable-static-build
22 # See deep down below for build-date.
23 - --disable-optimize # Don't add '-O2' to CFLAGS.
24 - --disable-debug-build # Don't add '-g' to CFLAGS.
25 + --disable-optimize # Don't add '-O2' to CFLAGS.
26 + --disable-debug-build # Don't add '-g' to CFLAGS.
27 --enable-html-build
28
29 $(use_enable doc pdf-build)
30 @@ -187,18 +187,18 @@ src_configure() {
31 $(use_enable uchardet)
32 $(use_enable rubberband)
33 $(use_enable lcms lcms2)
34 - --disable-vapoursynth # Only available in overlays.
35 + --disable-vapoursynth # Only available in overlays.
36 --disable-vapoursynth-lazy
37 $(use_enable archive libarchive)
38
39 --enable-libavdevice
40
41 # Audio outputs:
42 - $(use_enable sdl sdl2) # Listed under audio, but also includes video.
43 + $(use_enable sdl sdl2) # Listed under audio, but also includes video.
44 --disable-sdl1
45 $(use_enable oss oss-audio)
46 - --disable-rsound # Only available in overlays.
47 - --disable-sndio # Only available in overlays.
48 + --disable-rsound # Only available in overlays.
49 + --disable-sndio # Only available in overlays.
50 $(use_enable pulseaudio pulse)
51 $(use_enable jack)
52 $(use_enable openal)
53 @@ -222,7 +222,7 @@ src_configure() {
54 $(usex opengl "$(use_enable wayland gl-wayland)" '--disable-gl-wayland')
55 $(use_enable vdpau)
56 $(usex vdpau "$(use_enable opengl vdpau-gl-x11)" '--disable-vdpau-gl-x11')
57 - $(use_enable vaapi) # See below for vaapi-glx, vaapi-x-egl.
58 + $(use_enable vaapi) # See below for vaapi-glx, vaapi-x-egl.
59 $(usex vaapi "$(use_enable X vaapi-x11)" '--disable-vaapi-x11')
60 $(usex vaapi "$(use_enable wayland vaapi-wayland)" '--disable-vaapi-wayland')
61 $(usex vaapi "$(use_enable gbm vaapi-drm)" '--disable-vaapi-drm')
62 @@ -230,7 +230,7 @@ src_configure() {
63 $(use_enable jpeg)
64 $(use_enable raspberry-pi rpi)
65 $(usex libmpv "$(use_enable opengl plain-gl)" '--disable-plain-gl')
66 - --disable-mali-fbdev # Only available in overlays.
67 + --disable-mali-fbdev # Only available in overlays.
68 $(usex opengl '' '--disable-gl')
69
70 # HWaccels:
71 @@ -245,7 +245,7 @@ src_configure() {
72 $(use_enable dvb dvbin)
73
74 # Miscellaneous features:
75 - --disable-apple-remote # Needs testing first. See Gentoo bug 577332.
76 + --disable-apple-remote # Needs testing first. See Gentoo bug 577332.
77 )
78
79 if use vaapi && use X; then