* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/
@ 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: 8e137cb441f32066407b5492261be331643b57c2
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Tue Sep 22 15:23:27 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=8e137cb4
media-sound/add64: maintainer retire #744112
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
media-sound/add64/metadata.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/media-sound/add64/metadata.xml b/media-sound/add64/metadata.xml
index b958bfee..a4255a3b 100644
--- a/media-sound/add64/metadata.xml
+++ b/media-sound/add64/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">Add64 implements Additive Synthesis for creating new sounds that are not accessible to
any other synthesis method. Due to its large number of parameters, Additive Synthesis
has never really reached much popularity. Add64 is therefore designed to provide fast
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/
@ 2020-12-10 9:28 Theo Anderson
0 siblings, 0 replies; 3+ messages in thread
From: Theo Anderson @ 2020-12-10 9:28 UTC (permalink / raw
To: gentoo-commits
commit: 3bf52338eb9d9d47d3290a2f5b8af51401782860
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Thu Dec 10 09:23:34 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Thu Dec 10 09:23:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bf52338
media-sound/add64: bump to 3.9.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
media-sound/add64/Manifest | 1 +
media-sound/add64/add64-3.8.0.ebuild | 14 ++++++----
.../{add64-3.8.0.ebuild => add64-3.9.3.ebuild} | 32 ++++++++++++----------
3 files changed, 26 insertions(+), 21 deletions(-)
diff --git a/media-sound/add64/Manifest b/media-sound/add64/Manifest
index daf345f3..c9bfb904 100644
--- a/media-sound/add64/Manifest
+++ b/media-sound/add64/Manifest
@@ -1 +1,2 @@
DIST Add64-3.8.0.tar.bz2 76729 BLAKE2B ddc13205617d78a9a79748cbb1a600efee87ed336e606e40fd079f5b413799ab25a252357f1578db1913f7dba1d205c255ac38dbb358df49086da33b8882da78 SHA512 4d7c1761f781ee70731944366170f8de04ce83c5ff396c412226d7a008a51b43abf4a33ba33b7720a67f714bb0b6c78d4b4faed15d721297066c9d997543dd33
+DIST Add64-3.9.3.tar.bz2 87299 BLAKE2B c0af3024b903c460b6f50eb7c963cd7f75a6329b6efbfe66b65ce88b3fc82670f10a355bc6f4b4cd3e93e9033c1ec831d7f92649d55098df2dc2520a13662714 SHA512 c637ed12b733d8b2f6e705b4ae38d67a4dd5f0ec4c8fd3c58c417dedb6cfeb3c0748159cfbe45655288702d359be4895ef85feb24ac6e54babccaa314ffe1851
diff --git a/media-sound/add64/add64-3.8.0.ebuild b/media-sound/add64/add64-3.8.0.ebuild
index d9f822da..99d7dd3f 100644
--- a/media-sound/add64/add64-3.8.0.ebuild
+++ b/media-sound/add64/add64-3.8.0.ebuild
@@ -7,18 +7,21 @@ inherit qmake-utils
DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth"
HOMEPAGE="https://sourceforge.net/projects/add64 http://linuxsynths.com/Add64PatchesDemos/add64.html"
+SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
+
+LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="+presets"
-LICENSE="GPL-3"
-SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
-
-RDEPEND="dev-qt/qtcore:5
+RDEPEND="
+ dev-qt/qtcore:5
+ media-libs/alsa-lib
virtual/opengl
virtual/jack
- media-libs/alsa-lib"
+"
DEPEND="${RDEPEND}"
+
S="${WORKDIR}/Add64-${PV}/"
src_configure(){
@@ -34,5 +37,4 @@ src_install(){
insinto /usr/share/add64/Add64Presets
doins "${S}"/Add64Presets/* || die "can't install presets"
fi
- elog "You may also download additional patches from http://linuxsynths.com/Add64PatchesDemos/add64.html"
}
diff --git a/media-sound/add64/add64-3.8.0.ebuild b/media-sound/add64/add64-3.9.3.ebuild
similarity index 50%
copy from media-sound/add64/add64-3.8.0.ebuild
copy to media-sound/add64/add64-3.9.3.ebuild
index d9f822da..dac0d5dc 100644
--- a/media-sound/add64/add64-3.8.0.ebuild
+++ b/media-sound/add64/add64-3.9.3.ebuild
@@ -6,33 +6,35 @@ EAPI=7
inherit qmake-utils
DESCRIPTION="Add64 is a realtime additive/subtractive-synthesis softsynth"
-HOMEPAGE="https://sourceforge.net/projects/add64 http://linuxsynths.com/Add64PatchesDemos/add64.html"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="+presets"
+HOMEPAGE="
+ https://sourceforge.net/projects/add64
+ http://linuxsynths.com/Add64PatchesDemos/add64.html
+"
+SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
LICENSE="GPL-3"
-SRC_URI="mirror://sourceforge/project/add64/Add64-${PV}.tar.bz2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-RDEPEND="dev-qt/qtcore:5
+RDEPEND="
+ dev-qt/qtcore:5
+ media-libs/alsa-lib
virtual/opengl
virtual/jack
- media-libs/alsa-lib"
+"
DEPEND="${RDEPEND}"
+
S="${WORKDIR}/Add64-${PV}/"
-src_configure(){
+src_compile() {
eqmake5
default
}
-src_install(){
+src_install() {
dobin "${S}/Add64"
insinto /usr/share/add64/
- doins "${S}/Add64-MIDIconfig" || die "can't install MIDIconfig"
- if use presets; then
- insinto /usr/share/add64/Add64Presets
- doins "${S}"/Add64Presets/* || die "can't install presets"
- fi
- elog "You may also download additional patches from http://linuxsynths.com/Add64PatchesDemos/add64.html"
+ doins "${S}/Add64-MIDIconfig"
+ insinto /usr/share/add64/Add64Presets
+ doins "${S}"/Add64Presets/*
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/
@ 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: bf1ea01d81782b29ed45dbd5532c9f699e32784a
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 11:57:38 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 11:57:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf1ea01d
media-sound/add64: add missing deps
Closes: https://bugs.gentoo.org/781158
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
media-sound/add64/add64-3.8.0.ebuild | 5 ++++-
media-sound/add64/add64-3.9.3.ebuild | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/media-sound/add64/add64-3.8.0.ebuild b/media-sound/add64/add64-3.8.0.ebuild
index 99d7dd3f6..022b43bdf 100644
--- a/media-sound/add64/add64-3.8.0.ebuild
+++ b/media-sound/add64/add64-3.8.0.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
@@ -16,6 +16,9 @@ IUSE="+presets"
RDEPEND="
dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
media-libs/alsa-lib
virtual/opengl
virtual/jack
diff --git a/media-sound/add64/add64-3.9.3.ebuild b/media-sound/add64/add64-3.9.3.ebuild
index dac0d5dc6..67e6c3b2a 100644
--- a/media-sound/add64/add64-3.9.3.ebuild
+++ b/media-sound/add64/add64-3.9.3.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
@@ -18,6 +18,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
RDEPEND="
dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
media-libs/alsa-lib
virtual/opengl
virtual/jack
^ 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 --
2020-12-10 9:28 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/ Theo Anderson
-- strict thread matches above, loose matches on Subject: below --
2021-04-13 12:15 Andrew Ammerlaan
2020-09-22 15:32 Denis Reva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox