From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faun/
Date: Sat, 07 Jun 2025 04:08:34 +0000 (UTC) [thread overview]
Message-ID: <1749268936.d45abf3582e2066a0c64a9b45ebd8cf0caa23fa7.sam@gentoo> (raw)
commit: d45abf3582e2066a0c64a9b45ebd8cf0caa23fa7
Author: Azamat H. Hackimov <azamat.hackimov <AT> gmail <DOT> com>
AuthorDate: Wed Jun 4 15:22:19 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 7 04:02:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d45abf35
media-libs/faun: add 0.2.3
Signed-off-by: Azamat H. Hackimov <azamat.hackimov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42475
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-libs/faun/Manifest | 1 +
media-libs/faun/faun-0.2.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-libs/faun/Manifest b/media-libs/faun/Manifest
index bf4da9d5f578..2fbfce875ee1 100644
--- a/media-libs/faun/Manifest
+++ b/media-libs/faun/Manifest
@@ -1 +1,2 @@
DIST faun-0.2.1.tar.gz 118623 BLAKE2B 812f99462d512efde104c664ae1a12b0ada5b87e7b975c2f89274c41d9d24409eccb2ea28d37e02225dab0d6290bf2fa5302a55b5ec824ae7943aaa6149c80cb SHA512 d145d99519c6836147f27bada0b87b70ad864b9bb3af3860183fc7a1c0b51c10a6f904ca365f7016510088d4f83e42dbd2d0e9dd260ad73209e29985af3a9fd4
+DIST faun-0.2.3.tar.gz 119451 BLAKE2B 915f7c3e0ce9d3f80afc07bdfddff13205bc7f3057d258d5990523a476d51354f1b3370673bec81403ffddd44fe9862396631529dbb08069c57d01ca68eab930 SHA512 947f368ac2f1897f03ac4f512fd8bf4fb6b3a32b57aec3474dc9591ee74bc4e2f22f1b92d1f6a82335b0f3af8e0748ee1c588f71c5423c3c2da6490b073b2f8e
diff --git a/media-libs/faun/faun-0.2.3.ebuild b/media-libs/faun/faun-0.2.3.ebuild
new file mode 100644
index 000000000000..3750f5c686a8
--- /dev/null
+++ b/media-libs/faun/faun-0.2.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2023-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit edo toolchain-funcs
+
+DESCRIPTION="A high-level C audio library"
+HOMEPAGE="https://wickedsmoke.codeberg.page/faun_doc/"
+SRC_URI="https://codeberg.org/wickedsmoke/faun/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="flac"
+
+DEPEND="
+ flac? ( media-libs/flac )
+ media-libs/libpulse
+ media-libs/libvorbis
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-0.2.1_makefile.patch"
+)
+
+src_configure() {
+ tc-export CC
+ # custom configure
+ edo ./configure $(usex !flac --no_flac "")
+}
+
+src_install() {
+ emake DESTDIR="${D}/usr" install
+ dodoc README.md
+}
next reply other threads:[~2025-06-07 4:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-07 4:08 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-07 4:08 [gentoo-commits] repo/gentoo:master commit in: media-libs/faun/ Sam James
2024-07-20 11:20 Arthur Zamarin
2024-07-20 11:20 Arthur Zamarin
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=1749268936.d45abf3582e2066a0c64a9b45ebd8cf0caa23fa7.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