public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-02-03 18:41 Samuel Bauer
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Bauer @ 2023-02-03 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     62a5a576b1c5c27ec43970b7a44f03b394ab4a01
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Fri Feb  3 18:40:27 2023 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Fri Feb  3 18:40:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62a5a576

media-sound/qpwgraph: new ebuild

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 media-sound/qpwgraph/Manifest              |  5 ++++
 media-sound/qpwgraph/metadata.xml          | 18 ++++++++++++
 media-sound/qpwgraph/qpwgraph-0.3.9.ebuild | 41 ++++++++++++++++++++++++++++
 media-sound/qpwgraph/qpwgraph-9999.ebuild  | 44 ++++++++++++++++++++++++++++++
 4 files changed, 108 insertions(+)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
new file mode 100644
index 000000000..e622ff5cb
--- /dev/null
+++ b/media-sound/qpwgraph/Manifest
@@ -0,0 +1,5 @@
+AUX 0.3.4-multiple_user.patch 700 BLAKE2B de5fc098efb0a46edf97b905617d4c643b40abf83dc4c4c07fb16e519ca86f6cf02f24c6292b513a353cf7cd20049278c9908a48c6c4e13f95a64421fff5f30b SHA512 6f51fd351024cb27b0707be864718d1d8d9ba7cd553d8bb87b3f097d39f5d59d659caadfb880a1ebc866ff230d07cc8d0a62343048a1b4dfafc52f586cb45def
+DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda SHA512 c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
+EBUILD qpwgraph-0.3.9.ebuild 838 BLAKE2B 387365f976bff58244427994ec817c6f523a52802ec7170d4c9cf94c8ed836bda923966aa5ce4a7f2b28e220edb1893ee24faca339607a8dcbfef2d03dee52b4 SHA512 8303fa7569b6f100887f519b6a852eb58b711086095d2949f8f0232792d56afc3db67142560c516e67b9ad8baa47c825777e34672d215e90925a0728cad7bd5c
+EBUILD qpwgraph-9999.ebuild 990 BLAKE2B e08a479f577d68607becb5cd2f58a21671b991a7c40d2f5cb5afac660fac23eee7229e15ee28f5b7d746e05246bc1a5a1657fae20e385b927b0ce9be6c6b9250 SHA512 d5be50f7581aed14d1867f5c9e80f58e20c2a08fd3b77aff992e3f3ced675ddd971435b39d50baa26c5c0f549d427901a263debdaae334447d37151ab5b53e91
+MISC metadata.xml 546 BLAKE2B 251078ccbd300f58924eb2eaf6e5b99c1efd403767032190fc40a7a0b1aeea3bec40f07a07a1a8e0b22f5e50bc62682475dd4552ecceb72e970ce6c06e50c517 SHA512 551c6e19aaf0f31dec2bc785813ad6b159b0dcead74928d0443bda72bcfe5116e348979e3843462fe021eda084f4697300a44fa174806c0358ff7d55f045e0b7

diff --git a/media-sound/qpwgraph/metadata.xml b/media-sound/qpwgraph/metadata.xml
new file mode 100644
index 000000000..9f619d3b4
--- /dev/null
+++ b/media-sound/qpwgraph/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project" proxied="yes">
+		<name>Samuel BAUER</name>
+		<email>samuel.bauer@yahoo.fr</email>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="gitlab">rncbc/qpwjack</remote-id>
+	</upstream>
+	<use>
+		<flag name="trayicon">Build support for tray icon</flag>
+	</use>
+</pkgmetadata>

diff --git a/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
new file mode 100644
index 000000000..f925abb1c
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="alsa trayicon wayland"
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	media-video/pipewire
+	trayicon? ( dev-qt/qtnetwork:5 )
+"
+RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+S=${WORKDIR}/${PN}-v${PV}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCONFIG_ALSA_MIDI=$(usex alsa)
+		-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
+		-DCONFIG_WAYLAND=$(usex wayland)
+		-DCONFIG_QT6=0
+	)
+	cmake_src_configure
+}

diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild
new file mode 100644
index 000000000..d3bace97f
--- /dev/null
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake git-r3 xdg
+
+DESCRIPTION="PipeWire Graph Qt GUI Interface"
+HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+
+BDEPEND="dev-qt/linguist-tools:5"
+DEPEND="
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtx11extras:5
+	dev-qt/qtxml:5
+	media-video/pipewire"
+RDEPEND="${DEPEND}
+	dev-qt/qtsvg:5
+"
+
+src_prepare() {
+	# A small tweak in socket name that allow multiple user at same time
+	# See https://github.com/rncbc/qpwgraph/issues/1
+	sed -i -e "/@/a	m_unique += qgetenv(\"USER\");\n	m_unique += '-';" src/qpwgraph.cpp || die
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DCONFIG_ALSA_MIDI=$(usex alsa)
+		-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
+		-DCONFIG_WAYLAND=$(usex wayland)
+		-DCONFIG_QT6=0
+	)
+	cmake_src_configure
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-02-03 21:03 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-02-03 21:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7d138691547b499795dcb1764d4314c4f09d159d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 21:03:45 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 21:03:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d138691

media-sound/qpwgraph: update Manifest

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/qpwgraph/Manifest | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
index e622ff5cb..4dbc81e33 100644
--- a/media-sound/qpwgraph/Manifest
+++ b/media-sound/qpwgraph/Manifest
@@ -1,5 +1 @@
-AUX 0.3.4-multiple_user.patch 700 BLAKE2B de5fc098efb0a46edf97b905617d4c643b40abf83dc4c4c07fb16e519ca86f6cf02f24c6292b513a353cf7cd20049278c9908a48c6c4e13f95a64421fff5f30b SHA512 6f51fd351024cb27b0707be864718d1d8d9ba7cd553d8bb87b3f097d39f5d59d659caadfb880a1ebc866ff230d07cc8d0a62343048a1b4dfafc52f586cb45def
 DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda SHA512 c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
-EBUILD qpwgraph-0.3.9.ebuild 838 BLAKE2B 387365f976bff58244427994ec817c6f523a52802ec7170d4c9cf94c8ed836bda923966aa5ce4a7f2b28e220edb1893ee24faca339607a8dcbfef2d03dee52b4 SHA512 8303fa7569b6f100887f519b6a852eb58b711086095d2949f8f0232792d56afc3db67142560c516e67b9ad8baa47c825777e34672d215e90925a0728cad7bd5c
-EBUILD qpwgraph-9999.ebuild 990 BLAKE2B e08a479f577d68607becb5cd2f58a21671b991a7c40d2f5cb5afac660fac23eee7229e15ee28f5b7d746e05246bc1a5a1657fae20e385b927b0ce9be6c6b9250 SHA512 d5be50f7581aed14d1867f5c9e80f58e20c2a08fd3b77aff992e3f3ced675ddd971435b39d50baa26c5c0f549d427901a263debdaae334447d37151ab5b53e91
-MISC metadata.xml 546 BLAKE2B 251078ccbd300f58924eb2eaf6e5b99c1efd403767032190fc40a7a0b1aeea3bec40f07a07a1a8e0b22f5e50bc62682475dd4552ecceb72e970ce6c06e50c517 SHA512 551c6e19aaf0f31dec2bc785813ad6b159b0dcead74928d0443bda72bcfe5116e348979e3843462fe021eda084f4697300a44fa174806c0358ff7d55f045e0b7


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-02-03 21:04 Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-02-03 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     1a2f8ccafe913c29973c603c645daa6bd613a6e8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 21:04:18 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 21:04:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1a2f8cca

