diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-12-15 05:35:10 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-12-15 05:39:14 -0500 |
commit | 765dc7b37338071ca9c186f02c8b4e612ec99ff6 (patch) | |
tree | 185e5e4d80440ffd7ceedabfe6f89219293cbfe7 /media-gfx/imv | |
parent | media-gfx/imv: add 4.3.1 (diff) | |
download | gentoo-765dc7b37338071ca9c186f02c8b4e612ec99ff6.tar.gz gentoo-765dc7b37338071ca9c186f02c8b4e612ec99ff6.tar.bz2 gentoo-765dc7b37338071ca9c186f02c8b4e612ec99ff6.zip |
media-gfx/imv: sync live
Live technically has libgrapheme support (to skip the heavier
ICU dependency), but functions imv uses were renamed the day
after it added support (no stable api) and it hasn't gotten
a release yet. Will be left alone for now.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx/imv')
-rw-r--r-- | media-gfx/imv/imv-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-gfx/imv/imv-9999.ebuild b/media-gfx/imv/imv-9999.ebuild index 992772d5dd6e..55cdc69ad90e 100644 --- a/media-gfx/imv/imv-9999.ebuild +++ b/media-gfx/imv/imv-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson xdg @@ -9,7 +9,8 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~exec64/imv/" else - SRC_URI="https://github.com/eXeC64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/${PN}-v${PV}" KEYWORDS="~amd64 ~x86" fi @@ -39,7 +40,7 @@ RDEPEND=" heif? ( media-libs/libheif:= ) jpeg? ( media-libs/libjpeg-turbo:= ) png? ( media-libs/libpng:= ) - svg? ( >=gnome-base/librsvg-2.44 ) + svg? ( >=gnome-base/librsvg-2.44:2 ) tiff? ( media-libs/tiff ) wayland? ( dev-libs/wayland ) !sys-apps/renameutils" |