diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-05-31 19:49:09 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-06-01 08:00:20 +1000 |
commit | b3cef3f377fcc8002b9719a03cba71f049866dd1 (patch) | |
tree | b9e98a13d4bf3231ea804476a9054e80b7498ae5 /media-libs/libaom/libaom-9999.ebuild | |
parent | app-arch/xz-utils: improve PGO (diff) | |
download | gentoo-b3cef3f377fcc8002b9719a03cba71f049866dd1.tar.gz gentoo-b3cef3f377fcc8002b9719a03cba71f049866dd1.tar.bz2 gentoo-b3cef3f377fcc8002b9719a03cba71f049866dd1.zip |
media-libs/libaom: add 3.9.0
Update instructions for test tarball generation to point
to chromium-tools.git in this and live ebulid.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-libs/libaom/libaom-9999.ebuild')
-rw-r--r-- | media-libs/libaom/libaom-9999.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 9ea4cca0ff7e..4f2b0a8a4dae 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -10,17 +10,8 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://aomedia.googlesource.com/aom" else - # To update test data tarball, follow these steps: - # 1. Clone the upstream repo and check out the relevant tag, - # or download the release tarball - # 2. Regular cmake configure (options don't matter here): - # cd build && cmake .. - # 3. Set LIBAOM_TEST_DATA_PATH to the directory you want and - # run the "make testdata" target: - # LIBAOM_TEST_DATA_PATH=../libaom-3.7.1-testdata make testdata - # This will download the test data from the internet. - # 4. Create a tarball out of that directory. - # cd .. && tar cvaf libaom-3.7.1-testdata.tar.xz libaom-3.7.1-testdata + # To update test data tarball, + # chromium-tools.git/generate-libaom-test-tarball.sh SRC_URI=" https://storage.googleapis.com/aom-releases/${P}.tar.gz test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) |