* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/
@ 2020-04-26 14:43 Denis Reva
0 siblings, 0 replies; 5+ messages in thread
From: Denis Reva @ 2020-04-26 14:43 UTC (permalink / raw
To: gentoo-commits
commit: c4443419dc57b37ad8373614ef2374f14f8c9a01
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 14:42:08 2020 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 14:42:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4443419
media-plugins/argotlunar-bin: new pkg; VST grane synth
New package
Binary version of argotlunar plugin
http://mourednik.github.io/argotlunar/
VST grane (re-)synthesizer.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
media-plugins/argotlunar-bin/Manifest | 1 +
.../argotlunar-bin/argotlunar-bin-2.06.ebuild | 40 ++++++++++++++++++++++
media-plugins/argotlunar-bin/metadata.xml | 32 +++++++++++++++++
3 files changed, 73 insertions(+)
diff --git a/media-plugins/argotlunar-bin/Manifest b/media-plugins/argotlunar-bin/Manifest
new file mode 100644
index 0000000..0ab39d2
--- /dev/null
+++ b/media-plugins/argotlunar-bin/Manifest
@@ -0,0 +1 @@
+DIST argotlunar-bin-2.06.tar.gz 1942815 BLAKE2B 8466bf708273783b8250ae5a0d2ab676c41d695d97d4cbfada9b6caa4a89bbd1e1f431efe70854e8760839fbc69d9dcf0ad0802679d8ad28202e35e72be322a7 SHA512 bae4ace66573d6bbdc50ae27ab4756cbd2c16afe5269dfe33b72d8de76c7a978895c80fc7c1521834dd8015013bdaeaa3de94fadb2e55d8885be5a0c3dd302cb
diff --git a/media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild b/media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild
new file mode 100644
index 0000000..9bd74d5
--- /dev/null
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
+HOMEPAGE="http://mourednik.github.io/argotlunar/"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
+SRC_URI="https://gentoodistfiles.imperium.org.ru/guru/argotlunar-bin-2.06-linux_amd64.tar.gz -> ${P}.tar.gz"
+#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver
+LICENSE="GPL-2"
+
+RDEPEND="sys-libs/glibc
+ x11-libs/libXext
+ x11-libs/libXinerama
+ x11-libs/libXau
+ x11-libs/libXdmcp
+ media-libs/freetype:2
+ media-libs/alsa-lib
+ app-arch/bzip2
+ x11-libs/libxcb
+ sys-libs/zlib
+ media-libs/libpng:0/16
+ dev-libs/libbsd"
+DEPEND="${RDEPEND}"
+S="${WORKDIR}/argotlunar-${PV}-linux_64"
+src_install(){
+ exeinto "/usr/$(get_libdir)/vst/${PN}"
+ doexe argotlunar.so
+ insinto "/usr/$(get_libdir)/vst/${PN}"
+ doins presets.bank
+ if use doc; then
+ dodoc 'argotlunar2-reference.pdf'
+ einfo "Check argotlunar2-reference.pdf into package doc folder"
+ fi
+}
diff --git a/media-plugins/argotlunar-bin/metadata.xml b/media-plugins/argotlunar-bin/metadata.xml
new file mode 100644
index 0000000..a01dd40
--- /dev/null
+++ b/media-plugins/argotlunar-bin/metadata.xml
@@ -0,0 +1,32 @@
+<?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>
+ <longdescription>
+ Argotlunar is a tool for creating surreal transformations of audio streams.
+ Specifically, it is a real-time delay-line granulator.
+ It disintegrates an audio stream into short samples (grains).
+ Each grain can have random settings of amplitude, panning,
+ duration, delay, pitch, glissando, filter and envelope.
+ The output of all grains is mixed together into
+ a stream which can be fed back into the main input.
+
+ Time-related parameters can be synced to the host tempo,
+ for rhythmic and pulsing textures.
+ Pitch-related parameters can be quantized for harmonic and melodic effects.
+ Feedback can create chaotic, densely layered, and distorted sounds.
+
+ Most of the parameters can be correlated. Examples:
+ Filter cut-off correlated with pitch:
+ Higher filter cut-off for grains with higher pitch, and vice versa.
+
+ Grain duration correlated with panning:
+ Grains with shorter duration panned to the center of the stereo
+ field, and grains with longer duration panned wide in the stereo field.
+ Argotlunar is free software. Licensed under the GPL v2.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/
@ 2020-04-26 20:59 Alessandro Barbieri
0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2020-04-26 20:59 UTC (permalink / raw
To: gentoo-commits
commit: 0c07379f22ba02c32ca3e3059a0dd8d2ba56723b
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 20:59:27 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 20:59:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0c07379f
media-plugins/argotlunar-bin: install docs, QA fixes
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
...n-2.06.ebuild => argotlunar-bin-2.06-r1.ebuild} | 35 +++++++++++-----------
1 file changed, 17 insertions(+), 18 deletions(-)
diff --git a/media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
similarity index 73%
rename from media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild
rename to media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
index 9bd74d5..4bf17bc 100644
--- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06.ebuild
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
@@ -1,40 +1,39 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI="7"
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
-HOMEPAGE="http://mourednik.github.io/argotlunar/"
+HOMEPAGE="http://mourednik.github.io/argotlunar"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="doc"
+IUSE=""
QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
SRC_URI="https://gentoodistfiles.imperium.org.ru/guru/argotlunar-bin-2.06-linux_amd64.tar.gz -> ${P}.tar.gz"
#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver
LICENSE="GPL-2"
-RDEPEND="sys-libs/glibc
- x11-libs/libXext
- x11-libs/libXinerama
+RDEPEND="
+ app-arch/bzip2
+ dev-libs/libbsd
+ media-libs/alsa-lib
+ media-libs/freetype:2
+ media-libs/libpng:0/16
+ sys-libs/glibc
+ sys-libs/zlib
x11-libs/libXau
x11-libs/libXdmcp
- media-libs/freetype:2
- media-libs/alsa-lib
- app-arch/bzip2
+ x11-libs/libXext
+ x11-libs/libXinerama
x11-libs/libxcb
- sys-libs/zlib
- media-libs/libpng:0/16
- dev-libs/libbsd"
+"
DEPEND="${RDEPEND}"
S="${WORKDIR}/argotlunar-${PV}-linux_64"
src_install(){
- exeinto "/usr/$(get_libdir)/vst/${PN}"
- doexe argotlunar.so
+ into "/usr/$(get_libdir)/vst/${PN}"
+ dolib.so argotlunar.so
insinto "/usr/$(get_libdir)/vst/${PN}"
doins presets.bank
- if use doc; then
- dodoc 'argotlunar2-reference.pdf'
- einfo "Check argotlunar2-reference.pdf into package doc folder"
- fi
+ dodoc 'argotlunar2-reference.pdf'
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/
@ 2021-04-25 17:08 Denis Reva
0 siblings, 0 replies; 5+ messages in thread
From: Denis Reva @ 2021-04-25 17:08 UTC (permalink / raw
To: gentoo-commits
commit: ac1089208a5013ac3dc866d40d31a305c191fb3d
Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
AuthorDate: Sun Apr 25 17:08:17 2021 +0000
Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
CommitDate: Sun Apr 25 17:08:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ac108920
media-plugins/argotlunar-bin: resigned. I'm just tired
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
media-plugins/argotlunar-bin/metadata.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/media-plugins/argotlunar-bin/metadata.xml b/media-plugins/argotlunar-bin/metadata.xml
index 53e7084fa..93fbbd25c 100644
--- a/media-plugins/argotlunar-bin/metadata.xml
+++ b/media-plugins/argotlunar-bin/metadata.xml
@@ -1,11 +1,6 @@
<?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>
<longdescription lang="en">
Argotlunar is a tool for creating surreal transformations of audio streams.
Specifically, it is a real-time delay-line granulator.
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/
@ 2023-01-29 9:16 Joe Kappus
0 siblings, 0 replies; 5+ messages in thread
From: Joe Kappus @ 2023-01-29 9:16 UTC (permalink / raw
To: gentoo-commits
commit: a46f98621ecbc42181e96b74471d1551a5794fc9
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jan 29 09:15:27 2023 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Jan 29 09:15:27 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a46f9862
media-plugins/argotlunar-bin: update HOMEPAGE, SRC_URI
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
index 1aeff550c..1125806f7 100644
--- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
@@ -4,13 +4,13 @@
EAPI="7"
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
-HOMEPAGE="http://mourednik.github.io/argotlunar/"
+HOMEPAGE="https://mourednik.github.io/argotlunar/"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
-SRC_URI="https://gentoodistfiles.imperium.org.ru/guru/argotlunar-bin-2.06-linux_amd64.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz -> ${P}.tar.gz"
#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/
@ 2024-10-31 15:19 Takuya Wakazono
0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-10-31 15:19 UTC (permalink / raw
To: gentoo-commits
commit: a58c779a5b169b8e000d52b1ff6715714c306321
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Oct 31 15:18:34 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Thu Oct 31 15:19:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a58c779a
media-plugins/argotlunar-bin: fix RDEPEND and bump EAPI
Closes: https://bugs.gentoo.org/781128
Closes: https://bugs.gentoo.org/781131
Closes: https://bugs.gentoo.org/840374
Closes: https://bugs.gentoo.org/932774
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
...rgotlunar-bin-2.06-r1.ebuild => argotlunar-bin-2.06-r2.ebuild} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild
similarity index 79%
rename from media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
rename to media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild
index e6b19cf3e..5203eb3ab 100644
--- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r2.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=8
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
HOMEPAGE="https://mourednik.github.io/argotlunar/"
-#It's impossible to obtain package directly from DROPBOX, so I've just uploaded it to my own webserver
SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/argotlunar-${PV}-linux_64"
@@ -22,6 +21,7 @@ RDEPEND="
media-libs/libpng:0/16
sys-libs/glibc
sys-libs/zlib
+ x11-libs/libX11
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libXext
@@ -30,7 +30,7 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
+QA_PREBUILT="*"
src_install(){
into "/usr/$(get_libdir)/vst/${PN}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-10-31 15:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-29 9:16 [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/ Joe Kappus
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 15:19 Takuya Wakazono
2021-04-25 17:08 Denis Reva
2020-04-26 20:59 Alessandro Barbieri
2020-04-26 14:43 Denis Reva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox