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 (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9EF5158042 for ; Sun, 27 Oct 2024 16:13:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BAAE07EE; Sun, 27 Oct 2024 16:13:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DA81E07EE for ; Sun, 27 Oct 2024 16:13:50 +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 F3EB5343152 for ; Sun, 27 Oct 2024 16:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28EE01295 for ; Sun, 27 Oct 2024 16:13:47 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1730045543.4d233cdbc9254cff6eaa7598ab93a2beae663218.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/calibre/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/calibre/calibre-7.20.0.ebuild X-VCS-Directories: app-text/calibre/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 4d233cdbc9254cff6eaa7598ab93a2beae663218 X-VCS-Branch: master Date: Sun, 27 Oct 2024 16:13:47 +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: f8efdb88-0ace-48b0-af9b-bc8ecfa549a1 X-Archives-Hash: 10ccc1f292a4773608323822ba16902f commit: 4d233cdbc9254cff6eaa7598ab93a2beae663218 Author: Eli Schwartz gentoo org> AuthorDate: Tue Oct 22 18:15:27 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Sun Oct 27 16:12:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d233cdb app-text/calibre: require minimum ffmpeg version It simply fails to compile, with lower versions of ffmpeg. No revbump, anyone successfully building doesn't need to recompile as it will be slotted. The alternative here is to add ifdef'ed support for ffmpeg 4 to upstream. And upstream is unenthusiastic about this, for which I don't blame him. Sorry to all the VLC users I guess... maybe you can finally learn to love mpv? Closes: https://bugs.gentoo.org/941926 Signed-off-by: Eli Schwartz gentoo.org> app-text/calibre/calibre-7.20.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/calibre/calibre-7.20.0.ebuild b/app-text/calibre/calibre-7.20.0.ebuild index f721bd14f670..de5d2fa83dcf 100644 --- a/app-text/calibre/calibre-7.20.0.ebuild +++ b/app-text/calibre/calibre-7.20.0.ebuild @@ -89,7 +89,7 @@ COMMON_DEPEND="${PYTHON_DEPS} >=media-libs/freetype-2:= >=media-libs/libmtp-1.1.11:= >=media-gfx/optipng-0.7.6 - media-video/ffmpeg:= + >=media-video/ffmpeg-6:= virtual/libusb:1= x11-misc/shared-mime-info >=x11-misc/xdg-utils-1.0.2-r2