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 1914F1580EB for ; Fri, 23 May 2025 06:54:36 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 04BBC3434E6 for ; Fri, 23 May 2025 06:54:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08ED31103DE; Fri, 23 May 2025 06:54:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id F2AE91103DE for ; Fri, 23 May 2025 06:54:34 +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 9C5CC3431B7 for ; Fri, 23 May 2025 06:54:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40791198A for ; Fri, 23 May 2025 06:54:33 +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: <1747983245.2d3b4f4857161bb2aa39586c8bca7730ff61d63e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faad2/Manifest media-libs/faad2/faad2-2.11.2.ebuild X-VCS-Directories: media-libs/faad2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d3b4f4857161bb2aa39586c8bca7730ff61d63e X-VCS-Branch: master Date: Fri, 23 May 2025 06:54:33 +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: cbb9c637-9436-4cf4-8bf3-e2621b0a6126 X-Archives-Hash: c13012c43f45c5ae4d43c523cc269663 commit: 2d3b4f4857161bb2aa39586c8bca7730ff61d63e Author: Sam James gentoo org> AuthorDate: Fri May 23 06:46:17 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 23 06:54:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3b4f48 media-libs/faad2: add 2.11.2 Signed-off-by: Sam James gentoo.org> media-libs/faad2/Manifest | 1 + media-libs/faad2/faad2-2.11.2.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/media-libs/faad2/Manifest b/media-libs/faad2/Manifest index 7a1fd92e0e34..f98cf133f9f2 100644 --- a/media-libs/faad2/Manifest +++ b/media-libs/faad2/Manifest @@ -1 +1,2 @@ DIST faad2-2.11.1.tar.gz 657255 BLAKE2B f1e58a5618bdd93ee919f2d77dd461972cf4bc930c4a1738a8b4ec949fd2572ce0662a08ea01a4caca0da5fe007ec119d00184cd76e6f9f98c3141d24a589504 SHA512 b8f17680610b2f47344ea52b54412a02810a85eaf9d4c91b97ca09b2c6415c62d4af1b0771bfcacb9dfee400ed34504c0bd3c28369921c0392b3809e7de46ec5 +DIST faad2-2.11.2.tar.gz 657260 BLAKE2B cf7852e1891af0eb254b6ec068bbe472dd8c2e465fc4104bd1a69d7cbbe2d36439e50ee252b0879e7a77fab9dcd8299056eff7d7855352a50ebe29978421e7f0 SHA512 fd140c0f4e7946e95a49a8652e26f33b138fc3375da34d5e3a55cdde8a74be429eb6fe0180bd434841022cee3c2ec65fe40dda7440fe0dd2761622174f992490 diff --git a/media-libs/faad2/faad2-2.11.2.ebuild b/media-libs/faad2/faad2-2.11.2.ebuild new file mode 100644 index 000000000000..7ab2efd5a71e --- /dev/null +++ b/media-libs/faad2/faad2-2.11.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake-multilib + +DESCRIPTION="AAC audio decoding library" +HOMEPAGE="https://www.audiocoding.com/faad2.html https://github.com/knik0/faad2/" +SRC_URI="https://github.com/knik0/faad2/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +PATCHES=( + "${FILESDIR}/faad2-2.11.0-check-if-lrintf-is-defined.patch" +)