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, 13 Aug 2023 06:49:40 +0000 (UTC) [thread overview]
Message-ID: <1691909365.147f3ecd438f3eba165180b648f7367e25e3afee.sam@gentoo> (raw)
commit: 147f3ecd438f3eba165180b648f7367e25e3afee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 13 06:36:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 06:49:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147f3ecd
media-sound/liblc3: add 1.0.4
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/liblc3/Manifest | 1 +
media-sound/liblc3/liblc3-1.0.4.ebuild | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diff --git a/media-sound/liblc3/Manifest b/media-sound/liblc3/Manifest
index 900f32b7acb7..f17fbc13524f 100644
--- a/media-sound/liblc3/Manifest
+++ b/media-sound/liblc3/Manifest
@@ -1 +1,2 @@
DIST liblc3-1.0.3.tar.gz 261702 BLAKE2B 5b4f6961eb0990e746c9659c18f8a5daf1841cf3035d78f15414dfd631c18d0a61d8fbffb602130cae42d4ad3d87cee2bf311cb7065c217b79cc25637f2337c6 SHA512 ba8e2515b88bdc2db5c6fca0189d0f03720af1e2c33c91ade586efbd6f402a4ff9af33b5235716cac8dce7c17a5a432471f9572c17641fbc7877855aa0c2c2b4
+DIST liblc3-1.0.4.tar.gz 263276 BLAKE2B 8c4b5e23b3dafe2fa22812c688f1f57167369cebe565b097e554be693d49b0c196fb5e454f3db8e724410f8c04d4bb66bd7594ab46b2a1b91c277300e5c48dc2 SHA512 bc047aa26059f2b2a7f5275b580f39a9237ffdd6da03645c7e95957447ba7410768ae5c08fcf1e0ac16fac873be4cbf62695b2298ef72f54f09e577664c27255
diff --git a/media-sound/liblc3/liblc3-1.0.4.ebuild b/media-sound/liblc3/liblc3-1.0.4.ebuild
new file mode 100644
index 000000000000..3a165a2cd464
--- /dev/null
+++ b/media-sound/liblc3/liblc3-1.0.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+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"
+IUSE="tools"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+src_configure() {
+ local emesonargs=(
+ # We let users choose to enable LTO
+ -Db_lto=false
+ $(meson_use tools)
+ )
+ meson_src_configure
+}
next reply other threads:[~2023-08-13 6:49 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-13 6:49 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 18:38 Sam James
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-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=1691909365.147f3ecd438f3eba165180b648f7367e25e3afee.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