mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
media-plugins/*: fix variable order
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net> Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -5,14 +5,15 @@ EAPI="7"
|
|||||||
|
|
||||||
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
|
DESCRIPTION="Argotlunar is a sound granulator. Binary Linux VST"
|
||||||
HOMEPAGE="https://mourednik.github.io/argotlunar/"
|
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"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
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
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
app-arch/bzip2
|
app-arch/bzip2
|
||||||
dev-libs/libbsd
|
dev-libs/libbsd
|
||||||
@@ -28,7 +29,9 @@ RDEPEND="
|
|||||||
x11-libs/libxcb
|
x11-libs/libxcb
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
S="${WORKDIR}/argotlunar-${PV}-linux_64"
|
|
||||||
|
QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"
|
||||||
|
|
||||||
src_install(){
|
src_install(){
|
||||||
into "/usr/$(get_libdir)/vst/${PN}"
|
into "/usr/$(get_libdir)/vst/${PN}"
|
||||||
dolib.so argotlunar.so
|
dolib.so argotlunar.so
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ HOMEPAGE="http://smbolton.com/whysynth.html https://github.com/smbolton/whysynth
|
|||||||
WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
|
WHYSYNTH_COMMIT="32e4bc73baa554bb1844b3165e657911f43f3568"
|
||||||
SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/smbolton/${PN}/archive/${WHYSYNTH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||||
@@ -23,8 +25,6 @@ DEPEND="media-libs/dssi
|
|||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="virtual/pkgconfig"
|
BDEPEND="virtual/pkgconfig"
|
||||||
|
|
||||||
S="${WORKDIR}/${PN}-${WHYSYNTH_COMMIT}"
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
default
|
default
|
||||||
|
|||||||
Reference in New Issue
Block a user