diff options
author | Alexis Ballier <aballier@gentoo.org> | 2018-06-28 19:22:51 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2018-06-28 19:23:01 +0200 |
commit | d762929994593b955bb5bfe80e97ebfb542c136e (patch) | |
tree | dcbc376718d29dc1f032b60d51731f54d5b129ce /media-libs/libaom/libaom-9999.ebuild | |
parent | media-libs/libaom: update patches for live ebuild (diff) | |
download | gentoo-d762929994593b955bb5bfe80e97ebfb542c136e.tar.gz gentoo-d762929994593b955bb5bfe80e97ebfb542c136e.tar.bz2 gentoo-d762929994593b955bb5bfe80e97ebfb542c136e.zip |
media-libs/libaom: bump to 1.0.0 tag.
Closes: https://bugs.gentoo.org/659222
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-libs/libaom/libaom-9999.ebuild')
-rw-r--r-- | media-libs/libaom/libaom-9999.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 29e0528f563b..7b41eb397c28 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -7,10 +7,15 @@ inherit cmake-multilib if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://aomedia.googlesource.com/aom" -elif [[ ${PV} == *pre* ]]; then - SRC_URI="mirror://gentoo/${P}.tar.xz" - KEYWORDS="~amd64" - S="${WORKDIR}/${PN}" +else + if [[ ${PV} == *pre* ]]; then + SRC_URI="mirror://gentoo/${P}.tar.xz" + S="${WORKDIR}/${PN}" + else + SRC_URI="https://aomedia.googlesource.com/aom/+archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}" + fi + KEYWORDS="~amd64 ~hppa ~ia64 ~x86" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" |