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 A8CAC138334 for ; Wed, 12 Dec 2018 15:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8B4E0AC4; Wed, 12 Dec 2018 15:02:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9075EE0AC4 for ; Wed, 12 Dec 2018 15:02:49 +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 A4F97335C16 for ; Wed, 12 Dec 2018 15:02:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 278BE326 for ; Wed, 12 Dec 2018 15:02:46 +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: <1544626948.b5cd649e07a13c158ff097cc631a96042a0581fc.lu_zero@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/dav1d/Manifest media-libs/dav1d/dav1d-0.1.0.ebuild media-libs/dav1d/dav1d-9999.ebuild media-libs/dav1d/metadata.xml X-VCS-Directories: media-libs/dav1d/ X-VCS-Committer: lu_zero X-VCS-Committer-Name: Luca Barbato X-VCS-Revision: b5cd649e07a13c158ff097cc631a96042a0581fc X-VCS-Branch: master Date: Wed, 12 Dec 2018 15:02:46 +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: adb41168-6626-42e1-82e8-33cba3835461 X-Archives-Hash: 6f0fa8aeaabe07246528b0c1e867f8c7 commit: b5cd649e07a13c158ff097cc631a96042a0581fc Author: Luca Barbato gentoo org> AuthorDate: Wed Dec 12 15:02:09 2018 +0000 Commit: Luca Barbato gentoo org> CommitDate: Wed Dec 12 15:02:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cd649e media-libs/dav1d: First release Update the useflag description and add the new ebuild. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Luca Barbato gentoo.org> media-libs/dav1d/Manifest | 1 + media-libs/dav1d/{dav1d-9999.ebuild => dav1d-0.1.0.ebuild} | 4 ++-- media-libs/dav1d/dav1d-9999.ebuild | 4 ++-- media-libs/dav1d/metadata.xml | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/media-libs/dav1d/Manifest b/media-libs/dav1d/Manifest new file mode 100644 index 00000000000..766c5b355cc --- /dev/null +++ b/media-libs/dav1d/Manifest @@ -0,0 +1 @@ +DIST dav1d-0.1.0.tar.bz2 351745 BLAKE2B 302680ddfdc8d5a3eff90541ed156e820c3322bfb93316da1b2deabeac40062103af19e99dfa810678e62ad668c4aed944ac9bf8160afb301b100063919ed2a1 SHA512 5893ad40af7c4f5c3678ecc604ad360b5d1cd3fadaa16f7183d638745097fed091aeb3456540db61a2f4f0fc8bb93f2a20f428c76a7976d3fd186cc8b8baed53 diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-0.1.0.ebuild similarity index 94% copy from media-libs/dav1d/dav1d-9999.ebuild copy to media-libs/dav1d/dav1d-0.1.0.ebuild index c5eab1165a3..8b2a1f36133 100644 --- a/media-libs/dav1d/dav1d-9999.ebuild +++ b/media-libs/dav1d/dav1d-0.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ DOCS=( README.md doc/PATENTS ) multilib_src_configure() { local -a bits=() use 8bit && bits+=( 8 ) - use 10bit && bits+=( 10 ) + use 10bit && bits+=( 16 ) if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then build_asm=false diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild index c5eab1165a3..8b2a1f36133 100644 --- a/media-libs/dav1d/dav1d-9999.ebuild +++ b/media-libs/dav1d/dav1d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -34,7 +34,7 @@ DOCS=( README.md doc/PATENTS ) multilib_src_configure() { local -a bits=() use 8bit && bits+=( 8 ) - use 10bit && bits+=( 10 ) + use 10bit && bits+=( 16 ) if [[ ${MULTILIB_ABI_FLAG} == abi_x86_x32 ]]; then build_asm=false diff --git a/media-libs/dav1d/metadata.xml b/media-libs/dav1d/metadata.xml index 96b9f2cd559..112a2f9c98f 100644 --- a/media-libs/dav1d/metadata.xml +++ b/media-libs/dav1d/metadata.xml @@ -6,8 +6,8 @@ Add support for decoding 8-bit AV1. - Add support for building 10-bit AV1. - Enable custom x86 assembly for faster decoding. + Add support for building 10-bit and 12-bit AV1. + Enable custom assembly for faster decoding. https://code.videolan.org/videolan/dav1d/issues