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 CB592158086 for ; Mon, 1 Nov 2021 01:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B3C7E05C1; Mon, 1 Nov 2021 01:27:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 123D1E05C1 for ; Mon, 1 Nov 2021 01:27:52 +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 4F5E0342DA5 for ; Mon, 1 Nov 2021 01:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2AEA79 for ; Mon, 1 Nov 2021 01:27:49 +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: <1635730064.31ef6eaeeaab4d45d3a6cad480ea81dda8cd4f03.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 media-tv/kodi/kodi-19.3.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 31ef6eaeeaab4d45d3a6cad480ea81dda8cd4f03 X-VCS-Branch: master Date: Mon, 1 Nov 2021 01:27:49 +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: d6029564-1ded-4b83-ac31-134cb5ccf683 X-Archives-Hash: 7ffbd3a68ee95fabd62d9b1c8473ea31 commit: 31ef6eaeeaab4d45d3a6cad480ea81dda8cd4f03 Author: Jory Pratt gentoo org> AuthorDate: Mon Nov 1 01:27:44 2021 +0000 Commit: Jory Pratt gentoo org> CommitDate: Mon Nov 1 01:27:44 2021 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=31ef6eae media-tv/kodi: sync with dep changes from ::gentoo Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jory Pratt gentoo.org> media-tv/kodi/{kodi-19.3.ebuild => kodi-19.3-r1.ebuild} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/media-tv/kodi/kodi-19.3.ebuild b/media-tv/kodi/kodi-19.3-r1.ebuild similarity index 97% rename from media-tv/kodi/kodi-19.3.ebuild rename to media-tv/kodi/kodi-19.3-r1.ebuild index 794ad4f..6d21722 100644 --- a/media-tv/kodi/kodi-19.3.ebuild +++ b/media-tv/kodi/kodi-19.3-r1.ebuild @@ -26,7 +26,7 @@ else MY_PV=${MY_PV/_rc/RC} MY_PV="${MY_PV}-${CODENAME}" MY_P="${PN}-${MY_PV}" - SRC_URI+=" https://github.com/xbmc/xbmc/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz" + SRC_URI+=" https://github.com/xbmc/xbmc/archive/${MY_PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm arm64 ~x86" S=${WORKDIR}/xbmc-${MY_PV} fi @@ -101,7 +101,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} dev-libs/libfstrcmp gbm? ( >=dev-libs/libinput-1.10.5 - media-libs/mesa[gbm] + media-libs/mesa[gbm(+)] x11-libs/libxkbcommon ) gles? ( @@ -113,7 +113,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} media-fonts/roboto >=media-libs/freetype-2.10.1 >=media-libs/libass-0.13.4 - !raspberry-pi? ( media-libs/mesa[egl] ) + !raspberry-pi? ( media-libs/mesa[egl(+)] ) >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] @@ -130,7 +130,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} !gles? ( media-libs/glu ) >=dev-libs/openssl-1.1.1k:0= raspberry-pi? ( - || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin media-libs/mesa[egl,gles2,video_cards_vc4] ) + || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin media-libs/mesa[egl(+),gles2,video_cards_vc4] ) ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) @@ -245,7 +245,6 @@ src_prepare() { } src_configure() { - filter-flags -fstack-protector-all local platform=() use gbm && platform+=( gbm ) use wayland && platform+=( wayland )