Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/
Date: Sun, 31 Oct 2021 00:19:50
Message-Id: 1635639557.6b6674bd032b84724141fc70c0f34a9ad373686f.sam@gentoo
1 commit: 6b6674bd032b84724141fc70c0f34a9ad373686f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 05:38:07 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 31 00:19:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6674bd
7
8 media-libs/gst-plugins-base: Set USE-defaults for mesa[egl,gbm]
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 ...gst-plugins-base-1.16.3.ebuild => gst-plugins-base-1.16.3-r1.ebuild} | 2 +-
14 ...gst-plugins-base-1.18.4.ebuild => gst-plugins-base-1.18.4-r1.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild
18 similarity index 98%
19 rename from media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild
20 rename to media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild
21 index 23555ecd81a..73da5000cb0 100644
22 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild
23 +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild
24 @@ -43,7 +43,7 @@ REQUIRED_USE="
25 # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl)
26 # dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options
27 GL_DEPS="
28 - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}]
29 + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}]
30 egl? (
31 x11-libs/libdrm
32 )
33
34 diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild
35 similarity index 98%
36 rename from media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild
37 rename to media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild
38 index 218d6f4f256..4e27d0ccf6d 100644
39 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild
40 +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild
41 @@ -43,7 +43,7 @@ REQUIRED_USE="
42 # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl)
43 # dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options
44 GL_DEPS="
45 - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}]
46 + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}]
47 egl? (
48 x11-libs/libdrm
49 )