Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/
Date: Sat, 24 Feb 2018 10:57:42
Message-Id: 1519469809.3df07552decade334030ee8b793e40a34a9a2688.leio@gentoo
1 commit: 3df07552decade334030ee8b793e40a34a9a2688
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 24 10:44:36 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 24 10:56:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3df07552
7
8 media-libs/mesa: depend on xdg-utils for USE=openmax to not break XDG specs
9
10 This is currently necessary due to the installation of 99mesaxdgomx with USE=openmax.
11 Ideally we wouldn't depend on xdg-utils as a whole with its perl deps, but
12 that's pending changed there. Unbreak things for the not so common case of
13 mesa USE=openmax for the time being.
14
15 Bug: https://bugs.gentoo.org/635040
16 Bug: https://bugs.gentoo.org/264647
17 Package-Manager: Portage-2.3.19, Repoman-2.3.6
18
19 media-libs/mesa/mesa-17.1.10.ebuild | 7 +++++--
20 media-libs/mesa/mesa-17.2.8.ebuild | 5 ++++-
21 media-libs/mesa/mesa-17.3.5.ebuild | 5 ++++-
22 media-libs/mesa/mesa-18.0.0_rc4.ebuild | 5 ++++-
23 media-libs/mesa/mesa-9999.ebuild | 5 ++++-
24 5 files changed, 21 insertions(+), 6 deletions(-)
25
26 diff --git a/media-libs/mesa/mesa-17.1.10.ebuild b/media-libs/mesa/mesa-17.1.10.ebuild
27 index 1f6c5085909..68cc4007b97 100644
28 --- a/media-libs/mesa/mesa-17.1.10.ebuild
29 +++ b/media-libs/mesa/mesa-17.1.10.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 +# Copyright 1999-2018 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=6
36 @@ -113,7 +113,10 @@ RDEPEND="
37 dev-libs/libclc
38 virtual/libelf:0=[${MULTILIB_USEDEP}]
39 )
40 - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
41 + openmax? (
42 + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
43 + x11-misc/xdg-utils
44 + )
45 vaapi? (
46 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
47 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
48
49 diff --git a/media-libs/mesa/mesa-17.2.8.ebuild b/media-libs/mesa/mesa-17.2.8.ebuild
50 index dc6df51c722..0e1c9e9c9f4 100644
51 --- a/media-libs/mesa/mesa-17.2.8.ebuild
52 +++ b/media-libs/mesa/mesa-17.2.8.ebuild
53 @@ -111,7 +111,10 @@ RDEPEND="
54 dev-libs/libclc
55 virtual/libelf:0=[${MULTILIB_USEDEP}]
56 )
57 - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
58 + openmax? (
59 + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
60 + x11-misc/xdg-utils
61 + )
62 vaapi? (
63 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
64 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
65
66 diff --git a/media-libs/mesa/mesa-17.3.5.ebuild b/media-libs/mesa/mesa-17.3.5.ebuild
67 index bf3fa77a49c..b0b6cdc1138 100644
68 --- a/media-libs/mesa/mesa-17.3.5.ebuild
69 +++ b/media-libs/mesa/mesa-17.3.5.ebuild
70 @@ -111,7 +111,10 @@ RDEPEND="
71 dev-libs/libclc
72 virtual/libelf:0=[${MULTILIB_USEDEP}]
73 )
74 - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
75 + openmax? (
76 + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
77 + x11-misc/xdg-utils
78 + )
79 vaapi? (
80 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
81 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
82
83 diff --git a/media-libs/mesa/mesa-18.0.0_rc4.ebuild b/media-libs/mesa/mesa-18.0.0_rc4.ebuild
84 index e2f425d49ac..eb358442541 100644
85 --- a/media-libs/mesa/mesa-18.0.0_rc4.ebuild
86 +++ b/media-libs/mesa/mesa-18.0.0_rc4.ebuild
87 @@ -111,7 +111,10 @@ RDEPEND="
88 dev-libs/libclc
89 virtual/libelf:0=[${MULTILIB_USEDEP}]
90 )
91 - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
92 + openmax? (
93 + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
94 + x11-misc/xdg-utils
95 + )
96 vaapi? (
97 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
98 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )
99
100 diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild
101 index e2f425d49ac..eb358442541 100644
102 --- a/media-libs/mesa/mesa-9999.ebuild
103 +++ b/media-libs/mesa/mesa-9999.ebuild
104 @@ -111,7 +111,10 @@ RDEPEND="
105 dev-libs/libclc
106 virtual/libelf:0=[${MULTILIB_USEDEP}]
107 )
108 - openmax? ( >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}] )
109 + openmax? (
110 + >=media-libs/libomxil-bellagio-0.9.3:=[${MULTILIB_USEDEP}]
111 + x11-misc/xdg-utils
112 + )
113 vaapi? (
114 >=x11-libs/libva-1.7.3:=[${MULTILIB_USEDEP}]
115 video_cards_nouveau? ( !<=x11-libs/libva-vdpau-driver-0.7.4-r3 )