public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
Date: Sat, 13 Feb 2021 22:52:39 +0000 (UTC)	[thread overview]
Message-ID: <1613256720.4129259d8f3fc0c21c4ae5ce8aed47e689902d53.soap@gentoo> (raw)

commit:     4129259d8f3fc0c21c4ae5ce8aed47e689902d53
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Feb 13 22:52:00 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 22:52:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4129259d

media-sound/bristol: add-flags -> append-cflags; drop static-libs

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...0.60.11-r1.ebuild => bristol-0.60.11-r2.ebuild} | 23 ++++++++++------------
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r2.ebuild
similarity index 78%
rename from media-sound/bristol/bristol-0.60.11-r1.ebuild
rename to media-sound/bristol/bristol-0.60.11-r2.ebuild
index a98b921d23d..e5481dc9adb 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r2.ebuild
@@ -12,25 +12,20 @@ SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="alsa oss static-libs"
+IUSE="alsa oss"
 # osc : configure option but no code it seems...
 # jack: fails to build if disabled
 # pulseaudio: not fully supported
 
 BDEPEND="
-	virtual/pkgconfig
-"
+	virtual/pkgconfig"
 RDEPEND="
 	virtual/jack
 	x11-libs/libX11
-	alsa? ( media-libs/alsa-lib )
-"
+	alsa? ( media-libs/alsa-lib )"
 # osc? ( >=media-libs/liblo-0.22 )
 DEPEND="${RDEPEND}
-	x11-base/xorg-proto
-"
-
-DOCS=( AUTHORS ChangeLog HOWTO NEWS README )
+	x11-base/xorg-proto"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-cflags.patch
@@ -45,12 +40,12 @@ src_prepare() {
 }
 
 src_configure() {
-	add-flags -fcommon
+	append-cflags -fcommon
 	econf \
+		--disable-static \
 		--disable-version-check \
 		$(use_enable alsa) \
-		$(use_enable oss) \
-		$(use_enable static-libs static)
+		$(use_enable oss)
 }
 
 src_compile() {
@@ -59,5 +54,7 @@ src_compile() {
 
 src_install() {
 	default
-	find "${D}" -name '*.la' -delete || die
+	dodoc HOWTO
+
+	find "${ED}" -name '*.la' -delete || die
 }


             reply	other threads:[~2021-02-13 22:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-13 22:52 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-30 17:31 [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/ Sam James
2024-06-30 17:31 Sam James
2024-03-18  5:31 Sam James
2024-03-18  5:31 Sam James
2022-03-09 23:12 Sam James
2021-01-06 23:23 Andreas K. Hüttel
2020-10-07  7:09 Agostino Sarubbo
2020-10-03 15:18 Miroslav Šulc
2019-05-22 15:41 Andreas Sturmlechner

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=1613256720.4129259d8f3fc0c21c4ae5ce8aed47e689902d53.soap@gentoo \
    --to=soap@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