diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-06 20:48:23 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-06 20:55:08 -0400 |
commit | 67eb206f721bd869ae922b211f977dba1a2cac52 (patch) | |
tree | 9e20346aa5edc1f6d5b37439ead711c86ecc54b9 /media-gfx/imv | |
parent | media-gfx/imv: add 4.3.1_p20211221 (diff) | |
download | gentoo-67eb206f721bd869ae922b211f977dba1a2cac52.tar.gz gentoo-67eb206f721bd869ae922b211f977dba1a2cac52.tar.bz2 gentoo-67eb206f721bd869ae922b211f977dba1a2cac52.zip |
media-gfx/imv: sync live
Upstream had no activity since 2021, so add patches here
as don't expect updates for a while (may consider removing
the live ebuild altogether).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/imv')
-rw-r--r-- | media-gfx/imv/imv-9999.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild index 95ff5b86dae8..2c68adf92af7 100644 --- a/media-gfx/imv/imv-9999.ebuild +++ b/media-gfx/imv/imv-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=8 @@ -38,7 +38,7 @@ RDEPEND=" gif? ( media-libs/libnsgif ) heif? ( media-libs/libheif:= ) icu? ( dev-libs/icu:= ) - !icu? ( dev-libs/libgrapheme ) + !icu? ( >=dev-libs/libgrapheme-2:= ) jpeg? ( media-libs/libjpeg-turbo:= ) png? ( media-libs/libpng:= ) svg? ( >=gnome-base/librsvg-2.44:2 ) @@ -53,6 +53,11 @@ BDEPEND=" app-text/asciidoc wayland? ( dev-util/wayland-scanner )" +PATCHES=( + "${FILESDIR}"/${PN}-4.3.1_p20211221-animated-gif.patch + "${FILESDIR}"/${PN}-4.3.1_p20211221-libgrapheme2.patch +) + src_prepare() { default |