Diff dav1d-1.1.0 with a dav1d-1.2.0

/usr/portage/media-libs/dav1d/dav1d-1.2.0.ebuild 2023-10-09 14:52:31.660368405 +0300
7 7
	EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
8 8
	inherit git-r3
9 9
else
10
	SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
10
	SRC_URI="https://downloads.videolan.org/pub/videolan/dav1d/${PV}/${P}.tar.xz"
11 11
	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
12 12
fi
13 13

  
......
23 23
RESTRICT="!test? ( test )"
24 24

  
25 25
ASM_DEPEND=">=dev-lang/nasm-2.15.05"
26
BDEPEND="asm? (
26
DEPEND="xxhash? ( dev-libs/xxhash )"
27
BDEPEND="
28
	asm? (
27 29
		abi_x86_32? ( ${ASM_DEPEND} )
28 30
		abi_x86_64? ( ${ASM_DEPEND} )
29 31
	)
30
	xxhash? ( dev-libs/xxhash )"
32
"
31 33

  
32 34
DOCS=( README.md doc/PATENTS THANKS.md )
33 35

  
Thank you!