From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/liblc3/
Date: Sun, 23 Feb 2025 18:38:49 +0000 (UTC) [thread overview]
Message-ID: <1740335912.7fc1c9a14210fd85c04a487110a3d4281a3afba3.sam@gentoo> (raw)
commit: 7fc1c9a14210fd85c04a487110a3d4281a3afba3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 18:28:31 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 18:38:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fc1c9a1
media-sound/liblc3: add 1.1.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/liblc3/Manifest | 1 +
media-sound/liblc3/liblc3-1.1.3.ebuild | 65 ++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/media-sound/liblc3/Manifest b/media-sound/liblc3/Manifest
index ee47fe1ad77b..d91be7faea6e 100644
--- a/media-sound/liblc3/Manifest
+++ b/media-sound/liblc3/Manifest
@@ -1,2 +1,3 @@
DIST liblc3-1.0.4.tar.gz 263276 BLAKE2B 8c4b5e23b3dafe2fa22812c688f1f57167369cebe565b097e554be693d49b0c196fb5e454f3db8e724410f8c04d4bb66bd7594ab46b2a1b91c277300e5c48dc2 SHA512 bc047aa26059f2b2a7f5275b580f39a9237ffdd6da03645c7e95957447ba7410768ae5c08fcf1e0ac16fac873be4cbf62695b2298ef72f54f09e577664c27255
DIST liblc3-1.1.1.tar.gz 1658742 BLAKE2B a38f1bede375fb57ee64b6e8ee7b639b01a58049815585a4528b2d0dfd5bf118455708f90e964b4a7b0599eb72dd6ba21b98a8c80588e64111ad9669f2c7fc3d SHA512 cd424a46fe8bad3cd2d633ef957305538afeb86f211d8824cf21e5c47c7ed174674a33a4e1906b73ab478cac7ed747c730f2d71d0021a7027c1c28b63ba3e588
+DIST liblc3-1.1.3.tar.gz 1659909 BLAKE2B 83bc34c360fda5f8f7d518e9dd1f9e6a4e019168e76265e0b66712a4c081cd31a37c72c35d7de26c607484ab541b99d37c47990ecbb37857762c8bab5460bad7 SHA512 0f06367651b2ebd5e5e8f8e6256fd818646f6674e5bd278ba224c2fdbce7e4b6985d8ef1c5e69aee2fdbeeb4f790fb1e80529d3f8da9fc2dff98e9b8f90d4bdb
diff --git a/media-sound/liblc3/liblc3-1.1.3.ebuild b/media-sound/liblc3/liblc3-1.1.3.ebuild
new file mode 100644
index 000000000000..c4def90a0a47
--- /dev/null
+++ b/media-sound/liblc3/liblc3-1.1.3.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
+inherit python-any-r1 toolchain-funcs meson-multilib
+
+DESCRIPTION="LC3 is an efficient low latency audio codec"
+HOMEPAGE="https://github.com/google/liblc3"
+SRC_URI="https://github.com/google/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="test tools"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ test? (
+ $(python_gen_any_dep '
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/scipy[${PYTHON_USEDEP}]
+ ')
+ )
+"
+
+python_check_deps() {
+ python_has_version "dev-python/numpy[${PYTHON_USEDEP}]" &&
+ python_has_version "dev-python/scipy[${PYTHON_USEDEP}]"
+}
+
+pkg_setup() {
+ use test && python-any-r1_pkg_setup
+}
+
+multilib_src_prepare() {
+ if ! use arm ; then
+ rm -r "test/arm" || die
+ fi
+
+ if ! use arm64 ; then
+ rm -r "test/neon" || die
+ fi
+
+ default
+}
+
+multilib_src_configure() {
+ local emesonargs=(
+ -Dpython=false
+ $(meson_native_use_bool tools)
+ )
+ meson_src_configure
+}
+
+multilib_src_test() {
+ if multilib_is_native_abi; then
+ # Makefile misuses V=, so V=1 fails (e.g. "1cd ...")
+ emake V= -C "${S}" test CC="$(tc-getCC)" \
+ CFLAGS:="${CPPFLAGS} ${CFLAGS} -I"$("${EPYTHON}" -c "import numpy;print(numpy.get_include())")""
+ else
+ ewarn "Skipping test for non-native ABI: ${ABI}"
+ fi
+}
next reply other threads:[~2025-02-23 18:38 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 18:38 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-24 23:51 [gentoo-commits] repo/gentoo:master commit in: media-sound/liblc3/ Sam James
2025-04-23 15:52 Sam James
2025-04-22 0:36 Sam James
2025-04-21 6:22 Sam James
2025-04-20 2:10 Sam James
2025-04-20 2:01 Sam James
2025-04-14 2:42 Ionen Wolkens
2025-02-23 5:11 Sam James
2024-07-17 6:14 Sam James
2024-06-20 17:16 Sam James
2024-06-20 17:16 Sam James
2024-04-29 1:01 Sam James
2023-11-24 9:31 Sam James
2023-11-22 18:29 Sam James
2023-11-22 18:29 Sam James
2023-09-27 7:21 Sam James
2023-09-27 6:34 Sam James
2023-09-27 5:09 Sam James
2023-09-27 4:49 Sam James
2023-09-27 4:46 Sam James
2023-08-13 6:49 Sam James
2023-07-28 12:02 Arthur Zamarin
2023-07-28 12:02 Arthur Zamarin
2023-07-28 12:01 Arthur Zamarin
2023-07-28 9:37 Sam James
2023-07-28 7:56 Sam James
2023-07-04 5:46 WANG Xuerui
2023-06-27 5:20 Jakov Smolić
2023-06-26 18:39 Arthur Zamarin
2023-06-26 18:39 Arthur Zamarin
2023-06-26 18:39 Arthur Zamarin
2023-06-26 18:39 Arthur Zamarin
2023-06-26 18:26 Arthur Zamarin
2023-06-26 16:47 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=1740335912.7fc1c9a14210fd85c04a487110a3d4281a3afba3.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