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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2C4EA15800A for ; Thu, 27 Jul 2023 14:36:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B55E0973; Thu, 27 Jul 2023 14:36:52 +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 456BDE0973 for ; Thu, 27 Jul 2023 14:36:52 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FCB7335D00 for ; Thu, 27 Jul 2023 14:36:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59915DD0 for ; Thu, 27 Jul 2023 14:36:49 +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: <1690468599.050819c9fcccbc0cf3abf67bdfa0ec4ac5402c86.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.22.3-r1.ebuild media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild X-VCS-Directories: media-plugins/gst-plugins-webrtc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 050819c9fcccbc0cf3abf67bdfa0ec4ac5402c86 X-VCS-Branch: master Date: Thu, 27 Jul 2023 14:36:49 +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: 9baca896-0947-4e13-810f-4c1e048c0fc7 X-Archives-Hash: abc2474ec883e792c3352618351df364 commit: 050819c9fcccbc0cf3abf67bdfa0ec4ac5402c86 Author: Sam James gentoo org> AuthorDate: Thu Jul 27 14:36:35 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jul 27 14:36:39 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050819c9 media-plugins/gst-plugins-webrtc: install libgstwebrtcnice too Closes: https://bugs.gentoo.org/911317 Signed-off-by: Sam James gentoo.org> ...ugins-webrtc-1.22.3-r1.ebuild => gst-plugins-webrtc-1.22.3-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild similarity index 95% rename from media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild rename to media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild index a8319b878b53..263407f54211 100644 --- a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r1.ebuild +++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.22.3-r2.ebuild @@ -45,6 +45,7 @@ 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