public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ben Kohler" <bkohler@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdaudio/, media-libs/libcdaudio/files/
Date: Wed, 23 Feb 2022 15:42:09 +0000 (UTC)	[thread overview]
Message-ID: <1645630911.c9a7edb15e642ddc4ca6cac06c758bc0fe3c4ef0.bkohler@gentoo> (raw)

commit:     c9a7edb15e642ddc4ca6cac06c758bc0fe3c4ef0
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 23 15:40:27 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Feb 23 15:41:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a7edb1

media-libs/libcdaudio: fix hardcoded /usr/lib in libcdaudio-config

Bug: https://bugs.gentoo.org/832199
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 .../files/libcdaudio-0.99.12-libdir-fix.patch      | 12 ++++++++++
 media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild | 28 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-libs/libcdaudio/files/libcdaudio-0.99.12-libdir-fix.patch b/media-libs/libcdaudio/files/libcdaudio-0.99.12-libdir-fix.patch
new file mode 100644
index 000000000000..96ee6fabf69d
--- /dev/null
+++ b/media-libs/libcdaudio/files/libcdaudio-0.99.12-libdir-fix.patch
@@ -0,0 +1,12 @@
+diff -ur a/libcdaudio-config.in b/libcdaudio-config.in
+--- a/libcdaudio-config.in	2022-02-23 09:34:38.948920631 -0600
++++ b/libcdaudio-config.in	2022-02-23 09:34:56.239410252 -0600
+@@ -49,7 +49,7 @@
+ 		echo @LIB_LDADD@
+ 	;;
+ 	--libs)
+-		libdir=-L${exec_prefix}/lib
++		libdir=-L${exec_prefix}@libdir@
+ 		echo $libdir -lcdaudio @LIBS@
+ 	;;
+ 	*)

diff --git a/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
new file mode 100644
index 000000000000..041695340a12
--- /dev/null
+++ b/media-libs/libcdaudio/libcdaudio-0.99.12-r3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Library of cd audio related routines"
+HOMEPAGE="http://libcdaudio.sourceforge.net/"
+SRC_URI="mirror://sourceforge/libcdaudio/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-0.99-CAN-2005-0706.patch
+	"${FILESDIR}"/${P}-bug245649.patch
+	"${FILESDIR}"/${P}-libdir-fix.patch
+)
+
+src_configure() {
+	econf --enable-threads --disable-static
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2022-02-23 15:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 15:42 Ben Kohler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-22 15:04 [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdaudio/, media-libs/libcdaudio/files/ Ben Kohler

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=1645630911.c9a7edb15e642ddc4ca6cac06c758bc0fe3c4ef0.bkohler@gentoo \
    --to=bkohler@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