public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2017-04-26  8:43 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-04-26  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a91059c84da3afb467cc9df91d954cd841f7e754
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 08:37:16 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 08:42:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a91059c8

media-sound/qmidiroute: Bump to 0.4.0, switch to qt5

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qmidiroute/Manifest                |  1 +
 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 32 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/media-sound/qmidiroute/Manifest b/media-sound/qmidiroute/Manifest
index 5bbe86d3292..6ed7cbf9cee 100644
--- a/media-sound/qmidiroute/Manifest
+++ b/media-sound/qmidiroute/Manifest
@@ -1 +1,2 @@
 DIST qmidiroute-0.3.0.tar.bz2 103285 SHA256 238ab3af3fdfaccab1366ecfec3d203d29e459b39f1ea579a3929b8035e19479 SHA512 34f626573f02803267b50a0e85b4343dcccfb28ef7ad9655a0234e25f2b6a5bdf6bd61e3d988e086f1d29e46ed64d644b4c6d5c115ec8d5235aa583385c07f94 WHIRLPOOL d7502e4cabec519f932d1691a0dcf7c4e9ff9cf0070b4a63bc7598c570fd4eac3b3e88ea0e0057512789919a82c456f445eb0a637f5626fae0946604ebc29194
+DIST qmidiroute-0.4.0.tar.bz2 121625 SHA256 09c6fc7c3be7c7a3dd86d1b4a310c62c1c3ec6040cb77e76fa833efad6bd61a7 SHA512 b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342 WHIRLPOOL 9a52dbb75cdeb273eb8a5650ac150d3d17a074a0790df11905068263925d78c69c6ed09de6319f404180797483e6efabacbc2c79092fcf8d7d2ef1cdcf1889c6

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
new file mode 100644
index 00000000000..7e07b91695d
--- /dev/null
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=2
+inherit flag-o-matic multilib qmake-utils
+
+DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
+HOMEPAGE="http://alsamodular.sourceforge.net"
+SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtcore:5
+	media-libs/alsa-lib"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+	virtual/pkgconfig"
+
+src_configure() {
+	export PATH="$(qt5_get_bindir):${PATH}"
+	econf --enable-qt5
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog NEWS README TODO
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2017-05-09  7:14 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-05-09  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3fa9a6eb8be6bf7350a84b4f8a254400448308b6
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 07:14:04 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue May  9 07:14:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa9a6eb

media-sound/qmidiroute: Build in c++11 mode, bug #616714

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index 7e07b91695d..17a0a497f31 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 
 src_configure() {
+	append-cxxflags '-std=c++11'
 	export PATH="$(qt5_get_bindir):${PATH}"
 	econf --enable-qt5
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2017-07-03  8:55 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-07-03  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8f7143e323fdecd3925685d47ef7d87c5c487d4e
Author:     Karl Linden <karl.j.linden <AT> gmail <DOT> com>
AuthorDate: Sun Jul  2 16:42:36 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 08:54:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f7143e3

media-sound/qmidiroute: Bump to EAPI 6.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index 0cc6b834d2d..782410c6e9e 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
-inherit autotools flag-o-matic multilib qmake-utils
+EAPI=6
+inherit autotools flag-o-matic qmake-utils
 
 DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
 HOMEPAGE="http://alsamodular.sourceforge.net"
@@ -21,8 +21,12 @@ DEPEND="${RDEPEND}
 	dev-qt/linguist-tools:5
 	virtual/pkgconfig"
 
+PATCHES=(
+	"${FILESDIR}"/${P}-drop-qtopengl.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-drop-qtopengl.patch
+	default
 	eautoreconf
 }
 
@@ -31,8 +35,3 @@ src_configure() {
 	export PATH="$(qt5_get_bindir):${PATH}"
 	econf --enable-qt5
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README TODO
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2017-10-30  0:28 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-10-30  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     43d16face325eedcd4bfb0ca0bf330801e99f870
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 00:27:52 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 00:27:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d16fac

media-sound/qmidiroute: Stable on amd64

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index 782410c6e9e..4524f98cc91 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2017-10-30  0:28 Manuel Rüger
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rüger @ 2017-10-30  0:28 UTC (permalink / raw
  To: gentoo-commits

commit:     cc59d697a7851ecba887d26adb1bc00e891e5d79
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 30 00:28:14 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Oct 30 00:28:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc59d697

media-sound/qmidiroute: Remove old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 media-sound/qmidiroute/Manifest                |  1 -
 media-sound/qmidiroute/qmidiroute-0.3.0.ebuild | 27 --------------------------
 2 files changed, 28 deletions(-)

diff --git a/media-sound/qmidiroute/Manifest b/media-sound/qmidiroute/Manifest
index 6ed7cbf9cee..1185d8c8797 100644
--- a/media-sound/qmidiroute/Manifest
+++ b/media-sound/qmidiroute/Manifest
@@ -1,2 +1 @@
-DIST qmidiroute-0.3.0.tar.bz2 103285 SHA256 238ab3af3fdfaccab1366ecfec3d203d29e459b39f1ea579a3929b8035e19479 SHA512 34f626573f02803267b50a0e85b4343dcccfb28ef7ad9655a0234e25f2b6a5bdf6bd61e3d988e086f1d29e46ed64d644b4c6d5c115ec8d5235aa583385c07f94 WHIRLPOOL d7502e4cabec519f932d1691a0dcf7c4e9ff9cf0070b4a63bc7598c570fd4eac3b3e88ea0e0057512789919a82c456f445eb0a637f5626fae0946604ebc29194
 DIST qmidiroute-0.4.0.tar.bz2 121625 SHA256 09c6fc7c3be7c7a3dd86d1b4a310c62c1c3ec6040cb77e76fa833efad6bd61a7 SHA512 b3b5ded66c0e226848a3181d67f61ea9e4e76c253400dac63592e4f462f4cf06760b3f2d24a33bbc836f4fe29950a4d702adc048ad80c9b6d673ade8c1a88342 WHIRLPOOL 9a52dbb75cdeb273eb8a5650ac150d3d17a074a0790df11905068263925d78c69c6ed09de6319f404180797483e6efabacbc2c79092fcf8d7d2ef1cdcf1889c6

diff --git a/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild
deleted file mode 100644
index ee6752b3831..00000000000
--- a/media-sound/qmidiroute/qmidiroute-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit flag-o-matic multilib
-
-DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
-HOMEPAGE="http://alsamodular.sourceforge.net"
-SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-qt/qtgui:4
-	media-libs/alsa-lib"
-
-src_configure() {
-	append-ldflags -L/usr/$(get_libdir)/qt4
-	econf
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog NEWS README TODO
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2020-05-20 12:44 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-05-20 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     f417094847d1b3011d8e46d8766a7402503388b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 12:39:50 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 12:44:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4170948

media-sound/qmidiroute: EAPI-7 bump

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index 4524f98cc91..bda001fdd4c 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
+
 inherit autotools flag-o-matic qmake-utils
 
 DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
@@ -13,13 +14,15 @@ SLOT="0"
 KEYWORDS="amd64 ~x86"
 IUSE=""
 
+BDEPEND="
+	dev-qt/linguist-tools:5
+	virtual/pkgconfig
+"
 RDEPEND="
-	dev-qt/qtgui:5
 	dev-qt/qtcore:5
+	dev-qt/qtgui:5
 	media-libs/alsa-lib"
-DEPEND="${RDEPEND}
-	dev-qt/linguist-tools:5
-	virtual/pkgconfig"
+DEPEND="${RDEPEND}"
 
 PATCHES=(
 	"${FILESDIR}"/${P}-drop-qtopengl.patch


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2021-08-01 18:27 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-01 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1c2152bb088a72c983c5d0f07a2a7e81e0ad6d03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 06:52:07 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug  1 18:27:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c2152bb

media-sound/qmidiroute: drop obsolete qt5 C++11 workaround

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/qmidiroute/qmidiroute-0.4.0.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
index bda001fdd4c..c432b7d42db 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0.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 flag-o-matic qmake-utils
+inherit autotools qmake-utils
 
 DESCRIPTION="QMidiRoute is a filter/router for MIDI events"
 HOMEPAGE="http://alsamodular.sourceforge.net"
@@ -12,7 +12,6 @@ SRC_URI="mirror://sourceforge/alsamodular/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~x86"
-IUSE=""
 
 BDEPEND="
 	dev-qt/linguist-tools:5
@@ -34,7 +33,6 @@ src_prepare() {
 }
 
 src_configure() {
-	append-cxxflags '-std=c++11'
 	export PATH="$(qt5_get_bindir):${PATH}"
 	econf --enable-qt5
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/
@ 2023-03-28 14:58 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2023-03-28 14:58 UTC (permalink / raw
  To: gentoo-commits

commit:     7b7893a3313f3235b0ebcafaeacd5e6bd3ed7137
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 14:52:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 14:52:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7893a3

media-sound/qmidiroute: Add missing dep on dev-qt/qtwidgets:5

Closes: https://bugs.gentoo.org/740496
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{qmidiroute-0.4.0.ebuild => qmidiroute-0.4.0-r1.ebuild}         | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild b/media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild
similarity index 88%
rename from media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
rename to media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild
index c432b7d42dba..892317d824ba 100644
--- a/media-sound/qmidiroute/qmidiroute-0.4.0.ebuild
+++ b/media-sound/qmidiroute/qmidiroute-0.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,9 @@ BDEPEND="
 RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtgui:5
-	media-libs/alsa-lib"
+	dev-qt/qtwidgets:5
+	media-libs/alsa-lib
+"
 DEPEND="${RDEPEND}"
 
 PATCHES=(


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-28 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-26  8:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/qmidiroute/ Alexis Ballier
  -- strict thread matches above, loose matches on Subject: below --
2017-05-09  7:14 Alexis Ballier
2017-07-03  8:55 Alexis Ballier
2017-10-30  0:28 Manuel Rüger
2017-10-30  0:28 Manuel Rüger
2020-05-20 12:44 Andreas Sturmlechner
2021-08-01 18:27 Sam James
2023-03-28 14:58 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox