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 A7AF4158020 for ; Sun, 11 Dec 2022 17:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85CCE085A; Sun, 11 Dec 2022 17:36:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AC0B7E085A for ; Sun, 11 Dec 2022 17:36:22 +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 A1E5F340BC1 for ; Sun, 11 Dec 2022 17:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D06ED771 for ; Sun, 11 Dec 2022 17:36:19 +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: <1670779266.9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700.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.20.4.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700 X-VCS-Branch: master Date: Sun, 11 Dec 2022 17:36:19 +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: ea4403a8-76df-410a-ae3d-a920fff0e62a X-Archives-Hash: 0ed8829dda9a35b5166bf4488a50c806 commit: 9fd4c56e9c8625c738707c5c5eaf4ae51e4e7700 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 11 17:21:06 2022 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 11 17:21:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fd4c56e media-libs/gst-plugins-base: Fix gstreamer min dep 1.20.4 exceptionally added API in gstreamer core that gst-plugins-base-1.20.4 uses without reflecting it in meson.build. Closes: https://bugs.gentoo.org/883053 Signed-off-by: Mart Raudsepp gentoo.org> media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild index 4b0088147c15..f14e04f7263e 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.20.4.ebuild @@ -62,7 +62,9 @@ GL_DEPS=" " # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element # >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] +# The >=gstreamer-1.20.4 is a one-time need over eclass due to added API in upstream MR !3090, drop for 1.22 RDEPEND=" + >=media-libs/gstreamer-1.20.4[${MULTILIB_USEDEP}] app-text/iso-codes >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] )