From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DAF4A1382C5 for ; Tue, 9 Jun 2020 08:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A8F9E086F; Tue, 9 Jun 2020 08:34:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7835E086F for ; Tue, 9 Jun 2020 08:34:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D44134F0BF for ; Tue, 9 Jun 2020 08:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4085E1DA for ; Tue, 9 Jun 2020 08:34:36 +0000 (UTC) From: "Luca Barbato" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Luca Barbato" Message-ID: <1591691651.4aa1bf1677c128df9104971b26daeab956616ce7.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/Manifest media-libs/libaom/libaom-2.0.0.ebuild media-libs/libaom/libaom-2.0.0_rc1.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: 4aa1bf1677c128df9104971b26daeab956616ce7 X-VCS-Branch: master Date: Tue, 9 Jun 2020 08:34:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6677374a-fee9-464c-9ab5-6fc4a79fb4b3 X-Archives-Hash: 42535310a97c9f228cf9ddd9441ca9a6 commit: 4aa1bf1677c128df9104971b26daeab956616ce7 Author: Luca Barbato gentoo org> AuthorDate: Tue Jun 9 06:55:24 2020 +0000 Commit: Luca Barbato gentoo org> CommitDate: Tue Jun 9 08:34:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa1bf16 media-libs/libaom: Version bump And address #724628. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Luca Barbato gentoo.org> media-libs/libaom/Manifest | 2 +- media-libs/libaom/{libaom-2.0.0_rc1.ebuild => libaom-2.0.0.ebuild} | 4 ++-- media-libs/libaom/libaom-9999.ebuild | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-libs/libaom/Manifest b/media-libs/libaom/Manifest index f3abef8fcad..245081493c4 100644 --- a/media-libs/libaom/Manifest +++ b/media-libs/libaom/Manifest @@ -1,2 +1,2 @@ DIST libaom-1.0.0.tar.gz 2775454 BLAKE2B 09b891d365804f0c086785a00760af3191b40fc66fc752294e915b54454171fb47d3d1b037fb6d276727772ceec3177d78c14f90a2b01e28250d2de735bf02ec SHA512 131512ef286cb138047bb56dea54196f9a8d2b0d9f3d7689299f185338e5c03ee658b0cfe017a099f1a6be351a3a7157204dea70d2645a1d0a9249fd582c3fa4 -DIST libaom-2.0.0_rc1.tar.gz 3497410 BLAKE2B e8443e5d390c82912b951d78551f2c7a3e0cffe6aea1b846da29c0264cc9736069110e6701e6dc075964c0375e95f2c1c108c0c980a5ea78d0f970c6f47f4790 SHA512 06a0971e8fcd1d449c4fd2b04569dc32ce6fb8ab6c4a270413997c3aeba7a186e071683686e0fbc1eb1f8d6c2c3afa7f48601bf5530984bc1cf612ab5dd64841 +DIST libaom-2.0.0.tar.gz 3497446 BLAKE2B 067e137b722272bdfd730ac900181f3eb409b72f101f3b354b418167df86a0a2e145e5238883bca21290008334efe3d08e6e8f210096196378f73136891c8f3e SHA512 384160e159a4678cdda61a6b2c2ad75a7b7a9c4e821abdfabe03c3649dcccdcd55813950d1886f1efbf3322fc39f18ad2b36329ff44d84d83668e207c8520cb4 diff --git a/media-libs/libaom/libaom-2.0.0_rc1.ebuild b/media-libs/libaom/libaom-2.0.0.ebuild similarity index 93% rename from media-libs/libaom/libaom-2.0.0_rc1.ebuild rename to media-libs/libaom/libaom-2.0.0.ebuild index bcc3c9689fb..d9ea970ccc1 100644 --- a/media-libs/libaom/libaom-2.0.0_rc1.ebuild +++ b/media-libs/libaom/libaom-2.0.0.ebuild @@ -11,8 +11,8 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://aomedia.googlesource.com/aom" else MY_COMMIT="1e711b0aca6721da83835e3b5ceda07238e8b6ae" - #SRC_URI="https://aomedia.googlesource.com/aom/+archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" - SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz" + SRC_URI="https://aomedia.googlesource.com/aom/+archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + # SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.gz" S="${WORKDIR}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 67c9b166e78..a437118de10 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -25,7 +25,7 @@ DESCRIPTION="Alliance for Open Media AV1 Codec SDK" HOMEPAGE="https://aomedia.org" LICENSE="BSD-2" -SLOT="0/1.9999" +SLOT="0/2" IUSE="doc examples" IUSE="${IUSE} cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3" IUSE="${IUSE} cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2" @@ -44,8 +44,6 @@ BDEPEND="abi_x86_32? ( dev-lang/yasm ) doc? ( app-doc/doxygen ) " -PATCHES=( "${FILESDIR}/pthread_lib2.patch" ) - # the PATENTS file is required to be distributed with this package bug #682214 DOCS=( PATENTS )