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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04978139338 for ; Tue, 29 Jun 2021 16:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 09A74E087A; Tue, 29 Jun 2021 16:35:46 +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 E6EE1E087A for ; Tue, 29 Jun 2021 16:35:45 +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 F2D55335CDE for ; Tue, 29 Jun 2021 16:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B897BF for ; Tue, 29 Jun 2021 16:35:43 +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: <1624984526.d004783b35ae306f4417ef7c111fbd32d8ccbf26.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-amr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-amr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d004783b35ae306f4417ef7c111fbd32d8ccbf26 X-VCS-Branch: master Date: Tue, 29 Jun 2021 16:35:43 +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: ceb0496a-2ef8-40e2-9151-530b08693c9f X-Archives-Hash: b10822510eba83733d1048478f283a1f commit: d004783b35ae306f4417ef7c111fbd32d8ccbf26 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue Jun 29 16:35:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 29 16:35:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d004783b media-plugins/gst-plugins-amr: Fix plugin option name Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild index 46be0b8aa66..c4caa18916f 100644 --- a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.18.4.ebuild @@ -16,5 +16,5 @@ IUSE="" RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}" -GST_PLUGINS_ENABLED="amrnb amrwb" +GST_PLUGINS_ENABLED="amrnb amrwbdec" GST_PLUGINS_BUILD_DIR="amrnb amrwbdec"