diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-09-24 19:12:59 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-12 12:05:58 +0300 |
commit | cd3ca44c1e6a7f46b7e3292408973c231c5760f2 (patch) | |
tree | 89a0212f3e89ed5de9dfb7db8869b3dad3df1e9f /media-libs/libheif | |
parent | media-libs/libheif: bump to 1.9.1 (diff) | |
download | gentoo-cd3ca44c1e6a7f46b7e3292408973c231c5760f2.tar.gz gentoo-cd3ca44c1e6a7f46b7e3292408973c231c5760f2.tar.bz2 gentoo-cd3ca44c1e6a7f46b7e3292408973c231c5760f2.zip |
media-libs/libheif: sync live ebuild
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs/libheif')
-rw-r--r-- | media-libs/libheif/libheif-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 6c16fb0e9ab5..bccbc8c86622 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit autotools xdg multilib-minimal if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="https://github.com/strukturag/${PN}.git" + EGIT_REPO_URI="https://github.com/strukturag/libheif.git" inherit git-r3 else - SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/strukturag/libheif/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" fi @@ -17,12 +17,13 @@ DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder" HOMEPAGE="https://github.com/strukturag/libheif" LICENSE="GPL-3" -SLOT="0/1.8" +SLOT="0/1.9" IUSE="gdk-pixbuf go static-libs test +threads" RESTRICT="!test? ( test )" BDEPEND="test? ( dev-lang/go )" DEPEND=" + >=media-libs/libaom-2.0.0:=[${MULTILIB_USEDEP}] media-libs/libde265:=[${MULTILIB_USEDEP}] media-libs/libpng:0=[${MULTILIB_USEDEP}] media-libs/x265:=[${MULTILIB_USEDEP}] |