From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1297580-garchives=archives.gentoo.org@lists.gentoo.org>
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 14E32139336
	for <garchives@archives.gentoo.org>; Tue, 29 Jun 2021 16:35:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5CE4DE087F;
	Tue, 29 Jun 2021 16:35:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(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 451E3E087F
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 16:35:47 +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 68D49335C92
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 16:35:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C3E17C0
	for <gentoo-commits@lists.gentoo.org>; Tue, 29 Jun 2021 16:35:43 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1624984527.140d374fe893e6f9cde4940e63881ee08a0fc696.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-ximagesrc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild
X-VCS-Directories: media-plugins/gst-plugins-ximagesrc/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 140d374fe893e6f9cde4940e63881ee08a0fc696
X-VCS-Branch: master
Date: Tue, 29 Jun 2021 16:35:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d7d3c017-679d-4ada-8ca7-4df20f53e379
X-Archives-Hash: d46bb15f291307e40c9a47557de0f4c3

commit:     140d374fe893e6f9cde4940e63881ee08a0fc696
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Tue Jun 29 16:35:10 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 16:35:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140d374f

media-plugins/gst-plugins-ximagesrc: Fix meson arguments and plugin build dir

Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/21442
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild
index c69a9eb3594..e900fe0da67 100644
--- a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild
+++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.18.4.ebuild
@@ -21,12 +21,14 @@ DEPEND="${RDEPEND}
 	x11-base/xorg-proto
 "
 
+GST_PLUGINS_BUILD_DIR="ximage"
+
 multilib_src_configure() {
 	local emesonargs=(
-		-Dximagesrc=true
-		-Dximagesrc-xshm=true
-		-Dximagesrc-xfixes=true
-		-Dximagesrc-xdamage=true
+		-Dximagesrc=enabled
+		-Dximagesrc-xshm=enabled
+		-Dximagesrc-xfixes=enabled
+		-Dximagesrc-xdamage=enabled
 	)
 
 	gstreamer_multilib_src_configure