From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openfec/
Date: Sun, 20 Apr 2025 09:15:19 +0000 (UTC) [thread overview]
Message-ID: <1745138889.d37c27baf71e5950bd5a2a2322b45d3cc75ec582.sam@gentoo> (raw)
commit: d37c27baf71e5950bd5a2a2322b45d3cc75ec582
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 08:48:09 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 08:48:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37c27ba
media-libs/openfec: add 1.4.2.12
Closes: https://bugs.gentoo.org/951998
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/openfec/Manifest | 1 +
media-libs/openfec/openfec-1.4.2.12.ebuild | 33 ++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/media-libs/openfec/Manifest b/media-libs/openfec/Manifest
index 2f6532ea0afb..8247d221d1f4 100644
--- a/media-libs/openfec/Manifest
+++ b/media-libs/openfec/Manifest
@@ -1 +1,2 @@
DIST openfec-1.4.2.11.tar.gz 1112095 BLAKE2B d54fcb6f3a6ea76e44519384fb288e1a896315642175694ed887ee7637c9b479d94a4e461e446b92baf669695f496eb30b5b7836b86b297c3cc95bd63edbd48d SHA512 e77da3997296e6518574102e54af2f60d27a691bb32ea9eb61a5de714974e35287d2c18e1564fa7d299fa2191af1ad718ffd8f9fd5ad7ea468aca0dd6b88e9e5
+DIST openfec-1.4.2.12.tar.gz 1114214 BLAKE2B 3a53ee5330398d22b4f98038a4f9d0285b375f389e0fd80ed7e01f3fcb0e15fc78008dde98f33786e04a2707290a3ae39915f1b06ae686a0c5fe01fa76faa8fd SHA512 8228dffe7be5ef687d1d38775eae077fd0f7011099580b9cdfc0963704ee7b1332f73e911f244d20876578a394773d2eaa51d54f5851905d7c99ba0c117da295
diff --git a/media-libs/openfec/openfec-1.4.2.12.ebuild b/media-libs/openfec/openfec-1.4.2.12.ebuild
new file mode 100644
index 000000000000..26da10d85183
--- /dev/null
+++ b/media-libs/openfec/openfec-1.4.2.12.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Library of various AL-FEC codecs"
+HOMEPAGE="https://github.com/roc-streaming/openfec http://openfec.org/"
+SRC_URI="https://github.com/roc-streaming/openfec/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+# See https://github.com/roc-streaming/openfec/blob/d87b258e3de3cdddf700b40e94c51ec9bd44a47f/CHANGELOG#L47.
+LICENSE="CeCILL-2 CeCILL-C"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.4.2.11-opt.patch
+)
+
+src_configure() {
+ local mycmakeargs=(
+ # Causes crashes in media-libs/roc-toolkit (bug #941750)
+ # https://github.com/roc-streaming/openfec/issues/22
+ -DASSEMBLY_SSE_OPT=OFF
+ )
+
+ cmake_src_configure
+}
+
+src_test() {
+ cmake_src_test tests
+}
next reply other threads:[~2025-04-20 9:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-20 9:15 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-20 9:15 [gentoo-commits] repo/gentoo:master commit in: media-libs/openfec/ Sam James
2024-11-22 10:20 Sam James
2024-10-18 10:18 Sam James
2023-09-07 19:37 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1745138889.d37c27baf71e5950bd5a2a2322b45d3cc75ec582.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox