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 4D07315803E for ; Fri, 5 Jan 2024 10:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CBD2BC13E; Fri, 5 Jan 2024 10:24:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73A7E2BC13E for ; Fri, 5 Jan 2024 10:24:33 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 899563430ED for ; Fri, 5 Jan 2024 10:24:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26EDBAE5 for ; Fri, 5 Jan 2024 10:24:31 +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: <1704450263.67a1d632449fbf83f4469b187e3d50c4b3931332.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpg123/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.20.6-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-mpg123/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67a1d632449fbf83f4469b187e3d50c4b3931332 X-VCS-Branch: master Date: Fri, 5 Jan 2024 10:24:31 +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: 18087da1-80a8-4d80-a4b4-a827991c51c6 X-Archives-Hash: 1878817b92bf0dc8928d8b61d254b3c6 commit: 67a1d632449fbf83f4469b187e3d50c4b3931332 Author: Sam James gentoo org> AuthorDate: Fri Jan 5 10:22:59 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 5 10:24:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a1d632 media-plugins/gst-plugins-mpg123: Depend on media-sound/mpg123-base for 1.20.x Bug: https://bugs.gentoo.org/915858 Signed-off-by: Sam James gentoo.org> .../gst-plugins-mpg123-1.20.6-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.20.6-r1.ebuild b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.20.6-r1.ebuild new file mode 100644 index 000000000000..a3b466f06b79 --- /dev/null +++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.20.6-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="MP3 decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-sound/mpg123-base-1.23[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}"