media-sound/qpwgraph: update maintainers

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/qpwgraph/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/media-sound/qpwgraph/metadata.xml b/media-sound/qpwgraph/metadata.xml
index 9f619d3b4..fdd6fd9f1 100644
--- a/media-sound/qpwgraph/metadata.xml
+++ b/media-sound/qpwgraph/metadata.xml
@@ -1,14 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="project" proxied="yes">
+	<maintainer type="project">
 		<name>Samuel BAUER</name>
 		<email>samuel.bauer@yahoo.fr</email>
 	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="gitlab">rncbc/qpwjack</remote-id>
 	</upstream>


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
  2023-02-03 21:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2023-02-03 21:04 ` Andrew Ammerlaan
  0 siblings, 0 replies; 10+ messages in thread
From: Andrew Ammerlaan @ 2023-02-03 21:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2b6b6146d9b4ee71c23be9ce2bf828528f2e79ff
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 21:04:45 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 21:04:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b6b6146

media-sound/qpwgraph: update upstream metadata

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/qpwgraph/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qpwgraph/metadata.xml b/media-sound/qpwgraph/metadata.xml
index fdd6fd9f1..03217a468 100644
--- a/media-sound/qpwgraph/metadata.xml
+++ b/media-sound/qpwgraph/metadata.xml
@@ -6,7 +6,7 @@
 		<email>samuel.bauer@yahoo.fr</email>
 	</maintainer>
 	<upstream>
-		<remote-id type="gitlab">rncbc/qpwjack</remote-id>
+		<remote-id type="freedesktop-gitlab">rncbc/qpwgraph</remote-id>
 	</upstream>
 	<use>
 		<flag name="trayicon">Build support for tray icon</flag>


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-02-04  0:39 Samuel Bauer
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Bauer @ 2023-02-04  0:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cd45860bfa63f3b293a95a35b57eba7d1e3d7113
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Sat Feb  4 00:38:22 2023 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Sat Feb  4 00:38:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd45860b

media-sound/qpwgraph: various fixes suggested by Leo

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 media-sound/qpwgraph/qpwgraph-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild
index d3bace97f..1fddda36e 100644
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ inherit cmake git-r3 xdg
 
 DESCRIPTION="PipeWire Graph Qt GUI Interface"
 HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
-EGIT_REPO="https://gitlab.freedesktop.org/rncbc/qpwgraph"
+EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph"
 
 LICENSE="GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-07-13 21:41 Samuel Bauer
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Bauer @ 2023-07-13 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     103d54f4fe56f8d4afaf03a18e3c5474689ce049
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Thu Jul 13 13:54:27 2023 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Thu Jul 13 21:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=103d54f4

media-sound/qpwgraph: version bump

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 media-sound/qpwgraph/{qpwgraph-0.3.9.ebuild => qpwgraph-0.4.4.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-sound/qpwgraph/qpwgraph-0.3.9.ebuild b/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild
similarity index 100%
rename from media-sound/qpwgraph/qpwgraph-0.3.9.ebuild
rename to media-sound/qpwgraph/qpwgraph-0.4.4.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-07-14  7:11 Mathis Winterer
  0 siblings, 0 replies; 10+ messages in thread
From: Mathis Winterer @ 2023-07-14  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     3b5c7f4a2dd1461ae4c23ff2ad317aea09305773
Author:     mr_magic223325 <mrmagic223325 <AT> fedora <DOT> email>
AuthorDate: Fri Jul 14 07:11:22 2023 +0000
Commit:     Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
CommitDate: Fri Jul 14 07:11:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b5c7f4a

media-sound/qpwgraph: update Manifest

Signed-off-by: Mathis Winterer <mrmagic223325 <AT> fedora.email>

 media-sound/qpwgraph/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
index 4dbc81e33..0ccabec61 100644
--- a/media-sound/qpwgraph/Manifest
+++ b/media-sound/qpwgraph/Manifest
@@ -1 +1 @@
-DIST qpwgraph-0.3.9.tar.bz2 448732 BLAKE2B 68415f75accf29da138367239755375affbe585a469bbaf387a942c34a7f6a866dc38e276ba7ae659adf9ee26996cce08fa0da53734c943baf82c4b74a1cdcda SHA512 c8fba3edd93dd466a5f1655e1ff260cbdd054ba13a962afb5f2ba8634eb850f748faac0b6073576090c4e31520ea634e08d1d746809563a887ffc701ffa4b30a
+DIST qpwgraph-0.4.4.tar.bz2 452078 BLAKE2B c20400f4535bdb5986ff73850984d86e57ccbf3adb05692f5dee8c39d3c0c8d9af0fc84e7de66d702f3ddbd9d6807812fe66bc8fc222eb39519ed629b5e50afc SHA512 ed64e290e2dab7b0a2d04fe938e0f2a2ac5ad2dc7ccf6d7940c8a1e7d8552304c24f396e26dedea8a99010b7b7c6ab5c935a4383d5d56ed9f66e8c9efd299a29


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-08-22 22:54 Samuel Bauer
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Bauer @ 2023-08-22 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     bdabadbc78e3702ff5e7b1922877d3b56779fe21
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Aug 22 22:54:38 2023 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Aug 22 22:54:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bdabadbc

media-sound/qpwgraph: tweak integrated upstream

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 media-sound/qpwgraph/qpwgraph-9999.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild
index 1fddda36e1..43a8e44219 100644
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -27,9 +27,6 @@ RDEPEND="${DEPEND}
 "
 
 src_prepare() {
-	# A small tweak in socket name that allow multiple user at same time
-	# See https://github.com/rncbc/qpwgraph/issues/1
-	sed -i -e "/@/a	m_unique += qgetenv(\"USER\");\n	m_unique += '-';" src/qpwgraph.cpp || die
 	cmake_src_prepare
 }
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-08-22 22:59 Samuel Bauer
  0 siblings, 0 replies; 10+ messages in thread
From: Samuel Bauer @ 2023-08-22 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e1f77cb6b6a6f6054e737bb76d431340025cc7bd
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Tue Aug 22 22:59:04 2023 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Tue Aug 22 22:59:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1f77cb6

media-sound/qpwgraph: add IUSE

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 media-sound/qpwgraph/qpwgraph-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild
index 43a8e44219..a4229d71a0 100644
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ b/media-sound/qpwgraph/qpwgraph-9999.ebuild
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 
+IUSE="alsa trayicon wayland"
+
 BDEPEND="dev-qt/linguist-tools:5"
 DEPEND="
 	dev-qt/qtcore:5


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

* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/
@ 2023-09-03 22:37 Leonardo Hernandez
  0 siblings, 0 replies; 10+ messages in thread
From: Leonardo Hernandez @ 2023-09-03 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     613cdc3fcf58f1e054d4e522100f36fc36cd9113
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Sep  3 22:36:59 2023 +0000
Commit:     Leonardo Hernandez <leohdz172 <AT> proton <DOT> me>
CommitDate: Sun Sep  3 22:37:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=613cdc3f

media-sound/qpwgraph: treeclean, package moved to ::gentoo

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>

 media-sound/qpwgraph/Manifest              |  1 -
 media-sound/qpwgraph/metadata.xml          | 14 ----------
 media-sound/qpwgraph/qpwgraph-0.4.4.ebuild | 41 ----------------------------
 media-sound/qpwgraph/qpwgraph-9999.ebuild  | 43 ------------------------------
 4 files changed, 99 deletions(-)

diff --git a/media-sound/qpwgraph/Manifest b/media-sound/qpwgraph/Manifest
deleted file mode 100644
index 0ccabec61d..0000000000
--- a/media-sound/qpwgraph/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qpwgraph-0.4.4.tar.bz2 452078 BLAKE2B c20400f4535bdb5986ff73850984d86e57ccbf3adb05692f5dee8c39d3c0c8d9af0fc84e7de66d702f3ddbd9d6807812fe66bc8fc222eb39519ed629b5e50afc SHA512 ed64e290e2dab7b0a2d04fe938e0f2a2ac5ad2dc7ccf6d7940c8a1e7d8552304c24f396e26dedea8a99010b7b7c6ab5c935a4383d5d56ed9f66e8c9efd299a29

diff --git a/media-sound/qpwgraph/metadata.xml b/media-sound/qpwgraph/metadata.xml
deleted file mode 100644
index 03217a468f..0000000000
--- a/media-sound/qpwgraph/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<name>Samuel BAUER</name>
-		<email>samuel.bauer@yahoo.fr</email>
-	</maintainer>
-	<upstream>
-		<remote-id type="freedesktop-gitlab">rncbc/qpwgraph</remote-id>
-	</upstream>
-	<use>
-		<flag name="trayicon">Build support for tray icon</flag>
-	</use>
-</pkgmetadata>

diff --git a/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild b/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild
deleted file mode 100644
index f925abb1cd..0000000000
--- a/media-sound/qpwgraph/qpwgraph-0.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-DESCRIPTION="PipeWire Graph Qt GUI Interface"
-HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
-SRC_URI="https://gitlab.freedesktop.org/rncbc/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="alsa trayicon wayland"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtxml:5
-	media-video/pipewire
-	trayicon? ( dev-qt/qtnetwork:5 )
-"
-RDEPEND="${DEPEND}
-	dev-qt/qtsvg:5
-"
-
-S=${WORKDIR}/${PN}-v${PV}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCONFIG_ALSA_MIDI=$(usex alsa)
-		-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-		-DCONFIG_WAYLAND=$(usex wayland)
-		-DCONFIG_QT6=0
-	)
-	cmake_src_configure
-}

diff --git a/media-sound/qpwgraph/qpwgraph-9999.ebuild b/media-sound/qpwgraph/qpwgraph-9999.ebuild
deleted file mode 100644
index a4229d71a0..0000000000
--- a/media-sound/qpwgraph/qpwgraph-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake git-r3 xdg
-
-DESCRIPTION="PipeWire Graph Qt GUI Interface"
-HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
-EGIT_REPO_URI="https://gitlab.freedesktop.org/rncbc/qpwgraph"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-
-IUSE="alsa trayicon wayland"
-
-BDEPEND="dev-qt/linguist-tools:5"
-DEPEND="
-	dev-qt/qtcore:5
-	dev-qt/qtgui:5
-	dev-qt/qtnetwork:5
-	dev-qt/qtwidgets:5
-	dev-qt/qtx11extras:5
-	dev-qt/qtxml:5
-	media-video/pipewire"
-RDEPEND="${DEPEND}
-	dev-qt/qtsvg:5
-"
-
-src_prepare() {
-	cmake_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCONFIG_ALSA_MIDI=$(usex alsa)
-		-DCONFIG_SYSTEM_TRAY=$(usex trayicon)
-		-DCONFIG_WAYLAND=$(usex wayland)
-		-DCONFIG_QT6=0
-	)
-	cmake_src_configure
-}


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

end of thread, other threads:[~2023-09-03 22:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-04  0:39 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/qpwgraph/ Samuel Bauer
  -- strict thread matches above, loose matches on Subject: below --
2023-09-03 22:37 Leonardo Hernandez
2023-08-22 22:59 Samuel Bauer
2023-08-22 22:54 Samuel Bauer
2023-07-14  7:11 Mathis Winterer
2023-07-13 21:41 Samuel Bauer
2023-02-03 21:15 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2023-02-03 21:04 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2023-02-03 21:04 Andrew Ammerlaan
2023-02-03 21:03 Andrew Ammerlaan
2023-02-03 18:41 Samuel Bauer

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