commit:     765dc7b37338071ca9c186f02c8b4e612ec99ff6
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 10:35:10 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 10:39:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765dc7b3

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 <AT> gentoo.org>

 media-gfx/imv/imv-9999.ebuild | 7 ++++---
 1 file 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"

Reply via email to