aboutsummaryrefslogtreecommitdiff
blob: e6b19cf3e3075b647ae6d7f3f3e0c8a6dfe73029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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="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"
KEYWORDS="~amd64"

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
	x11-libs/libXext
	x11-libs/libXinerama
	x11-libs/libxcb
"
DEPEND="${RDEPEND}"

QA_PRESTRIPPED="/usr/lib64/vst/${PN}/argotlunar.so"

src_install(){
	into "/usr/$(get_libdir)/vst/${PN}"
	dolib.so argotlunar.so
	insinto "/usr/$(get_libdir)/vst/${PN}"
	doins presets.bank
	dodoc 'argotlunar2-reference.pdf'
}