From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 38B55158128 for ; Tue, 17 Jun 2025 00:16:30 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1DA2C34230A for ; Tue, 17 Jun 2025 00:16:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0FE0F1104D9; Tue, 17 Jun 2025 00:16:29 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 06B2B1104D9 for ; Tue, 17 Jun 2025 00:16:29 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E07734230A for ; Tue, 17 Jun 2025 00:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D92DF29AF for ; Tue, 17 Jun 2025 00:16:26 +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: <1750114648.ea9356d7cd69b073fc27099e7e0a7dd5ca8203b3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libde265/Manifest media-libs/libde265/libde265-1.0.16.ebuild media-libs/libde265/libde265-9999.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ea9356d7cd69b073fc27099e7e0a7dd5ca8203b3 X-VCS-Branch: master Date: Tue, 17 Jun 2025 00:16:26 +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: 03656773-9c56-467e-99a4-53dfdc3b1936 X-Archives-Hash: 82e4c18c0b6af7ff0767ffd1103f8e61 commit: ea9356d7cd69b073fc27099e7e0a7dd5ca8203b3 Author: Sam James gentoo org> AuthorDate: Mon Jun 16 22:57:28 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 16 22:57:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9356d7 media-libs/libde265: add 1.0.16 Signed-off-by: Sam James gentoo.org> media-libs/libde265/Manifest | 1 + .../libde265/{libde265-9999.ebuild => libde265-1.0.16.ebuild} | 6 ++++-- media-libs/libde265/libde265-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/media-libs/libde265/Manifest b/media-libs/libde265/Manifest index 6ac44a5715b0..7485fafa5f9c 100644 --- a/media-libs/libde265/Manifest +++ b/media-libs/libde265/Manifest @@ -1 +1,2 @@ DIST libde265-1.0.15.tar.gz 846016 BLAKE2B b968a46dd56c3dda7da0e24289ccf24d08baf382771794dafacba942de41b7458b3a515e22abe2f35465bac731e67f29b409dbc95ced3531a211e6e40a1ea774 SHA512 375d8e781108247e0e8b4d7a036d20cc5d0670bdbf6ddb40a6d3dbf912fa776d2f001fb762301cb97e4d43be29eb415b0cdbfc6e07aa18b3f2346f7409c64fce +DIST libde265-1.0.16.tar.gz 835657 BLAKE2B 7095d2659036e7323c2c26fea7c45c67152dd054856b2534456ec679ff6b75ba6375a3b154f68eb86b938d08ea99ae654e782ef1ff8a253252bd65d8225caaa8 SHA512 07f4dd75238030ed86f1b86d990a5a1c31866d5217db2aa23757432da214a19c5f4094a6c2f8fe3453c64d36ee745ca4f1e22a19a80b2685b6530431a35eb4e1 diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-1.0.16.ebuild similarity index 91% copy from media-libs/libde265/libde265-9999.ebuild copy to media-libs/libde265/libde265-1.0.16.ebuild index ba775f376734..eafb9342e00a 100644 --- a/media-libs/libde265/libde265-9999.ebuild +++ b/media-libs/libde265/libde265-1.0.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,9 @@ multilib_src_install() { rm "${ED}"/usr/bin/{tests,gen-enc-table,yuv-distortion} || die if ! use tools; then rm "${ED}"/usr/bin/{bjoentegaard,block-rate-estim,rd-curves} || die - rm "${ED}"/usr/bin/acceleration_speed || die + # Disabled as of 1.0.16 + # https://github.com/strukturag/libde265/commit/edf58dd61c50fb28f4b31569c250389f125bd826 + #rm "${ED}"/usr/bin/acceleration_speed || die fi else # Remove all non-native binary tools diff --git a/media-libs/libde265/libde265-9999.ebuild b/media-libs/libde265/libde265-9999.ebuild index ba775f376734..eafb9342e00a 100644 --- a/media-libs/libde265/libde265-9999.ebuild +++ b/media-libs/libde265/libde265-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -81,7 +81,9 @@ multilib_src_install() { rm "${ED}"/usr/bin/{tests,gen-enc-table,yuv-distortion} || die if ! use tools; then rm "${ED}"/usr/bin/{bjoentegaard,block-rate-estim,rd-curves} || die - rm "${ED}"/usr/bin/acceleration_speed || die + # Disabled as of 1.0.16 + # https://github.com/strukturag/libde265/commit/edf58dd61c50fb28f4b31569c250389f125bd826 + #rm "${ED}"/usr/bin/acceleration_speed || die fi else # Remove all non-native binary tools