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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 896F715813A for ; Sat, 18 Jan 2025 23:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB1FE08B0; Sat, 18 Jan 2025 23:14:51 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFEAAE08B0 for ; Sat, 18 Jan 2025 23:14:50 +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 2FD76341C25 for ; Sat, 18 Jan 2025 23:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92F6A97F for ; Sat, 18 Jan 2025 23:14:46 +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: <1737242036.fe9f43236b27f49da26da54cbd4035ee4a1e26a9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-0.4.4-r2.ebuild net-im/dino/dino-0.4.4-r3.ebuild net-im/dino/dino-9999.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe9f43236b27f49da26da54cbd4035ee4a1e26a9 X-VCS-Branch: master Date: Sat, 18 Jan 2025 23:14:46 +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: 3e9ffe3e-1a21-4ef7-889a-e45a1c57bdd1 X-Archives-Hash: 88fce265b7153a35be1839574bf140ea commit: fe9f43236b27f49da26da54cbd4035ee4a1e26a9 Author: Sam James gentoo org> AuthorDate: Sat Jan 18 23:13:56 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 18 23:13:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe9f4323 net-im/dino: go back to libsoup2 dino -> libnice[upnp] -> gupnp-igd:0 -> gupnp:0 -> libsoup:2.4 Bug: https://bugs.gentoo.org/902753 Closes: https://bugs.gentoo.org/948374 Signed-off-by: Sam James gentoo.org> net-im/dino/{dino-0.4.4-r2.ebuild => dino-0.4.4-r3.ebuild} | 6 ++++-- net-im/dino/dino-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net-im/dino/dino-0.4.4-r2.ebuild b/net-im/dino/dino-0.4.4-r3.ebuild similarity index 92% rename from net-im/dino/dino-0.4.4-r2.ebuild rename to net-im/dino/dino-0.4.4-r3.ebuild index 467210b243ee..aa0695a944b6 100644 --- a/net-im/dino/dino-0.4.4-r2.ebuild +++ b/net-im/dino/dino-0.4.4-r3.ebuild @@ -39,7 +39,7 @@ RDEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/pango gpg? ( app-crypt/gpgme:= ) - http? ( net-libs/libsoup:3.0 ) + http? ( net-libs/libsoup:2.4 ) notification-sound? ( media-libs/libcanberra:0[sound(+)] ) omemo? ( dev-libs/libgcrypt:= @@ -76,7 +76,9 @@ src_configure() { "-DENABLED_PLUGINS=$(local IFS=";"; echo "${enabled_plugins[*]}")" "-DDISABLED_PLUGINS=$(local IFS=";"; echo "${disabled_plugins[*]}")" "-DVALA_EXECUTABLE=${VALAC}" - "-DSOUP_VERSION=3" + # libsoup-2 for bug #948374 + # dino -> libnice[upnp] -> gupnp-igd:0 -> gupnp:0 -> libsoup:2.4 + "-DSOUP_VERSION=2" "-DBUILD_TESTS=$(usex test)" ) diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 467210b243ee..aa0695a944b6 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -39,7 +39,7 @@ RDEPEND=" x11-libs/gdk-pixbuf:2 x11-libs/pango gpg? ( app-crypt/gpgme:= ) - http? ( net-libs/libsoup:3.0 ) + http? ( net-libs/libsoup:2.4 ) notification-sound? ( media-libs/libcanberra:0[sound(+)] ) omemo? ( dev-libs/libgcrypt:= @@ -76,7 +76,9 @@ src_configure() { "-DENABLED_PLUGINS=$(local IFS=";"; echo "${enabled_plugins[*]}")" "-DDISABLED_PLUGINS=$(local IFS=";"; echo "${disabled_plugins[*]}")" "-DVALA_EXECUTABLE=${VALAC}" - "-DSOUP_VERSION=3" + # libsoup-2 for bug #948374 + # dino -> libnice[upnp] -> gupnp-igd:0 -> gupnp:0 -> libsoup:2.4 + "-DSOUP_VERSION=2" "-DBUILD_TESTS=$(usex test)" )