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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A3924138334 for ; Sat, 16 Jun 2018 18:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E39E0830; Sat, 16 Jun 2018 18:27:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C9C8E0830 for ; Sat, 16 Jun 2018 18:27:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 302F4335C8C for ; Sat, 16 Jun 2018 18:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E20E2E3 for ; Sat, 16 Jun 2018 18:27:30 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1529173605.6e5a03e09a1da76848332cc2473484bf4ebf3331.leio@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.14.1.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6e5a03e09a1da76848332cc2473484bf4ebf3331 X-VCS-Branch: master Date: Sat, 16 Jun 2018 18:27:30 +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-Archives-Salt: f3abd0f8-3e5c-4ae7-bf49-b476c1b58ee4 X-Archives-Hash: 4bc154419b10e55d9e8038ee4c7deb7a commit: 6e5a03e09a1da76848332cc2473484bf4ebf3331 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jun 15 23:42:28 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jun 16 18:26:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5a03e0 media-libs/gst-plugins-base: add reminder comment about opengl USE flags sync Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/gst-plugins-base/gst-plugins-base-1.14.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.14.1.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.14.1.ebuild index 3de62a43793..6d910085c95 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.14.1.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.14.1.ebuild @@ -25,6 +25,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x8 # and optional graphene usage for gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; # and libpng/jpeg are required for gloverlay element; +# Keep default IUSE options for relevant ones mirrored with gst-plugins-gtk and gst-plugins-bad IUSE="alsa +egl gbm gles2 +introspection ivorbis +ogg +opengl +orc +pango theora +vorbis wayland +X" GL_REQUIRED_USE=" || ( gbm wayland X )