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 EC05413933E for ; Sat, 10 Jul 2021 17:28:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D9AE0D41; Sat, 10 Jul 2021 17:28:55 +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 80B1FE0D41 for ; Sat, 10 Jul 2021 17:28:55 +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 CFEA9342C3B for ; Sat, 10 Jul 2021 17:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10D157D2 for ; Sat, 10 Jul 2021 17:28:51 +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: <1625938109.d5db60320d2ce3120dfb55c9300050b5dca8ae4e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-opus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild X-VCS-Directories: media-plugins/gst-plugins-opus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d5db60320d2ce3120dfb55c9300050b5dca8ae4e X-VCS-Branch: master Date: Sat, 10 Jul 2021 17:28:51 +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: 694ce421-1adc-4ea6-9812-500b6b32c698 X-Archives-Hash: b0882ebe15d62456b99625405914f86b commit: d5db60320d2ce3120dfb55c9300050b5dca8ae4e Author: Igor V. Kovalenko gmail com> AuthorDate: Mon Jul 5 06:35:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 10 17:28:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5db6032 media-plugins/gst-plugins-opus: Build with installed deps, 1.18.4 Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild index 40f23a12e4c..2ea2e910ff3 100644 --- a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild +++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.18.4.ebuild @@ -20,6 +20,13 @@ DEPEND="${COMMON_DEPEND}" # Everything below is for building opusparse from gst-plugins-bad. Once it moves into -base, all below can be removed SRC_URI+=" https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.${GST_TARBALL_SUFFIX}" +src_prepare() { + default + gstreamer_system_package audio_dep:gstreamer-audio + gstreamer_system_package pbutils_dep:gstreamer-pbutils + gstreamer_system_package tag_dep:gstreamer-tag +} + multilib_src_configure() { gstreamer_multilib_src_configure S="${WORKDIR}/gst-plugins-bad-${PV}" gstreamer_multilib_src_configure