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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E7FE15808B for ; Fri, 18 Feb 2022 00:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25633E07D9; Fri, 18 Feb 2022 00:40:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D73BEE07D7 for ; Fri, 18 Feb 2022 00:40:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FF9D342EC6 for ; Fri, 18 Feb 2022 00:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C82D71F1 for ; Fri, 18 Feb 2022 00:40:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645143848.7dfca15ce0df2ea18e739b88edef84f0d0803710.sam@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-3.3.0.ebuild media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7dfca15ce0df2ea18e739b88edef84f0d0803710 X-VCS-Branch: master Date: Fri, 18 Feb 2022 00:40:09 +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: 17215a6f-e869-4824-ba5f-302c36766daa X-Archives-Hash: 8babdd02e06118bd7324841f837d2e4f commit: 7dfca15ce0df2ea18e739b88edef84f0d0803710 Author: Sam James gentoo org> AuthorDate: Fri Feb 18 00:23:38 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 00:24:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfca15c media-libs/libaom: add 3.3.0 Bug: https://bugs.gentoo.org/833581 Signed-off-by: Sam James gentoo.org> media-libs/libaom/Manifest | 1 + media-libs/libaom/{libaom-9999.ebuild => libaom-3.3.0.ebuild} | 6 ++---- media-libs/libaom/libaom-9999.ebuild | 6 ++---- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/media-libs/libaom/Manifest b/media-libs/libaom/Manifest index ed28b9d02ffc..12b1d8273c51 100644 --- a/media-libs/libaom/Manifest +++ b/media-libs/libaom/Manifest @@ -1 +1,2 @@ DIST libaom-3.2.0.tar.gz 4717955 BLAKE2B b247c9092bf3b8080b33671f182b10eea060a2eafd94eeb1b92177d2c7b5c32de2342f9cf1c7e500b28fdac2b00ea8d43b1e56c9d1c8c0efe1bbc4e40285a52a SHA512 649bebde85c1a42b0c1c3d2d3b7110b999e3ee1c8e76595259e4e75a8b0f3918e23ff7c7e2c313da4d579882f55bf29765bb882570280adc81f3bc1e82f1ee19 +DIST libaom-3.3.0.tar.gz 4768475 BLAKE2B 22060694019bcd925cb38c365063b8f2be60aed4cc6f9b0aa95cf8b4c4c5b40f5c603359d8c0728c5650fe9f7eea7573b8fd4a93975481c67409b201b4c48428 SHA512 9bd118bf46d777da4e85f348fed95510ce583d16d005d062d33e2899f16f24bdb8b120792a7c77ccb64b4e1ff5b3d934342fb1b356bb426693ef69220f138c5f diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-3.3.0.ebuild similarity index 96% copy from media-libs/libaom/libaom-9999.ebuild copy to media-libs/libaom/libaom-3.3.0.ebuild index 1c7cfa25f6f8..711be136d0c9 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-3.3.0.ebuild @@ -3,7 +3,6 @@ EAPI=8 -CMAKE_ECLASS=cmake PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 @@ -12,12 +11,11 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://aomedia.googlesource.com/aom" else SRC_URI="https://storage.googleapis.com/aom-releases/${P}.tar.gz" - S="${WORKDIR}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" -HOMEPAGE="https://aomedia.org" +HOMEPAGE="https://aomedia.org https://aomedia.googlesource.com/aom/" LICENSE="BSD-2" SLOT="0/3" @@ -38,7 +36,7 @@ BDEPEND="${PYTHON_DEPS} doc? ( app-doc/doxygen ) " -# the PATENTS file is required to be distributed with this package bug #682214 +# the PATENTS file is required to be distributed with this package, bug #682214 DOCS=( PATENTS ) multilib_src_configure() { diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 1c7cfa25f6f8..711be136d0c9 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -CMAKE_ECLASS=cmake PYTHON_COMPAT=( python3_{8..10} ) inherit cmake-multilib python-any-r1 @@ -12,12 +11,11 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://aomedia.googlesource.com/aom" else SRC_URI="https://storage.googleapis.com/aom-releases/${P}.tar.gz" - S="${WORKDIR}" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi DESCRIPTION="Alliance for Open Media AV1 Codec SDK" -HOMEPAGE="https://aomedia.org" +HOMEPAGE="https://aomedia.org https://aomedia.googlesource.com/aom/" LICENSE="BSD-2" SLOT="0/3" @@ -38,7 +36,7 @@ BDEPEND="${PYTHON_DEPS} doc? ( app-doc/doxygen ) " -# the PATENTS file is required to be distributed with this package bug #682214 +# the PATENTS file is required to be distributed with this package, bug #682214 DOCS=( PATENTS ) multilib_src_configure() {