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 4A6D2158099 for ; Mon, 20 Nov 2023 14:29:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E22592BC02D; Mon, 20 Nov 2023 14:29:16 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6A142BC02D for ; Mon, 20 Nov 2023 14:29:16 +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 CE6B5335D1E for ; Mon, 20 Nov 2023 14:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55A9313A5 for ; Mon, 20 Nov 2023 14:29:14 +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: <1700490481.b81edc15f1a3c922d290b2524cf509d172df3e7c.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.22.3-r1.ebuild X-VCS-Directories: media-plugins/gst-plugins-mpg123/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b81edc15f1a3c922d290b2524cf509d172df3e7c X-VCS-Branch: master Date: Mon, 20 Nov 2023 14:29:14 +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: f10e7214-7376-4392-9008-2e0ff30e4b3d X-Archives-Hash: 9c55ad8b61d24bc41053e349614eb403 commit: b81edc15f1a3c922d290b2524cf509d172df3e7c Author: Igor V. Kovalenko gmail com> AuthorDate: Mon Nov 6 12:55:23 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 20 14:28:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81edc15 media-plugins/gst-plugins-mpg123: Depend on media-libs/libmpg123 Bug: https://bugs.gentoo.org/915858 Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> .../gst-plugins-mpg123-1.22.3-r1.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.22.3-r1.ebuild b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.22.3-r1.ebuild new file mode 100644 index 000000000000..49eff0531eb1 --- /dev/null +++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.22.3-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 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-libs/libmpg123-1.23[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}"