Diff svt-av1-1.1.0 with a svt-av1-1.4.1

/usr/portage/media-libs/svt-av1/svt-av1-1.4.1.ebuild 2023-10-09 14:52:31.716368406 +0300
12 12
	inherit git-r3
13 13
	EGIT_REPO_URI="https://gitlab.com/AOMediaCodec/SVT-AV1.git"
14 14
else
15
	SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.gz -> ${P}.tar.gz"
15
	SRC_URI="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${PV}/SVT-AV1-v${PV}.tar.bz2"
16 16
	KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86"
17 17
	S="${WORKDIR}/SVT-AV1-v${PV}"
18 18
fi
......
30 30
		# Tests require linking against https://github.com/Cidana-Developers/aom/tree/av1-normative ?
31 31
		# undefined reference to `ifd_inspect'
32 32
		# https://github.com/Cidana-Developers/aom/commit/cfc5c9e95bcb48a5a41ca7908b44df34ea1313c0
33
		# .. and https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/.gitlab/workflows/linux/.gitlab-ci.yml implies it's all quite manual?
33 34
		-DBUILD_TESTING=OFF
34 35
		-DCMAKE_OUTPUT_DIRECTORY="${BUILD_DIR}"
35 36
	)
Thank you!