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 5ADDC158086 for ; Thu, 23 Dec 2021 14:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F75D2BC014; Thu, 23 Dec 2021 14:58:57 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 604C52BC014 for ; Thu, 23 Dec 2021 14:58:55 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 96835342E90 for ; Thu, 23 Dec 2021 14:58:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2029A132 for ; Thu, 23 Dec 2021 14:58:52 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <1640271524.b16f73d024208148fb758bc0e823d444b1ad2cb1.anarchy@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: media-tv/kodi/ X-VCS-Repository: proj/musl X-VCS-Files: media-tv/kodi/kodi-19.3-r1.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: b16f73d024208148fb758bc0e823d444b1ad2cb1 X-VCS-Branch: master Date: Thu, 23 Dec 2021 14:58:52 +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: 72842e7b-cd90-4dfd-95d9-f6f54c6dba5d X-Archives-Hash: 181c20e19d78e8a12673767dce1132d1 commit: b16f73d024208148fb758bc0e823d444b1ad2cb1 Author: Jory Pratt gentoo org> AuthorDate: Thu Dec 23 14:58:44 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Dec 23 14:58:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=b16f73d0 media-tv/kodi: sync with ::gentoo, drop stacksize Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> media-tv/kodi/kodi-19.3-r1.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/media-tv/kodi/kodi-19.3-r1.ebuild b/media-tv/kodi/kodi-19.3-r1.ebuild index fca10c25..a5de79a5 100644 --- a/media-tv/kodi/kodi-19.3-r1.ebuild +++ b/media-tv/kodi/kodi-19.3-r1.ebuild @@ -10,7 +10,7 @@ LIBDVDNAV_VERSION="6.0.0-Leia-Alpha-3" FFMPEG_VERSION="4.3.2" CODENAME="Matrix" FFMPEG_KODI_VERSION="19.1" -PYTHON_COMPAT=( python3_{8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) SRC_URI="https://github.com/xbmc/libdvdcss/archive/${LIBDVDCSS_VERSION}.tar.gz -> libdvdcss-${LIBDVDCSS_VERSION}.tar.gz https://github.com/xbmc/libdvdread/archive/${LIBDVDREAD_VERSION}.tar.gz -> libdvdread-${LIBDVDREAD_VERSION}.tar.gz https://github.com/xbmc/libdvdnav/archive/${LIBDVDNAV_VERSION}.tar.gz -> libdvdnav-${LIBDVDNAV_VERSION}.tar.gz @@ -39,7 +39,7 @@ PATCHES=( "${FILESDIR}/musl/19.0/0005-Fix-fortify-sources.patch" ) -inherit autotools cmake desktop flag-o-matic linux-info pax-utils python-single-r1 xdg +inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg DESCRIPTION="A free and open source media-player and entertainment hub" HOMEPAGE="https://kodi.tv/ https://kodi.wiki/" @@ -239,9 +239,6 @@ src_prepare() { "${S}"/tools/depends/native/TexturePacker/src/autogen.sh \ "${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh \ || die - - # Required to prevent addons from crashing - use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 } src_configure() {