public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/
@ 2023-12-01 19:15 Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2023-12-01 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     b78f8b14c5013f24b99fef3593d10b54f1466608
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 19:02:02 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 19:14:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b78f8b14

media-plugins/dragonfly-reverb-plugins: new package, add 3.2.10

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-plugins/dragonfly-reverb-plugins/Manifest    |  1 +
 .../dragonfly-reverb-plugins-3.2.10.ebuild         | 43 ++++++++++++++++++++++
 .../dragonfly-reverb-plugins/metadata.xml          |  8 ++++
 3 files changed, 52 insertions(+)

diff --git a/media-plugins/dragonfly-reverb-plugins/Manifest b/media-plugins/dragonfly-reverb-plugins/Manifest
new file mode 100644
index 000000000000..0d55011c49cd
--- /dev/null
+++ b/media-plugins/dragonfly-reverb-plugins/Manifest
@@ -0,0 +1 @@
+DIST dragonfly-reverb-3.2.10-src.tar.xz 15990376 BLAKE2B 247a29af2070b191aa17c457ee333b090e17bec8abd82812cf980aad8b534006b8e3c3bfede8195d0729ee1319e7b145d79abd41b015f794e3d02e679b5a4bd6 SHA512 772b70169970e5ec68270d3cfa690ad1b258a2df79430ecb36cae78654a761cb9b495a769daef37307af9960106c302df4d61094f95eb4f8619a0b764aa8d019

diff --git a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
new file mode 100644
index 000000000000..67c3d6618829
--- /dev/null
+++ b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A set of free reverb effects"
+HOMEPAGE="https://michaelwillis.github.io/dragonfly-reverb/"
+SRC_URI="https://github.com/michaelwillis/dragonfly-reverb/releases/download/${PV}/${PN%-plugins}-${PV}-src.tar.xz"
+
+LICENSE="GPL-3.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrandr
+	media-libs/libglvnd
+	virtual/jack
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}/${PN%-plugins}-${PV}"
+
+src_prepare() {
+	default
+	sed -i '/^BASE_OPTS/s/-O3//' dpf/Makefile.base.mk || die
+}
+
+src_compile() {
+	emake SKIP_STRIPPING=true
+}
+
+src_install() {
+	cd bin || die
+	for plugin in DragonflyEarlyReflections DragonflyHallReverb DragonflyPlateReverb DragonflyRoomReverb; do
+		for kind in clap lv2 vst3; do
+			insinto	"/usr/$(get_libdir)/${kind}"
+			doins -r "${plugin}.${kind}"
+		done
+	done
+}

diff --git a/media-plugins/dragonfly-reverb-plugins/metadata.xml b/media-plugins/dragonfly-reverb-plugins/metadata.xml
new file mode 100644
index 000000000000..78a9d6b02d0f
--- /dev/null
+++ b/media-plugins/dragonfly-reverb-plugins/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>zx2c4@gentoo.org</email>
+<name>Jason A. Donenfeld</name>
+</maintainer>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/
@ 2023-12-01 19:48 Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2023-12-01 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4496f52a6d4addc4d838e70f7d37820da6501540
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 19:46:25 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 19:48:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4496f52a

media-plugins/dragonfly-reverb-plugins: fix LICENSE and add remote-id

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 .../dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild    | 2 +-
 media-plugins/dragonfly-reverb-plugins/metadata.xml                    | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
index 67c3d6618829..f1eb34d0fcc1 100644
--- a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
+++ b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
@@ -7,7 +7,7 @@ DESCRIPTION="A set of free reverb effects"
 HOMEPAGE="https://michaelwillis.github.io/dragonfly-reverb/"
 SRC_URI="https://github.com/michaelwillis/dragonfly-reverb/releases/download/${PV}/${PN%-plugins}-${PV}-src.tar.xz"
 
-LICENSE="GPL-3.0"
+LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 

diff --git a/media-plugins/dragonfly-reverb-plugins/metadata.xml b/media-plugins/dragonfly-reverb-plugins/metadata.xml
index 78a9d6b02d0f..5a35fa617d87 100644
--- a/media-plugins/dragonfly-reverb-plugins/metadata.xml
+++ b/media-plugins/dragonfly-reverb-plugins/metadata.xml
@@ -5,4 +5,7 @@
 <email>zx2c4@gentoo.org</email>
 <name>Jason A. Donenfeld</name>
 </maintainer>
