From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3736158086 for ; Sun, 31 Oct 2021 00:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3DE8E086D; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5D1FE086D for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99A1B343413 for ; Sun, 31 Oct 2021 00:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C94319B for ; Sun, 31 Oct 2021 00:19:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635639557.6b6674bd032b84724141fc70c0f34a9ad373686f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b6674bd032b84724141fc70c0f34a9ad373686f X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 24db9d3d-97e0-478a-aa4f-04148d71236a X-Archives-Hash: 0c84aba1aced9cf1bafd9f48ccb33d06 commit: 6b6674bd032b84724141fc70c0f34a9ad373686f Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:38:07 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b6674bd media-libs/gst-plugins-base: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> ...gst-plugins-base-1.16.3.ebuild => gst-plugins-base-1.16.3-r1.ebuild} | 2 +- ...gst-plugins-base-1.18.4.ebuild => gst-plugins-base-1.18.4-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 similarity index 98% rename from media-libs/gst-plugins-base/gst-plugins-base-1.16.3.ebuild rename to media-libs/gst-plugins-base/gst-plugins-base-1.16.3-r1.ebuild index 23555ecd81a..73da5000cb0 100644 --- 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 @@ -43,7 +43,7 @@ REQUIRED_USE=" # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) # 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 GL_DEPS=" - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}] egl? ( x11-libs/libdrm ) 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 similarity index 98% rename from media-libs/gst-plugins-base/gst-plugins-base-1.18.4.ebuild rename to media-libs/gst-plugins-base/gst-plugins-base-1.18.4-r1.ebuild index 218d6f4f256..4e27d0ccf6d 100644 --- 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 @@ -43,7 +43,7 @@ REQUIRED_USE=" # Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) # 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 GL_DEPS=" - >=media-libs/mesa-9.0[egl?,gbm?,gles2?,wayland?,${MULTILIB_USEDEP}] + >=media-libs/mesa-9.0[egl(+)?,gbm(+)?,gles2?,wayland?,${MULTILIB_USEDEP}] egl? ( x11-libs/libdrm )