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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7BDBC1581D3 for ; Thu, 23 May 2024 18:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B285E29E3; Thu, 23 May 2024 18:01: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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51BB3E29E3 for ; Thu, 23 May 2024 18:01: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A82933BF03 for ; Thu, 23 May 2024 18:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D308E1AD9 for ; Thu, 23 May 2024 18:01:08 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1716486910.b1941a370a562ba992903b7112a3a0b5ec317b7d.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b1941a370a562ba992903b7112a3a0b5ec317b7d X-VCS-Branch: master Date: Thu, 23 May 2024 18:01:08 +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: 2004ee45-921d-49d0-9da7-b8d3b941feb3 X-Archives-Hash: d9e1d7dc723764bffe0309bd12b939b3 commit: b1941a370a562ba992903b7112a3a0b5ec317b7d Author: Alfred Wingate protonmail com> AuthorDate: Thu May 23 10:04:05 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 23 17:55:10 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1941a37 media-tv/kodi: update dependencies in live Closes: https://bugs.gentoo.org/932161 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Matt Turner gentoo.org> media-tv/kodi/kodi-9999.ebuild | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index be645e574764..c35eff70ba6d 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -123,7 +123,6 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} media-libs/mesa[egl(+),gbm(+)?,wayland?,X?] >=media-libs/taglib-1.9.0 =media-video/ffmpeg-6*:=[encode,soc(-)?,postproc,vaapi?,vdpau?,X?] - sci-libs/kissfft virtual/libiconv virtual/ttf-fonts x11-libs/libdrm @@ -183,13 +182,13 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} dev-db/mysql-connector-c:= ) nfs? ( - >=net-fs/libnfs-2.0.0:= + >=net-fs/libnfs-3.0.0:= ) pipewire? ( >=media-video/pipewire-0.3.50:= ) pulseaudio? ( - media-libs/libpulse + >=media-libs/libpulse-11.0.0 ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] @@ -292,13 +291,6 @@ src_prepare() { -e '/dbus_connection_send_with_reply_and_block/s:-1:3000:' \ xbmc/platform/linux/*.cpp || die - # Add all possible names for kissfft libraries - for datatype in {float,int16,int32,simd}; do - sed -i \ - -e "s/\(find_library(KISSFFT_LIBRARY NAMES .*\)/\1 kissfft-${datatype} kissfft-${datatype}-openmp/" \ - cmake/modules/FindKissFFT.cmake || die - done - if tc-is-cross-compiler; then # These tools are automatically built with CMake during a native build # but need to be built in advance using Autotools for a cross build. @@ -381,13 +373,13 @@ src_configure() { #To bundle or not -DENABLE_INTERNAL_CROSSGUID=OFF + -DENABLE_INTERNAL_CURL=OFF -DENABLE_INTERNAL_DAV1D=OFF -DENABLE_INTERNAL_FFMPEG="$(usex !system-ffmpeg)" -DENABLE_INTERNAL_FLATBUFFERS=OFF -DENABLE_INTERNAL_FMT=OFF -DENABLE_INTERNAL_FSTRCMP=OFF -DENABLE_INTERNAL_GTEST=OFF - -DENABLE_INTERNAL_KISSFFT=OFF -DENABLE_INTERNAL_PCRE=OFF -DENABLE_INTERNAL_RapidJSON=OFF -DENABLE_INTERNAL_SPDLOG=OFF @@ -457,10 +449,6 @@ src_test() { # Known failing, unreliable test # bug #743938 TestCPUInfo.GetCPUFrequency - # Test failure stemming from sci-libs/kissfft - # The difference between output[2i] and (i==freq1?1.0:0.0) is inf, which exceeds 1e-7, where output[2i] - # evaluates to inf,(i==freq1?1.0:0.0) evaluates to 0, and 1e-7 evaluates to 9.9999999999999995e-08. - TestRFFT.SimpleSignal # bug #779184 # https://github.com/xbmc/xbmc/issues/18594 $(usev x86 TestDateTime.SetFromDBTime)