public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/speexdsp/files/, media-libs/speexdsp/
Date: Fri, 13 Dec 2024 09:35:54 +0000 (UTC)	[thread overview]
Message-ID: <1734082373.f195080b43e59fba5fb65ecd346fdefb6d4adee8.sam@gentoo> (raw)

commit:     f195080b43e59fba5fb65ecd346fdefb6d4adee8
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Thu Dec 12 14:46:51 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 09:32:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f195080b

media-libs/speexdsp: fix autoreconf with slibtoolize

Upstream-PR: https://github.com/xiph/speexdsp/pull/48
Upstream-Commit: https://github.com/xiph/speexdsp/commit/dbd421d149a9c362ea16150694b75b63d757a521
Signed-off-by: orbea <orbea <AT> riseup.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/speexdsp-1.2.1-slibtoolize.patch         | 28 ++++++++++++++++++++++
 media-libs/speexdsp/speexdsp-1.2.1.ebuild          |  3 ++-
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/media-libs/speexdsp/files/speexdsp-1.2.1-slibtoolize.patch b/media-libs/speexdsp/files/speexdsp-1.2.1-slibtoolize.patch
new file mode 100644
index 000000000000..63688bc27070
--- /dev/null
+++ b/media-libs/speexdsp/files/speexdsp-1.2.1-slibtoolize.patch
@@ -0,0 +1,28 @@
+https://github.com/xiph/speexdsp/pull/48
+https://github.com/xiph/speexdsp/commit/dbd421d149a9c362ea16150694b75b63d757a521
+
+From dbd421d149a9c362ea16150694b75b63d757a521 Mon Sep 17 00:00:00 2001
+From: orbea <orbea@riseup.net>
+Date: Tue, 4 Jun 2024 08:54:37 -0700
+Subject: [PATCH] configure.ac: don't use internal GNU libtool functions
+
+This doesn't work when using slibtoolize instead of GNU libtoolize and
+is not necessary anyways.
+
+Signed-off-by: orbea <orbea@riseup.net>
+---
+ configure.ac | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index cd433ffe..413f71da 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -22,7 +22,6 @@ AM_INIT_AUTOMAKE([foreign no-define])
+ AM_MAINTAINER_MODE([enable])
+ 
+ AC_CANONICAL_HOST
+-_LT_SET_OPTION([LT_INIT],[win32-dll])
+ LT_INIT
+ 
+ AC_C_BIGENDIAN

diff --git a/media-libs/speexdsp/speexdsp-1.2.1.ebuild b/media-libs/speexdsp/speexdsp-1.2.1.ebuild
index 9c163de502b2..4c7c02bf2599 100644
--- a/media-libs/speexdsp/speexdsp-1.2.1.ebuild
+++ b/media-libs/speexdsp/speexdsp-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,7 @@ S="${WORKDIR}/${MY_P}"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.2.0-configure.patch
+	"${FILESDIR}"/${P}-slibtoolize.patch
 )
 
 src_prepare() {


             reply	other threads:[~2024-12-13  9:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13  9:35 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-06-07  9:14 [gentoo-commits] repo/gentoo:master commit in: media-libs/speexdsp/files/, media-libs/speexdsp/ Miroslav Šulc
2017-12-17 22:56 Andreas Sturmlechner
2017-12-17 22:22 Andreas Sturmlechner
2017-03-03 23:11 Michael Palimaka

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=1734082373.f195080b43e59fba5fb65ecd346fdefb6d4adee8.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