+<upstream>
+<remote-id type="github">michaelwillis/dragonfly-reverb</remote-id>
+</upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/
@ 2023-12-02 16:59 Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2023-12-02 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a9e0c32af9177c423a50b586780c6f0205d07c8f
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 16:58:53 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 16:59:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9e0c32a

media-plugins/dragonfly-reverb-plugins: add missing deps

Closes: https://bugs.gentoo.org/918996
Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 .../dragonfly-reverb-plugins-3.2.10.ebuild                         | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
index f1eb34d0fcc1..d233bb55312c 100644
--- a/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
+++ b/media-plugins/dragonfly-reverb-plugins/dragonfly-reverb-plugins-3.2.10.ebuild
@@ -12,11 +12,14 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	media-libs/libglvnd
+	virtual/jack
+	x11-libs/cairo
 	x11-libs/libX11
+	x11-libs/libXcursor
+	x11-libs/libXext
 	x11-libs/libXext
 	x11-libs/libXrandr
-	media-libs/libglvnd
-	virtual/jack
 "
 RDEPEND="${DEPEND}"
 BDEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/
@ 2023-12-07  3:09 Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2023-12-07  3:09 UTC (permalink / raw
  To: gentoo-commits

commit:     036de9dbc1f6abaebe4262736578fe91ad05fe59
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  7 03:08:02 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Thu Dec  7 03:09:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=036de9db

media-plugins/dragonfly-reverb-plugins: update maintainers

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-plugins/dragonfly-reverb-plugins/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/media-plugins/dragonfly-reverb-plugins/metadata.xml b/media-plugins/dragonfly-reverb-plugins/metadata.xml
index 5a35fa617d87..da3860bf8966 100644
--- a/media-plugins/dragonfly-reverb-plugins/metadata.xml
+++ b/media-plugins/dragonfly-reverb-plugins/metadata.xml
@@ -5,6 +5,10 @@
 <email>zx2c4@gentoo.org</email>
 <name>Jason A. Donenfeld</name>
 </maintainer>
+<maintainer type="project">
+<email>sound@gentoo.org</email>
+<name>Gentoo Sound project</name>
+</maintainer>
 <upstream>
 <remote-id type="github">michaelwillis/dragonfly-reverb</remote-id>
 </upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/
@ 2023-12-17  4:21 Jason A. Donenfeld
  0 siblings, 0 replies; 5+ messages in thread
From: Jason A. Donenfeld @ 2023-12-17  4:21 UTC (permalink / raw
  To: gentoo-commits

commit:     917816196b9cb1413046d5ec32a87b9d7596b8ef
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 04:20:50 2023 +0000
Commit:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 04:21:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91781619

media-plugins/dragonfly-reverb-plugins: use correct project in metadata

Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>

 media-plugins/dragonfly-reverb-plugins/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/dragonfly-reverb-plugins/metadata.xml b/media-plugins/dragonfly-reverb-plugins/metadata.xml
index da3860bf8966..1a40769d1c9f 100644
--- a/media-plugins/dragonfly-reverb-plugins/metadata.xml
+++ b/media-plugins/dragonfly-reverb-plugins/metadata.xml
@@ -6,8 +6,8 @@
 <name>Jason A. Donenfeld</name>
 </maintainer>
 <maintainer type="project">
-<email>sound@gentoo.org</email>
-<name>Gentoo Sound project</name>
+<email>proaudio@gentoo.org</email>
+<name>Gentoo ProAudio Project</name>
 </maintainer>
 <upstream>
 <remote-id type="github">michaelwillis/dragonfly-reverb</remote-id>


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

end of thread, other threads:[~2023-12-17  4:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-02 16:59 [gentoo-commits] repo/gentoo:master commit in: media-plugins/dragonfly-reverb-plugins/ Jason A. Donenfeld
  -- strict thread matches above, loose matches on Subject: below --
2023-12-17  4:21 Jason A. Donenfeld
2023-12-07  3:09 Jason A. Donenfeld
2023-12-01 19:48 Jason A. Donenfeld
2023-12-01 19:15 Jason A. Donenfeld

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