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 90A61138334 for ; Sat, 16 Jun 2018 18:27:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEFBE0828; 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 32551E0828 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 14D3E335C8B 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 804432E4 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: <1529173607.ea8417ecc49991f073b7ba572d8544d920187e36.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ea8417ecc49991f073b7ba572d8544d920187e36 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: 98aa90af-d830-455d-ac7e-a29198b5aa81 X-Archives-Hash: e5d8c768b09ba522831eb78146f57ed6 commit: ea8417ecc49991f073b7ba572d8544d920187e36 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jun 15 23:49:24 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jun 16 18:26:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea8417ec media-libs/gst-plugins-bad-1.14: USE=gtk transtion to gst-plugins-gtk Some packages requiring gtksink are depending on gst-plugins-bad[gtk], so keep it working for now via proxying the dep towards new gst-plugins-gtk split package. This will likely be removed soon, after consumers (pitivi and corebird) have the dependency changed to gtk-plugins-gtk in revbumps. Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild index f5cfa23d18f..06fc61a66a5 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.14.1.ebuild @@ -13,7 +13,7 @@ LICENSE="LGPL-2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" # TODO: egl and gtk IUSE only for transition -IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland" +IUSE="X bzip2 +egl gles2 gtk +introspection +opengl +orc vcd vnc wayland" # Keep default IUSE mirrored with gst-plugins-base where relevant # X11 is automagic for now, upstream #709530 - only used by librfb USE=vnc plugin # We mirror opengl/gles2 from -base to ensure no automagic openglmixers plugin (with "opengl?" it'd still get built with USE=-opengl here) @@ -31,8 +31,9 @@ RDEPEND=" >=dev-libs/wayland-protocols-1.4 ) + gtk? ( >=media-plugins/gst-plugins-gtk-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) orc? ( >=dev-lang/orc-0.4.17[${MULTILIB_USEDEP}] ) -" # gtk? ( media-plugins/gst-plugins-gtk-${PV}:${SLOT}[${MULTILIB_USEDEP}] ) - TODO: Keep gtk plugin pulled in via USE=gtk for transition +" DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.12