From: "Daniel Pielmeier" <billie@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/files/
Date: Mon, 10 Mar 2025 16:57:29 +0000 (UTC) [thread overview]
Message-ID: <1741625813.4ea6bbc3fa2bdb3de0c9ab4e06bcd82be54cb5d1.billie@gentoo> (raw)
commit: 4ea6bbc3fa2bdb3de0c9ab4e06bcd82be54cb5d1
Author: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 16:56:53 2025 +0000
Commit: Daniel Pielmeier <billie <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 16:56:53 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea6bbc3
media-sound/aqualung: Add missing patch
Closes: https://bugs.gentoo.org/951105
Signed-off-by: Daniel Pielmeier <billie <AT> gentoo.org>
.../aqualung/files/aqualung-2.0-configure.patch | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/media-sound/aqualung/files/aqualung-2.0-configure.patch b/media-sound/aqualung/files/aqualung-2.0-configure.patch
new file mode 100644
index 000000000000..6022b1c0f929
--- /dev/null
+++ b/media-sound/aqualung/files/aqualung-2.0-configure.patch
@@ -0,0 +1,23 @@
+From ecb4cd11d6eefaf8b4a97d837a986623bcff653a Mon Sep 17 00:00:00 2001
+From: Daniel Pielmeier <billie80@users.noreply.github.com>
+Date: Sun, 9 Mar 2025 14:01:28 +0100
+Subject: [PATCH] Fix typo in configure.ac
+
+The platform defines added in commit 8e62717 introduced an unnecessary comma which results in a configure warning.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 8113679..dac7b39 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -270,7 +270,7 @@ AQUALUNG_DETECT([lavc], [Libav / FFmpeg],
+ AQUALUNG_DETECT([MAC], [Monkey's Audio Codec],
+ [AC_CHECK_LIB([MAC], [CreateIAPEDecompress],
+ [
+- AQUALUNG_FOUND([MAC], [-lMAC -lstdc++]),
++ AQUALUNG_FOUND([MAC], [-lMAC -lstdc++])
+ AS_CASE([$host_os],
+ [cygwin*|mingw*], [AC_DEFINE([PLATFORM_WINDOWS], [1], [Defined if Windows])],
+ [darwin*], [AC_DEFINE([PLATFORM_DARWIN], [1], [Defined if Darwin])],
next reply other threads:[~2025-03-10 16:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 16:57 Daniel Pielmeier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-30 14:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/aqualung/files/ Daniel Pielmeier
2023-08-13 14:04 Daniel Pielmeier
2018-01-17 16:43 Daniel Pielmeier
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=1741625813.4ea6bbc3fa2bdb3de0c9ab4e06bcd82be54cb5d1.billie@gentoo \
--to=billie@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