* [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/, media-plugins/whysynth/
@ 2024-05-14 20:38 Julien Roy
2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
0 siblings, 1 reply; 2+ messages in thread
From: Julien Roy @ 2024-05-14 20:38 UTC (permalink / raw
To: gentoo-commits
commit: ca955ebe02e6b563603f3fefd27c8034e2d1ab90
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 13 20:18:33 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:37:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca955ebe
media-plugins/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
.../argotlunar-bin/argotlunar-bin-2.06-r1.ebuild | 15 +++++++++------
media-plugins/whysynth/whysynth-20170701_p20180323.ebuild | 4 ++--
2 files changed, 11 insertions(+), 8 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 bfd917be35..e6b19cf3e3 100644
--- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
@@ -5,13 +5,14 @@ EAPI="7"
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
HOMEPAGE="https://mourednik.github.io/argotlunar/"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
-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
+SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/argotlunar-${PV}-linux_64"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
app-arch/bzip2
@@ -28,7 +29,9 @@ RDEPEND="
x11-libs/libxcb
"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/argotlunar-${PV}-linux_64"
+
+QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
+
src_install(){
into "/usr/$(get_libdir)/vst/${PN}"
dolib.so argotlunar.so
diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
index 181fdab7a6..62a8ae8403 100644
--- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
+++ b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
@@ -10,6 +10,8 @@ HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth
WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -23,8 +25,6 @@ DEPEND="media-libs/dssi
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
-S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
-
src_prepare() {
./autogen.sh
default
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: media-plugins/argotlunar-bin/, media-plugins/whysynth/
2024-05-14 20:38 [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/, media-plugins/whysynth/ Julien Roy
@ 2024-05-14 20:42 ` Julien Roy
0 siblings, 0 replies; 2+ messages in thread
From: Julien Roy @ 2024-05-14 20:42 UTC (permalink / raw
To: gentoo-commits
commit: ca955ebe02e6b563603f3fefd27c8034e2d1ab90
Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
AuthorDate: Mon May 13 20:18:33 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 20:37:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca955ebe
media-plugins/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net>
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
.../argotlunar-bin/argotlunar-bin-2.06-r1.ebuild | 15 +++++++++------
media-plugins/whysynth/whysynth-20170701_p20180323.ebuild | 4 ++--
2 files changed, 11 insertions(+), 8 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 bfd917be35..e6b19cf3e3 100644
--- a/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
+++ b/media-plugins/argotlunar-bin/argotlunar-bin-2.06-r1.ebuild
@@ -5,13 +5,14 @@ EAPI="7"
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
HOMEPAGE="https://mourednik.github.io/argotlunar/"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
-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
+SRC_URI="https://www.dropbox.com/s/fwtg6jfkzakj7is/argotlunar-2.06-linux_64.tar.gz -> ${P}.tar.gz"
+
+S="${WORKDIR}/argotlunar-${PV}-linux_64"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
RDEPEND="
app-arch/bzip2
@@ -28,7 +29,9 @@ RDEPEND="
x11-libs/libxcb
"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/argotlunar-${PV}-linux_64"
+
+QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
+
src_install(){
into "/usr/$(get_libdir)/vst/${PN}"
dolib.so argotlunar.so
diff --git a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
index 181fdab7a6..62a8ae8403 100644
--- a/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
+++ b/media-plugins/whysynth/whysynth-20170701_p20180323.ebuild
@@ -10,6 +10,8 @@ HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth
WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
+
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
@@ -23,8 +25,6 @@ DEPEND="media-libs/dssi
RDEPEND="${DEPEND}"
BDEPEND="virtual/pkgconfig"
-S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
-
src_prepare() {
./autogen.sh
default
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-14 20:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 20:38 [gentoo-commits] repo/proj/guru:dev commit in: media-plugins/argotlunar-bin/, media-plugins/whysynth/ Julien Roy
2024-05-14 20:42 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox