From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2814A1582EF for ; Tue, 11 Mar 2025 13:01:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 16ECD34311E for ; Tue, 11 Mar 2025 13:01:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6A9931103C7; Tue, 11 Mar 2025 13:01:40 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 60A141103C7 for ; Tue, 11 Mar 2025 13:01:40 +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 13949343118 for ; Tue, 11 Mar 2025 13:01:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24A7028AE for ; Tue, 11 Mar 2025 13:01:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1741697946.cfe9f341194aa586f887b98f971845e30bb349f2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/retroshare/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/retroshare/retroshare-0.6.7-r3.ebuild net-p2p/retroshare/retroshare-0.6.7-r4.ebuild X-VCS-Directories: net-p2p/retroshare/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: cfe9f341194aa586f887b98f971845e30bb349f2 X-VCS-Branch: master Date: Tue, 11 Mar 2025 13:01:38 +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: 2586eeed-bd8e-45eb-bf27-4efc75350a77 X-Archives-Hash: 03c8c1202fe8147bc87829c8643401bf commit: cfe9f341194aa586f887b98f971845e30bb349f2 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 11 12:14:55 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 12:59:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfe9f341 net-p2p/retroshare: migrate to ffmpeg-compat.eclass Note that old slot 4 may not be around for long due to low amount of packages that still need it. Signed-off-by: Ionen Wolkens gentoo.org> ...{retroshare-0.6.7-r3.ebuild => retroshare-0.6.7-r4.ebuild} | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/net-p2p/retroshare/retroshare-0.6.7-r3.ebuild b/net-p2p/retroshare/retroshare-0.6.7-r4.ebuild similarity index 90% rename from net-p2p/retroshare/retroshare-0.6.7-r3.ebuild rename to net-p2p/retroshare/retroshare-0.6.7-r4.ebuild index a9cec116ed37..25290d31d7e6 100644 --- a/net-p2p/retroshare/retroshare-0.6.7-r3.ebuild +++ b/net-p2p/retroshare/retroshare-0.6.7-r4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic desktop qmake-utils xdg +inherit desktop ffmpeg-compat flag-o-matic qmake-utils xdg DESCRIPTION="Friend to Friend secure communication and sharing application" HOMEPAGE="https://retroshare.cc" @@ -45,7 +45,7 @@ RDEPEND=" plugins? ( media-libs/speex media-libs/speexdsp - =ffmpeg-7 then drop ffmpeg-compat, or drop/mask plugins + if use plugins; then + ffmpeg_compat_setup 4 + # hack: passes -L/usr/lib64 which messes with finding ffmpeg-compat + append-ldflags "-L$(ffmpeg_compat_get_prefix 4)/$(get_libdir)" + fi + local qconfigs=( $(usex cli '' 'no_')rs_service_terminal_login $(usex keyring '' 'no_')rs_autologin