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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A6CD915812D for ; Mon, 06 Jan 2025 01:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3C8EE07A9; Mon, 06 Jan 2025 01:22:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1333E07A9 for ; Mon, 06 Jan 2025 01:22:11 +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 AECA134106C for ; Mon, 06 Jan 2025 01:22:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4110D19C8 for ; Mon, 06 Jan 2025 01:22:09 +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: <1736126502.8b0413514bdecbc8dc9dcbf8d60b208ca10ac68d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-webrtc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.24.10.ebuild X-VCS-Directories: media-plugins/gst-plugins-webrtc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b0413514bdecbc8dc9dcbf8d60b208ca10ac68d X-VCS-Branch: master Date: Mon, 06 Jan 2025 01:22:09 +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: 41c53e60-59bf-4c2d-b10d-4cae09720ffa X-Archives-Hash: 7ba49c5d558f22b66d6e52cce9b3b48c commit: 8b0413514bdecbc8dc9dcbf8d60b208ca10ac68d Author: Sam James gentoo org> AuthorDate: Mon Jan 6 01:17:07 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 6 01:21:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b041351 media-plugins/gst-plugins-webrtc: drop 1.24.10 Bug: https://bugs.gentoo.org/947523 Signed-off-by: Sam James gentoo.org> .../gst-plugins-webrtc-1.24.10.ebuild | 38 ---------------------- 1 file changed, 38 deletions(-) diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.24.10.ebuild b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.24.10.ebuild deleted file mode 100644 index b3ad0ad86c6e..000000000000 --- a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.24.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -GST_ORG_MODULE=gst-plugins-bad - -inherit gstreamer-meson - -DESCRIPTION="WebRTC plugins for GStreamer" -KEYWORDS="~amd64 ~arm64" - -RDEPEND=" - >=media-plugins/gst-plugins-sctp-${PV}:1.0[${MULTILIB_USEDEP}] - >=media-libs/webrtc-audio-processing-1.0:1[${MULTILIB_USEDEP}] - >=net-libs/libnice-0.1.21[${MULTILIB_USEDEP}] -" -DEPEND="${RDEPEND}" - -GST_PLUGINS_ENABLED="webrtc webrtcdsp" -GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp" - -src_prepare() { - default - gstreamer_system_package \ - gstwebrtc_dep:gstreamer-webrtc \ - gstsctp_dep:gstreamer-sctp \ - gstbadaudio_dep:gstreamer-bad-audio -} - -multilib_src_install() { - # TODO: Fix this properly, see bug #907470 and bug #909079. - insinto /usr/$(get_libdir) - doins "${BUILD_DIR}"/ext/webrtc/libgstwebrtc.so - doins "${BUILD_DIR}"/gst-libs/gst/webrtc/nice/libgstwebrtcnice-1.0.so* - insinto /usr/include/gstreamer-1.0/gst/webrtc/nice - doins "${S}"/gst-libs/gst/webrtc/nice/*.h - gstreamer_multilib_src_install -}