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 E893F158087 for ; Mon, 24 Jan 2022 14:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 351332BC00D; Mon, 24 Jan 2022 14:44:46 +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 016132BC00D for ; Mon, 24 Jan 2022 14:44:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CD10342EAB for ; Mon, 24 Jan 2022 14:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5978D0 for ; Mon, 24 Jan 2022 14:44:43 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1643035480.8ae6927fe69f8de8ace1003b0b227fc34c4f9fb9.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-19.0-r2.ebuild media-tv/kodi/kodi-19.1-r2.ebuild media-tv/kodi/kodi-19.2-r1.ebuild media-tv/kodi/kodi-19.3-r1.ebuild media-tv/kodi/kodi-19.9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 8ae6927fe69f8de8ace1003b0b227fc34c4f9fb9 X-VCS-Branch: master Date: Mon, 24 Jan 2022 14:44:43 +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: 4ec40e67-6fd6-4893-8d83-2fe56ecd01e3 X-Archives-Hash: b0e7c73f04af51697bc1f206f1044e2a commit: 8ae6927fe69f8de8ace1003b0b227fc34c4f9fb9 Author: Craig Andrews gentoo org> AuthorDate: Mon Jan 24 14:44:29 2022 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Jan 24 14:44:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae6927f media-tv/kodi: Kodi 19 is not compatible with ffmpeg 5 See: https://github.com/xbmc/xbmc/issues/20894 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> media-tv/kodi/kodi-19.0-r2.ebuild | 4 ++-- media-tv/kodi/kodi-19.1-r2.ebuild | 4 ++-- media-tv/kodi/kodi-19.2-r1.ebuild | 4 ++-- media-tv/kodi/kodi-19.3-r1.ebuild | 4 ++-- media-tv/kodi/kodi-19.9999.ebuild | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/media-tv/kodi/kodi-19.0-r2.ebuild b/media-tv/kodi/kodi-19.0-r2.ebuild index faeaa3599958..ecf37696d95d 100644 --- a/media-tv/kodi/kodi-19.0-r2.ebuild +++ b/media-tv/kodi/kodi-19.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -108,7 +108,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] - media-video/ffmpeg[openssl] + =media-video/ffmpeg-4*[openssl] ) !system-ffmpeg? ( app-arch/bzip2 diff --git a/media-tv/kodi/kodi-19.1-r2.ebuild b/media-tv/kodi/kodi-19.1-r2.ebuild index 5bde5d65c24b..efdac5ce5b37 100644 --- a/media-tv/kodi/kodi-19.1-r2.ebuild +++ b/media-tv/kodi/kodi-19.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -112,7 +112,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] - media-video/ffmpeg[openssl] + =media-video/ffmpeg-4*[openssl] ) !system-ffmpeg? ( app-arch/bzip2 diff --git a/media-tv/kodi/kodi-19.2-r1.ebuild b/media-tv/kodi/kodi-19.2-r1.ebuild index 43807b2c05dd..e7ae7fe13ec7 100644 --- a/media-tv/kodi/kodi-19.2-r1.ebuild +++ b/media-tv/kodi/kodi-19.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -109,7 +109,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] - media-video/ffmpeg[openssl] + =media-video/ffmpeg-4*[openssl] ) !system-ffmpeg? ( app-arch/bzip2 diff --git a/media-tv/kodi/kodi-19.3-r1.ebuild b/media-tv/kodi/kodi-19.3-r1.ebuild index 451ff9a7933d..4794c16bf228 100644 --- a/media-tv/kodi/kodi-19.3-r1.ebuild +++ b/media-tv/kodi/kodi-19.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -109,7 +109,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] - media-video/ffmpeg[openssl] + =media-video/ffmpeg-4*[openssl] ) !system-ffmpeg? ( app-arch/bzip2 diff --git a/media-tv/kodi/kodi-19.9999.ebuild b/media-tv/kodi/kodi-19.9999.ebuild index 451ff9a7933d..4794c16bf228 100644 --- a/media-tv/kodi/kodi-19.9999.ebuild +++ b/media-tv/kodi/kodi-19.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -109,7 +109,7 @@ COMMON_TARGET_DEPEND="${PYTHON_DEPS} >=media-libs/taglib-1.11.1 system-ffmpeg? ( >=media-video/ffmpeg-${FFMPEG_VERSION}:=[dav1d?,encode,postproc] - media-video/ffmpeg[openssl] + =media-video/ffmpeg-4*[openssl] ) !system-ffmpeg? ( app-arch/bzip2