* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/6pm/
@ 2020-04-25 20:07 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-04-25 20:07 UTC (permalink / raw
To: gentoo-commits
commit: f937bb9496e6c4f04ff3fd63e0d4eff207e15315
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 25 20:04:03 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 20:04:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f937bb94
media-sound/6pm: lang="en"
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
media-sound/6pm/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-sound/6pm/metadata.xml b/media-sound/6pm/metadata.xml
index a1f61a8..61c1729 100644
--- a/media-sound/6pm/metadata.xml
+++ b/media-sound/6pm/metadata.xml
@@ -6,7 +6,7 @@
<name>Denis Reva</name>
<description>RarogCmex</description>
</maintainer>
- <longdescription>
+ <longdescription lang="en">
6PM, created and maintained by Michel Vergnaud, is a polyphonic, touch-sensitive, realtime, phase-modulation (PM) software sound synthesizer. The screenshot above is of the default version included in the repositories of Librazik-2, an excellent French linux distribution designed for high-quality audio production.
All of the parameters for 6PM are located in the main GUI. The algorithm layout (indicated in the window on the left side of the window) is similar to that of the classic Yamaha DX7: the modulator(s) are on the upper row, and the carrier(s) are on the lower row. When an oscillator functions as a carrier, it will have a green pan ribbon in its corresponding envelope area on the right. Algorithms can be preset or user-made.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/6pm/
@ 2020-09-22 15:32 Denis Reva
0 siblings, 0 replies; 3+ messages in thread
From: Denis Reva @ 2020-09-22 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 19300a5711961a48bf6cd27630b800cd77ae2982
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 22 15:24:23 2020 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Tue Sep 22 15:32:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19300a57
media-sound/6pm: maintainer retire #744112
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
media-sound/6pm/metadata.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-sound/6pm/metadata.xml b/media-sound/6pm/metadata.xml
index 61c1729f..c942c895 100644
--- a/media-sound/6pm/metadata.xml
+++ b/media-sound/6pm/metadata.xml
@@ -1,11 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
<pkgmetadata>
- <maintainer type="person">
- <email>denis7774@gmail.com</email>
- <name>Denis Reva</name>
- <description>RarogCmex</description>
- </maintainer>
+ <!-- maintainer-needed -->
<longdescription lang="en">
6PM, created and maintained by Michel Vergnaud, is a polyphonic, touch-sensitive, realtime, phase-modulation (PM) software sound synthesizer. The screenshot above is of the default version included in the repositories of Librazik-2, an excellent French linux distribution designed for high-quality audio production.
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/6pm/
@ 2021-04-13 12:15 Andrew Ammerlaan
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 12:15 UTC (permalink / raw
To: gentoo-commits
commit: 481ac68dafcf9c71e157e86427bb1be9596c923e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 11:58:47 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 11:58:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=481ac68d
media-sound/6pm: add missing deps
Closes: https://bugs.gentoo.org/781161
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-sound/6pm/6pm-0.9.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/media-sound/6pm/6pm-0.9.ebuild b/media-sound/6pm/6pm-0.9.ebuild
index a9fd30ea7..ea03a7dcc 100644
--- a/media-sound/6pm/6pm-0.9.ebuild
+++ b/media-sound/6pm/6pm-0.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -15,10 +15,14 @@ MY_P="6PM_v${PV}"
SRC_URI="mirror://sourceforge/project/mv-6pm/${MY_P}.tgz -> ${P}.tgz"
LICENSE="GPL-3"
-DEPEND="dev-qt/qtcore:5
+DEPEND="
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
virtual/opengl
virtual/jack
- media-libs/alsa-lib"
+ media-libs/alsa-lib
+"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}/src/"
ADIR="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-13 12:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-13 12:15 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/6pm/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-09-22 15:32 Denis Reva
2020-04-25 20:07 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox