* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2017-05-14 12:44 Michael Weber
0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber @ 2017-05-14 12:44 UTC (permalink / raw
To: gentoo-commits
commit: 2787f37c92569da9d96ab2b38f1125b1dbc387a1
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:43:20 2017 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun May 14 12:44:02 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2787f37c
media-sound/jaaa: add ~ppc keyword (bug 546082).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc"
media-sound/jaaa/jaaa-0.8.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/jaaa/jaaa-0.8.4.ebuild b/media-sound/jaaa/jaaa-0.8.4.ebuild
index b37f19e8ee7..a92f9890a1e 100644
--- a/media-sound/jaaa/jaaa-0.8.4.ebuild
+++ b/media-sound/jaaa/jaaa-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc"
IUSE=""
RDEPEND="media-libs/zita-alsa-pcmi
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2017-06-03 20:52 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2017-06-03 20:52 UTC (permalink / raw
To: gentoo-commits
commit: 24cdc8d98b4a1f6b64f1c16b5236c4716c68a0ae
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 20:27:27 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 3 20:52:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cdc8d9
media-sound/jaaa: [QA] Various fixes
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-sound/jaaa/jaaa-0.4.2.ebuild | 4 ++--
media-sound/jaaa/jaaa-0.6.0.ebuild | 4 ++--
media-sound/jaaa/jaaa-0.8.4.ebuild | 22 +++++++++-------------
3 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/media-sound/jaaa/jaaa-0.4.2.ebuild b/media-sound/jaaa/jaaa-0.4.2.ebuild
index ff8bbe45c4f..b1a2f3947a3 100644
--- a/media-sound/jaaa/jaaa-0.4.2.ebuild
+++ b/media-sound/jaaa/jaaa-0.4.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=2
inherit eutils toolchain-funcs
-DESCRIPTION="The JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
+DESCRIPTION="JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
HOMEPAGE="http://www.kokkinizita.net/linuxaudio"
SRC_URI="http://www.kokkinizita.net/linuxaudio/downloads/${P}.tar.bz2"
diff --git a/media-sound/jaaa/jaaa-0.6.0.ebuild b/media-sound/jaaa/jaaa-0.6.0.ebuild
index 0c7f313f9e8..6a3b2345d6b 100644
--- a/media-sound/jaaa/jaaa-0.6.0.ebuild
+++ b/media-sound/jaaa/jaaa-0.6.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils toolchain-funcs
-DESCRIPTION="The JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
+DESCRIPTION="JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
diff --git a/media-sound/jaaa/jaaa-0.8.4.ebuild b/media-sound/jaaa/jaaa-0.8.4.ebuild
index a92f9890a1e..468c1cc0eba 100644
--- a/media-sound/jaaa/jaaa-0.8.4.ebuild
+++ b/media-sound/jaaa/jaaa-0.8.4.ebuild
@@ -1,10 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=6
-DESCRIPTION="The JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
+inherit toolchain-funcs
+
+DESCRIPTION="JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
@@ -18,23 +19,18 @@ RDEPEND="media-libs/zita-alsa-pcmi
>=media-libs/libclalsadrv-2.0.0
>=media-libs/libclthreads-2.2.1
>=media-libs/libclxclient-3.3.2
- >=sci-libs/fftw-3.0.0
+ sci-libs/fftw:3.0=
x11-libs/gtk+:2"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.8.4-makefile.patch
-}
+PATCHES=( "${FILESDIR}"/${PN}-0.8.4-makefile.patch )
src_compile() {
- cd source || die
tc-export CC CXX
- emake PREFIX=/usr
+ emake -C source PREFIX="${EPREFIX}"/usr
}
src_install() {
- pushd source &>/dev/null || die
- emake DESTDIR="${D}" PREFIX=/usr install
- popd &>/dev/null || die
- dodoc AUTHORS README
+ emake -C source PREFIX="${EPREFIX}"/usr DESTDIR="${D}" install
+ einstalldocs
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2018-01-08 23:57 Thomas Deutschmann
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-01-08 23:57 UTC (permalink / raw
To: gentoo-commits
commit: 35c1d407b6e28e7310a3fa051024fb81390a4ed8
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 23:54:13 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 23:57:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c1d407
media-sound/jaaa: x86 keyworded (bug #546082)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-sound/jaaa/jaaa-0.8.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/jaaa/jaaa-0.8.4.ebuild b/media-sound/jaaa/jaaa-0.8.4.ebuild
index 468c1cc0eba..ae8bc045291 100644
--- a/media-sound/jaaa/jaaa-0.8.4.ebuild
+++ b/media-sound/jaaa/jaaa-0.8.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/zita-alsa-pcmi
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2018-03-07 13:51 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2018-03-07 13:51 UTC (permalink / raw
To: gentoo-commits
commit: dc17d3e633e53ee316d2a8c2026430167634890e
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 7 13:49:20 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar 7 13:49:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc17d3e6
media-sound/jaaa: amd64 stable wrt bug #648294
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"
media-sound/jaaa/jaaa-0.8.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/jaaa/jaaa-0.8.4.ebuild b/media-sound/jaaa/jaaa-0.8.4.ebuild
index ae8bc045291..adabb85a327 100644
--- a/media-sound/jaaa/jaaa-0.8.4.ebuild
+++ b/media-sound/jaaa/jaaa-0.8.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND="media-libs/zita-alsa-pcmi
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2019-11-17 13:18 Miroslav Šulc
0 siblings, 0 replies; 7+ messages in thread
From: Miroslav Šulc @ 2019-11-17 13:18 UTC (permalink / raw
To: gentoo-commits
commit: a6577047911505b8453f77946989c8e04d195ee5
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 17 13:14:38 2019 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Nov 17 13:18:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6577047
media-sound/jaaa-0.9.2: returned back tc-export
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/jaaa/jaaa-0.9.2.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/jaaa/jaaa-0.9.2.ebuild b/media-sound/jaaa/jaaa-0.9.2.ebuild
index 001eff6381d..a7ac6d79796 100644
--- a/media-sound/jaaa/jaaa-0.9.2.ebuild
+++ b/media-sound/jaaa/jaaa-0.9.2.ebuild
@@ -3,6 +3,8 @@
EAPI=7
+inherit toolchain-funcs
+
DESCRIPTION="JACK and ALSA Audio Analyser is an audio signal generator and spectrum analyser"
HOMEPAGE="http://kokkinizita.linuxaudio.org/linuxaudio/"
SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
@@ -28,6 +30,7 @@ PATCHES=(
)
src_compile() {
+ tc-export CXX
emake -C source PREFIX="${EPREFIX}"/usr
}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2019-12-19 15:44 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-12-19 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 451271eca18c924ac4782feba20939ec98c41958
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 19 15:43:54 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Dec 19 15:43:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=451271ec
media-sound/jaaa: amd64 stable wrt bug #703190
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/jaaa/jaaa-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/jaaa/jaaa-0.9.2.ebuild b/media-sound/jaaa/jaaa-0.9.2.ebuild
index 08252f5600e..0718e199014 100644
--- a/media-sound/jaaa/jaaa-0.9.2.ebuild
+++ b/media-sound/jaaa/jaaa-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
CDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/
@ 2019-12-24 11:09 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-12-24 11:09 UTC (permalink / raw
To: gentoo-commits
commit: 0fb81e397d062830da7f34d54a9e1f6de0422013
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 11:09:16 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 11:09:16 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb81e39
media-sound/jaaa: x86 stable wrt bug #703190
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
media-sound/jaaa/jaaa-0.9.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/jaaa/jaaa-0.9.2.ebuild b/media-sound/jaaa/jaaa-0.9.2.ebuild
index 0718e199014..b6575ea5671 100644
--- a/media-sound/jaaa/jaaa-0.9.2.ebuild
+++ b/media-sound/jaaa/jaaa-0.9.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE=""
CDEPEND="
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2019-12-24 11:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-24 11:09 [gentoo-commits] repo/gentoo:master commit in: media-sound/jaaa/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2019-12-19 15:44 Agostino Sarubbo
2019-11-17 13:18 Miroslav Šulc
2018-03-07 13:51 Agostino Sarubbo
2018-01-08 23:57 Thomas Deutschmann
2017-06-03 20:52 David Seifert
2017-05-14 12:44 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox