diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-22 14:15:27 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-10-27 12:12:23 -0400 |
commit | 4d233cdbc9254cff6eaa7598ab93a2beae663218 (patch) | |
tree | 0eb5a3115ba10c959d11fb8631ec3134ac4b3d61 /app-text/calibre | |
parent | app-emulation/ruffle: add 0_p20241027 (diff) | |
download | gentoo-4d233cdbc9254cff6eaa7598ab93a2beae663218.tar.gz gentoo-4d233cdbc9254cff6eaa7598ab93a2beae663218.tar.bz2 gentoo-4d233cdbc9254cff6eaa7598ab93a2beae663218.zip |
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 <eschwartz@gentoo.org>
Diffstat (limited to 'app-text/calibre')
-rw-r--r-- | app-text/calibre/calibre-7.20.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |