Diff libavif-1.0.1 with a libavif-9999

/usr/portage/media-libs/libavif/libavif-9999.ebuild 2023-10-09 14:52:31.676368405 +0300
1
# Copyright 2020-2023 Gentoo Authors
1
# Copyright 2020-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit cmake-multilib gnome2-utils
6
inherit cmake-multilib git-r3 gnome2-utils
7 7

  
8 8
DESCRIPTION="Library for encoding and decoding .avif files"
9 9
HOMEPAGE="https://github.com/AOMediaCodec/libavif"
10
SRC_URI="https://github.com/AOMediaCodec/libavif/archive/v${PV}.tar.gz -> ${P}.tar.gz"
10
EGIT_REPO_URI="https://github.com/AOMediaCodec/libavif.git"
11 11

  
12 12
LICENSE="BSD-2"
13 13
# See bug #822336 re subslot
14
SLOT="0/16"
15
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
14
SLOT="0/${PV}"
15
KEYWORDS=""
16 16
IUSE="+aom dav1d examples extras gdk-pixbuf rav1e svt-av1"
17 17

  
18 18
REQUIRED_USE="|| ( aom dav1d )"
Thank you!