* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2019-05-22 15:41 Andreas Sturmlechner
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Sturmlechner @ 2019-05-22 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 6eb0c82fada7249e468a8c82d4810a48aac61433
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 12:23:47 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 22 15:41:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb0c82f
media-sound/bristol: Fix DEPENDs
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 0cb211ac285..01ee6cb806e 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,15 +17,16 @@ IUSE="alsa oss static-libs"
# jack: fails to build if disabled
# pulseaudio: not fully supported
+BDEPEND="
+ virtual/pkgconfig
+"
RDEPEND="
- >=media-sound/jack-audio-connection-kit-0.109.2
+ virtual/jack
x11-libs/libX11
alsa? ( >=media-libs/alsa-lib-1.0.0 )
"
# osc? ( >=media-libs/liblo-0.22 )
-DEPEND="${RDEPEND}"
-BDEPEND="
- virtual/pkgconfig
+DEPEND="${RDEPEND}
x11-base/xorg-proto
"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2020-10-03 15:18 Miroslav Šulc
0 siblings, 0 replies; 10+ messages in thread
From: Miroslav Šulc @ 2020-10-03 15:18 UTC (permalink / raw
To: gentoo-commits
commit: f3331c4337bf8dfc480f1bff322d2a723b6a312a
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 15:18:24 2020 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 15:18:40 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3331c43
media-sound/bristol: respect LDFLAGS
Closes: https://bugs.gentoo.org/727780
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 01ee6cb806e..14c3db1d710 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,7 +23,7 @@ BDEPEND="
RDEPEND="
virtual/jack
x11-libs/libX11
- alsa? ( >=media-libs/alsa-lib-1.0.0 )
+ alsa? ( media-libs/alsa-lib )
"
# osc? ( >=media-libs/liblo-0.22 )
DEPEND="${RDEPEND}
@@ -52,6 +52,10 @@ src_configure() {
$(use_enable static-libs static)
}
+src_compile() {
+ emake LDFLAGS="${LDFLAGS}"
+}
+
src_install() {
default
find "${D}" -name '*.la' -delete || die
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2020-10-07 7:09 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2020-10-07 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 3b7bd82d061d695dbb5cfc4aa5c15197853b9756
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 07:06:13 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 07:09:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7bd82d
media-sound/bristol: x86 stable wrt bug #746245
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 89257239284..9948c638e79 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bristol/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="alsa oss static-libs"
# osc : configure option but no code it seems...
# jack: fails to build if disabled
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2021-01-06 23:23 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-01-06 23:23 UTC (permalink / raw
To: gentoo-commits
commit: 6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 22:26:19 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 23:22:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce14e6
media-sound/bristol: Apply gcc-10 workaround
Closes: https://bugs.gentoo.org/746347
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r1.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r1.ebuild b/media-sound/bristol/bristol-0.60.11-r1.ebuild
index 9948c638e79..a98b921d23d 100644
--- a/media-sound/bristol/bristol-0.60.11-r1.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools flag-o-matic
DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
HOMEPAGE="https://sourceforge.net/projects/bristol"
@@ -45,6 +45,7 @@ src_prepare() {
}
src_configure() {
+ add-flags -fcommon
econf \
--disable-version-check \
$(use_enable alsa) \
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2021-02-13 22:52 David Seifert
0 siblings, 0 replies; 10+ messages in thread
From: David Seifert @ 2021-02-13 22:52 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2022-03-09 23:12 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-03-09 23:12 UTC (permalink / raw
To: gentoo-commits
commit: 6bc1c69ba87e98a8d3c1a6968294d112b3fc4dba
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 9 22:53:29 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 9 22:53:29 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc1c69b
media-sound/bristol: fix IndirectInherits (toolchain-funcs)
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r2.ebuild b/media-sound/bristol/bristol-0.60.11-r2.ebuild
index b23ac9b3f46b..839690ec6fd9 100644
--- a/media-sound/bristol/bristol-0.60.11-r2.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools flag-o-matic
+inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="Synthesizer keyboard emulation package: Moog, Hammond and others"
HOMEPAGE="https://sourceforge.net/projects/bristol"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2024-03-18 5:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-18 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 5d6e486199ed2e73f926865feeb23e70d1fbb312
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 18 00:38:29 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:29:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d6e4861
media-sound/bristol: mark as LTO-unsafe
Upstream project is dead, not worth submitting a ticket to sourceforge.
Closes: https://bugs.gentoo.org/860447
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r3.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/media-sound/bristol/bristol-0.60.11-r3.ebuild b/media-sound/bristol/bristol-0.60.11-r3.ebuild
index 3a637123b0a5..9058db52ef35 100644
--- a/media-sound/bristol/bristol-0.60.11-r3.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r3.ebuild
@@ -40,6 +40,13 @@ src_prepare() {
}
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/860447
+ #
+ # Upstream is dead. The last release was in 2013 and the last maintainer
+ # comment on discussions was 2020.
+ filter-lto
+
tc-export PKG_CONFIG
append-cflags -fcommon
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2024-03-18 5:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-03-18 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 6a35c467d1ff8e3450defa0919dfb3ae94f8f9df
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Mon Mar 18 00:38:15 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 05:29:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a35c467
media-sound/bristol: update EAPI 7 -> 8
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r3.ebuild b/media-sound/bristol/bristol-0.60.11-r3.ebuild
index 79c8d29a25e5..3a637123b0a5 100644
--- a/media-sound/bristol/bristol-0.60.11-r3.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r3.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools flag-o-matic toolchain-funcs
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2024-06-30 17:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-06-30 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 0bdaa885ed875408cf41aa4739556ce2040d1705
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 17:25:23 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 17:25:23 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdaa885
media-sound/bristol: Stabilize 0.60.11-r4 x86, #935228
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r4.ebuild b/media-sound/bristol/bristol-0.60.11-r4.ebuild
index 52f1b9243ed7..f7133973d09b 100644
--- a/media-sound/bristol/bristol-0.60.11-r4.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/bristol/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="alsa oss"
# osc : configure option but no code it seems...
# jack: fails to build if disabled
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/
@ 2024-06-30 17:31 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-06-30 17:31 UTC (permalink / raw
To: gentoo-commits
commit: 37681cfea0a6194cbe39ed7372d8cbd4ac82670c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 17:25:22 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 17:25:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37681cfe
media-sound/bristol: Stabilize 0.60.11-r4 amd64, #935228
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/bristol/bristol-0.60.11-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/bristol/bristol-0.60.11-r4.ebuild b/media-sound/bristol/bristol-0.60.11-r4.ebuild
index fa56b08eb4ef..52f1b9243ed7 100644
--- a/media-sound/bristol/bristol-0.60.11-r4.ebuild
+++ b/media-sound/bristol/bristol-0.60.11-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://downloads.sourceforge.net/bristol/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="alsa oss"
# osc : configure option but no code it seems...
# jack: fails to build if disabled
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2024-06-30 17:31 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-30 17:31 [gentoo-commits] repo/gentoo:master commit in: media-sound/bristol/ Sam James
-- strict thread matches above, loose matches on Subject: below --
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-02-13 22:52 David Seifert
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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox