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 A2E94158041 for ; Mon, 18 Mar 2024 07:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB17FE29B8; Mon, 18 Mar 2024 07:20:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADA39E29B8 for ; Mon, 18 Mar 2024 07:20:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C22F933FEF1 for ; Mon, 18 Mar 2024 07:20:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F88C155A for ; Mon, 18 Mar 2024 07:20:39 +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: <1710746420.96bcc2c282cbfed74398ec8adb5b95e155589ae3.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-r4.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: 96bcc2c282cbfed74398ec8adb5b95e155589ae3 X-VCS-Branch: master Date: Mon, 18 Mar 2024 07:20:39 +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: 8cb65ee9-874f-438f-b2fe-1d2416dbb3e5 X-Archives-Hash: 3fe427410508076c193f81c2509829dc commit: 96bcc2c282cbfed74398ec8adb5b95e155589ae3 Author: Eli Schwartz gmail com> AuthorDate: Mon Mar 18 06:15:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 18 07:20:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bcc2c2 media-libs/x265: update EAPI 7 -> 8 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/x265/{x265-9999.ebuild => x265-3.5-r4.ebuild} | 9 +++++---- media-libs/x265/x265-9999.ebuild | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-3.5-r4.ebuild similarity index 98% copy from media-libs/x265/x265-9999.ebuild copy to media-libs/x265/x265-3.5-r4.ebuild index 8fb553c069a6..11fbb36fc212 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-3.5-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake flag-o-matic multilib-minimal multibuild @@ -19,7 +19,7 @@ HOMEPAGE="http://x265.org/ https://bitbucket.org/multicoreware/x265_git/" LICENSE="GPL-2" # subslot = libx265 soname -SLOT="0/208" +SLOT="0/199" IUSE="+10bit +12bit cpu_flags_ppc_vsx2 numa test" RESTRICT="!test? ( test )" @@ -31,10 +31,11 @@ BDEPEND=" abi_x86_64? ( ${ASM_DEPEND} )" PATCHES=( - "${FILESDIR}/${PN}-9999-arm.patch" + "${FILESDIR}/arm-r1.patch" "${FILESDIR}/neon.patch" + "${FILESDIR}/x265-3.3-ppc64.patch" "${FILESDIR}/tests.patch" - "${FILESDIR}/${PN}-9999-test-ns.patch" + "${FILESDIR}/test-ns.patch" ) src_unpack() { diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index 8fb553c069a6..8be9f4a93e84 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake flag-o-matic multilib-minimal multibuild