public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/
Date: Thu, 10 Dec 2020 09:28:22 +0000 (UTC)	[thread overview]
Message-ID: <1607592224.3bf52338eb9d9d47d3290a2f5b8af51401782860.telans@gentoo> (raw)

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/*
 }


             reply	other threads:[~2020-12-10  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-10  9:28 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-04-13 12:15 [gentoo-commits] repo/proj/guru:dev commit in: media-sound/add64/ Andrew Ammerlaan
2020-09-22 15:32 Denis Reva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1607592224.3bf52338eb9d9d47d3290a2f5b8af51401782860.telans@gentoo \
    --to=telans@posteo.de \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox