diff options
Diffstat (limited to 'net-libs')
| -rw-r--r-- | net-libs/gloox/gloox-1.0.28.ebuild | 2 | ||||
| -rw-r--r-- | net-libs/libktorrent/Manifest | 1 | ||||
| -rw-r--r-- | net-libs/libktorrent/libktorrent-25.12.0.ebuild | 65 | ||||
| -rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.10.ebuild | 4 | ||||
| -rw-r--r-- | net-libs/pjproject/pjproject-2.15.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | net-libs/radcli/radcli-1.4.0.ebuild | 2 | ||||
| -rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.50.1-r411.ebuild | 2 | ||||
| -rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-2.50.1-r601.ebuild | 2 |
8 files changed, 73 insertions, 7 deletions
diff --git a/net-libs/gloox/gloox-1.0.28.ebuild b/net-libs/gloox/gloox-1.0.28.ebuild index 85a04cb835f6..2389c7860d73 100644 --- a/net-libs/gloox/gloox-1.0.28.ebuild +++ b/net-libs/gloox/gloox-1.0.28.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" # Check upstream changelog: https://camaya.net/gloox/changelog/ SLOT="0/18" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" IUSE="debug examples gnutls idn ssl static-libs test +xhtmlim zlib" RESTRICT="!test? ( test )" diff --git a/net-libs/libktorrent/Manifest b/net-libs/libktorrent/Manifest index ce9c9c1b7bf5..aed084a877c4 100644 --- a/net-libs/libktorrent/Manifest +++ b/net-libs/libktorrent/Manifest @@ -1 +1,2 @@ DIST libktorrent-25.08.3.tar.xz 607156 BLAKE2B a1786b7fa68f990cfd5f5cbc9c0ddf54815c319052ed93c13f0a43ea8e31f4e3466e521567e0a91bb7a401cff24c1c16fc0c607c73580dc8dca8687552d8c161 SHA512 18cdac7194dcaab58568d844c48bd5ca21983bb99784f14f82d15aa620c24bfde27ef298e519cc5f5d2472fcba65288dc5458027faecf754a92b83e637404ae4 +DIST libktorrent-25.12.0.tar.xz 608520 BLAKE2B df68aa8af78bf8c09e2f78cff0549f28054771ef23aa9649f7ec82d732fe00942f6ed83a805f5fb3515eeba87def7b3d954b1ff50a083f4bc022d56926b51475 SHA512 433aefefa7852a744aa0482944a5b9214be6574b5e5cd57b43123794baf5ada3871d9f9bab9ef8a85b3926cad3910afb524afdec08166655579f9abb17d6dbc3 diff --git a/net-libs/libktorrent/libktorrent-25.12.0.ebuild b/net-libs/libktorrent/libktorrent-25.12.0.ebuild new file mode 100644 index 000000000000..60f6b52334e6 --- /dev/null +++ b/net-libs/libktorrent/libktorrent-25.12.0.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_TEST="forceoptional" +KDE_ORG_CATEGORY="network" +KFMIN=6.19.0 +QTMIN=6.9.1 +inherit ecm gear.kde.org + +DESCRIPTION="BitTorrent library based on KDE Frameworks" +HOMEPAGE="https://apps.kde.org/ktorrent/ https://userbase.kde.org/KTorrent" + +LICENSE="GPL-2+" +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="xfs" + +COMMON_DEPEND=" + >=dev-libs/gmp-6.0.0a:0= + >=dev-libs/openssl-3:0= + >=dev-qt/qtbase-${QTMIN}:6[network,xml] + >=kde-frameworks/karchive-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + xfs? ( sys-fs/xfsprogs ) +" +DEPEND="${COMMON_DEPEND} + >=dev-libs/boost-1.71 +" +RDEPEND="${COMMON_DEPEND} + !dev-libs/botan[gmp(-)] +" +BDEPEND="sys-devel/gettext" + +src_prepare() { + ecm_src_prepare + + # Gentoo workaround because gmp.h in MULTILIB_WRAPPED_HEADERS is breaking this + sed -i -e "/^find_package/ s/\"\${LibGMP_MIN_VERSION}\" //" \ + CMakeLists.txt || die + sed -i -e "/^find_dependency/ s/ \"@LibGMP_MIN_VERSION@\"//" \ + KTorrent6Config.cmake.in || die +} + +src_configure() { + local mycmakeargs=( + -DUSE_CRYPTO_BACKEND=OpenSSL + -DWITH_XFS=$(usex xfs) + ) + ecm_src_configure +} + +src_test() { + # failing network tests + local myctestargs=( + -E "(fin|packetloss|send|superseedtest|transmit|utppolltest)" + ) + ecm_src_test +} diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.10.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.10.ebuild index 65fa37b57954..951e3c0199ec 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.10.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-2.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/arvidn/libtorrent/releases/download/v${PV}/${P}.tar. LICENSE="BSD" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="+dht debug examples gnutls python ssl test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RESTRICT="!test? ( test )" diff --git a/net-libs/pjproject/pjproject-2.15.1-r1.ebuild b/net-libs/pjproject/pjproject-2.15.1-r1.ebuild index 19eeb26efd1b..a3cd9bcbced7 100644 --- a/net-libs/pjproject/pjproject-2.15.1-r1.ebuild +++ b/net-libs/pjproject/pjproject-2.15.1-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/pjsip/pjproject https://www.pjsip.org/" SRC_URI="https://github.com/pjsip/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0/${PV}" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" # g729 not included due to special bcg729 handling. CODEC_FLAGS="g711 g722 g7221 gsm ilbc speex l16" diff --git a/net-libs/radcli/radcli-1.4.0.ebuild b/net-libs/radcli/radcli-1.4.0.ebuild index 8f83dbeb1954..33d4131ac525 100644 --- a/net-libs/radcli/radcli-1.4.0.ebuild +++ b/net-libs/radcli/radcli-1.4.0.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/radcli/radcli/releases/download/${PV}/${P}.tar.gz" LICENSE="BSD-2" SLOT="0/6" -KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" DEPEND=" dev-libs/nettle:= diff --git a/net-libs/webkit-gtk/webkit-gtk-2.50.1-r411.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.50.1-r411.ebuild index 7426035a33da..c5cb2a11d200 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.50.1-r411.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.50.1-r411.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2+ BSD" SLOT="4.1/0" # soname version of libwebkit2gtk-4.1 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" REQUIRED_USE="|| ( aqua wayland X )" diff --git a/net-libs/webkit-gtk/webkit-gtk-2.50.1-r601.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.50.1-r601.ebuild index 0fc959ade4b3..92326c8e4ff7 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.50.1-r601.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.50.1-r601.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="LGPL-2+ BSD" SLOT="6/0" # soname version of libwebkit2gtk-6.0 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~sparc ~x86" IUSE="aqua avif examples gamepad keyring +gstreamer +introspection pdf jpegxl +jumbo-build lcms seccomp spell systemd wayland X" REQUIRED_USE="|| ( aqua wayland X )" |
