diff options
author | Sam James <sam@gentoo.org> | 2023-05-11 00:36:29 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-11 00:36:29 +0100 |
commit | e3577ba5886bc955089cfc71c17ff64670f83f63 (patch) | |
tree | da6f1a8e54eecc46afa8e6f6c28e92efbccd2002 /media-libs/libaom/libaom-9999.ebuild | |
parent | media-video/rav1e: add 0.6.5 (diff) | |
download | gentoo-e3577ba5886bc955089cfc71c17ff64670f83f63.tar.gz gentoo-e3577ba5886bc955089cfc71c17ff64670f83f63.tar.bz2 gentoo-e3577ba5886bc955089cfc71c17ff64670f83f63.zip |
media-libs/libaom: add 3.6.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libaom/libaom-9999.ebuild')
-rw-r--r-- | media-libs/libaom/libaom-9999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index a4a3923a8c6a..47299c68b404 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -20,9 +20,11 @@ else # LIBAOM_TEST_DATA_PATH=../libaom-1.2.3-testdata make testdata # This will download the test data from the internet. # 4. Create a tarball out of that directory. - # cd .. && tar cvzf libaom-1.2.3-testdata.tar.gz libaom-1.2.3-testdata - SRC_URI="https://storage.googleapis.com/aom-releases/${P}.tar.gz - test? ( https://dev.gentoo.org/~ionen/distfiles/${P}-testdata.tar.gz )" + # cd .. && tar cvaf libaom-1.2.3-testdata.tar.xz libaom-1.2.3-testdata + SRC_URI=" + https://storage.googleapis.com/aom-releases/${P}.tar.gz + test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) + " KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" fi |