From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1327444-garchives=archives.gentoo.org@lists.gentoo.org>
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 625D9158086
	for <garchives@archives.gentoo.org>; Wed,  6 Oct 2021 01:02:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 72EBEE0928;
	Wed,  6 Oct 2021 01:02:38 +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-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5CF9AE0924
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Oct 2021 01:02:38 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 060E2343224
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Oct 2021 01:02:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FFBCDC
	for <gentoo-commits@lists.gentoo.org>; Wed,  6 Oct 2021 01:02:35 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1633482051.1510b1a50b32499c4e54d0bd792e09bf83317cc7.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-libs/x265/x265-3.5-r1.ebuild media-libs/x265/x265-3.5-r2.ebuild media-libs/x265/x265-9999.ebuild
X-VCS-Directories: media-libs/x265/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1510b1a50b32499c4e54d0bd792e09bf83317cc7
X-VCS-Branch: master
Date: Wed,  6 Oct 2021 01:02:35 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1e39b689-4be3-4281-a6e2-127a8a75b49e
X-Archives-Hash: e4d68de56294e1e22cf1fe741f6bb2e4

commit:     1510b1a50b32499c4e54d0bd792e09bf83317cc7
Author:     David Carlos Manuelda <StormByte <AT> gmail <DOT> com>
AuthorDate: Wed Oct  6 00:15:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct  6 01:00:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1510b1a5

media-libs/x265: add HDR10+ support

Closes: https://bugs.gentoo.org/816300
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/x265/{x265-3.5-r1.ebuild => x265-3.5-r2.ebuild} | 1 +
 media-libs/x265/x265-9999.ebuild                           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/media-libs/x265/x265-3.5-r1.ebuild b/media-libs/x265/x265-3.5-r2.ebuild
similarity index 99%
rename from media-libs/x265/x265-3.5-r1.ebuild
rename to media-libs/x265/x265-3.5-r2.ebuild
index 3e0116c5da0..58018488f52 100644
--- a/media-libs/x265/x265-3.5-r1.ebuild
+++ b/media-libs/x265/x265-3.5-r2.ebuild
@@ -105,6 +105,7 @@ x265_variant_src_configure() {
 				-DEXPORT_C_API=OFF
 				-DENABLE_SHARED=OFF
 				-DENABLE_CLI=OFF
+				-DENABLE_HDR10_PLUS=ON
 			)
 			if [[ ${ABI} = x86 ]] ; then
 				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )

diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
index 3e0116c5da0..58018488f52 100644
--- a/media-libs/x265/x265-9999.ebuild
+++ b/media-libs/x265/x265-9999.ebuild
@@ -105,6 +105,7 @@ x265_variant_src_configure() {
 				-DEXPORT_C_API=OFF
 				-DENABLE_SHARED=OFF
 				-DENABLE_CLI=OFF
+				-DENABLE_HDR10_PLUS=ON
 			)
 			if [[ ${ABI} = x86 ]] ; then
 				mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )