Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/
Date: Mon, 12 Oct 2020 09:06:23
Message-Id: 1602493558.cd3ca44c1e6a7f46b7e3292408973c231c5760f2.juippis@gentoo
1 commit: cd3ca44c1e6a7f46b7e3292408973c231c5760f2
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Sep 24 17:12:59 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 12 09:05:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd3ca44c
7
8 media-libs/libheif: sync live ebuild
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-libs/libheif/libheif-9999.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild
18 index 6c16fb0e9ab..bccbc8c8662 100644
19 --- a/media-libs/libheif/libheif-9999.ebuild
20 +++ b/media-libs/libheif/libheif-9999.ebuild
21 @@ -6,10 +6,10 @@ EAPI=7
22 inherit autotools xdg multilib-minimal
23
24 if [[ ${PV} == "9999" ]] ; then
25 - EGIT_REPO_URI="https://github.com/strukturag/${PN}.git"
26 + EGIT_REPO_URI="https://github.com/strukturag/libheif.git"
27 inherit git-r3
28 else
29 - SRC_URI="https://github.com/strukturag/${PN}/releases/download/v${PV}/${P}.tar.gz"
30 + SRC_URI="https://github.com/strukturag/libheif/releases/download/v${PV}/${P}.tar.gz"
31 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
32 fi
33
34 @@ -17,12 +17,13 @@ DESCRIPTION="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"
35 HOMEPAGE="https://github.com/strukturag/libheif"
36
37 LICENSE="GPL-3"
38 -SLOT="0/1.8"
39 +SLOT="0/1.9"
40 IUSE="gdk-pixbuf go static-libs test +threads"
41 RESTRICT="!test? ( test )"
42
43 BDEPEND="test? ( dev-lang/go )"
44 DEPEND="
45 + >=media-libs/libaom-2.0.0:=[${MULTILIB_USEDEP}]
46 media-libs/libde265:=[${MULTILIB_USEDEP}]
47 media-libs/libpng:0=[${MULTILIB_USEDEP}]
48 media-libs/x265:=[${MULTILIB_USEDEP}]