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 6C8F2158086 for ; Tue, 28 Dec 2021 07:25:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB4A2E0833; Tue, 28 Dec 2021 07:25:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id C1EB2E0833 for ; Tue, 28 Dec 2021 07:25:50 +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 B9100342DCF for ; Tue, 28 Dec 2021 07:25:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E52141BD for ; Tue, 28 Dec 2021 07:25:42 +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: <1640676324.873cd0b2e3e6ceea4d1fa98164830c60e4f6157f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-ugly/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild X-VCS-Directories: media-libs/gst-plugins-ugly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 873cd0b2e3e6ceea4d1fa98164830c60e4f6157f X-VCS-Branch: master Date: Tue, 28 Dec 2021 07:25:42 +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: 55c4cbe8-5c6a-4416-b6c7-764fbc4a20c2 X-Archives-Hash: 3c3d9e3c6597e7cfb3a3a9cc3c7d4521 commit: 873cd0b2e3e6ceea4d1fa98164830c60e4f6157f Author: Sam James gentoo org> AuthorDate: Tue Dec 28 07:25:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 28 07:25:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873cd0b2 media-libs/gst-plugins-ugly: add python-any-r1 for build time dependency Closes: https://bugs.gentoo.org/830139 Signed-off-by: Sam James gentoo.org> media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild index 6c0624c11807..d05955f66871 100644 --- a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.18.4.ebuild @@ -3,8 +3,8 @@ EAPI=7 GST_ORG_MODULE="gst-plugins-ugly" - -inherit gstreamer-meson +PYTHON_COMPAT=( python3_{8,9,10} ) +inherit gstreamer-meson python-any-r1 DESCRIPTION="Basepack of plugins for gstreamer" HOMEPAGE="https://gstreamer.freedesktop.org/" @@ -17,7 +17,9 @@ IUSE="+orc" RDEPEND=" >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" + ${PYTHON_DEPS} >=dev-util/gtk-doc-am-1.12 "