* [gentoo-commits] repo/gentoo:master commit in: media-sound/meterbridge/
@ 2017-12-04 0:10 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2017-12-04 0:10 UTC (permalink / raw
To: gentoo-commits
commit: 064ac9fddb4cbfd0fecff0d5ab8b084380dfbb0e
Author: Simon van der Veldt <simon.vanderveldt <AT> gmail <DOT> com>
AuthorDate: Sat Dec 2 11:49:11 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec 4 00:09:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064ac9fd
media-sound/meterbridge: QA fix: Drop epatch in EAPI 6
Closes: https://github.com/gentoo/gentoo/pull/6400
media-sound/meterbridge/meterbridge-0.9.3.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/media-sound/meterbridge/meterbridge-0.9.3.ebuild b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
index 2b51532ddda..83bb62c55f3 100644
--- a/media-sound/meterbridge/meterbridge-0.9.3.ebuild
+++ b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
@@ -21,12 +21,15 @@ RDEPEND="media-sound/jack-audio-connection-kit
DEPEND="${RDEPEND}
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}/${P}-gcc41.patch"
+ "${FILESDIR}/${P}-asneeded.patch"
+ "${FILESDIR}/${P}-cflags.patch"
+ "${FILESDIR}/${P}-setrgba.patch"
+)
+
src_prepare() {
- epatch "${FILESDIR}"/${P}-gcc41.patch
- epatch "${FILESDIR}"/${P}-asneeded.patch
- epatch "${FILESDIR}"/${P}-cflags.patch
- epatch "${FILESDIR}"/${P}-setrgba.patch
- eapply_user
+ default
eautoreconf
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/meterbridge/
@ 2019-05-25 20:59 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2019-05-25 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 137b597c14d970171d9efc144158506c36029b76
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 20:40:04 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:54:41 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137b597c
media-sound/meterbridge: EAPI-7, virtual/jack
Closes: https://bugs.gentoo.org/653954
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/meterbridge/meterbridge-0.9.3.ebuild | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/media-sound/meterbridge/meterbridge-0.9.3.ebuild b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
index 83bb62c55f3..795b5241032 100644
--- a/media-sound/meterbridge/meterbridge-0.9.3.ebuild
+++ b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit eutils autotools
+inherit autotools
DESCRIPTION="Software meterbridge for the UNIX based JACK audio system"
HOMEPAGE="http://plugin.org.uk/meterbridge/"
@@ -14,12 +14,16 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND="media-sound/jack-audio-connection-kit
+BDEPEND="
+ virtual/pkgconfig
+"
+RDEPEND="
>=media-libs/libsdl-1.2
>=media-libs/sdl-image-1.2.10[png]
- virtual/opengl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/jack
+ virtual/opengl
+"
+DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}/${P}-gcc41.patch"
@@ -32,8 +36,3 @@ src_prepare() {
default
eautoreconf
}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc AUTHORS ChangeLog
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/meterbridge/
@ 2024-08-01 7:43 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2024-08-01 7:43 UTC (permalink / raw
To: gentoo-commits
commit: 1fc53d122fe9d882b385374e7f8926f51e620363
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:03:07 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug 1 07:43:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc53d12
media-sound/meterbridge: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/meterbridge/meterbridge-0.9.3.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/media-sound/meterbridge/meterbridge-0.9.3.ebuild b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
index 795b52410328..ca459c792598 100644
--- a/media-sound/meterbridge/meterbridge-0.9.3.ebuild
+++ b/media-sound/meterbridge/meterbridge-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,11 +12,8 @@ SRC_URI="http://plugin.org.uk/meterbridge/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE=""
-BDEPEND="
- virtual/pkgconfig
-"
+BDEPEND="virtual/pkgconfig"
RDEPEND="
>=media-libs/libsdl-1.2
>=media-libs/sdl-image-1.2.10[png]
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-08-01 7:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-04 0:10 [gentoo-commits] repo/gentoo:master commit in: media-sound/meterbridge/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2019-05-25 20:59 Andreas Sturmlechner
2024-08-01 7:43 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox