summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFlorian Hülsmann2022-03-29 19:19:19 +0200
committerFlorian Hülsmann2022-03-29 19:25:02 +0200
commitcd6602f11a92f4f2b12fb442788e047767ecb475 (patch)
treea45c72ce4d20089e945d5de3f8d9688e3ca372f4 /.SRCINFO
parentc0ef0f7eab40c7f055b0f08849cf56175c9e448a (diff)
downloadaur-cd6602f11a92f4f2b12fb442788e047767ecb475.tar.gz
Lots of changes that were made during the course of packaging this for a binary repo.
Most importantly, we're now bundling the Fundamental plugins and installing to proper paths according to the packaging guidelines. Some plugins from AUR may not be found anymore due to this, but they'll hopefully follow soon and install to /usr/lib/vcvrack/plugins. For full context see https://github.com/osam-cologne/archlinux-proaudio/pull/5
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO91
1 files changed, 58 insertions, 33 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9fb4d5e955..c5172d7fdb98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,46 +1,71 @@
pkgbase = vcvrack
pkgdesc = Open-source Eurorack modular synthesizer simulator
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://vcvrack.com/
arch = x86_64
+ groups = pro-audio
license = custom
license = CCPL
license = GPL3
- makedepends = git
- makedepends = wget
- makedepends = cmake
- makedepends = unzip
+ makedepends = curl
+ makedepends = glew
+ makedepends = glfw-x11
+ makedepends = jansson
+ makedepends = libarchive
+ makedepends = openssl
+ makedepends = rtaudio
+ makedepends = rtmidi
+ makedepends = speexdsp
+ makedepends = zstd
makedepends = gendesk
- depends = curl
- depends = glew
- depends = glfw
- depends = jack
+ makedepends = jq
+ provides = libRack.so
+ provides = vcvrack-fundamental
+ conflicts = vcvrack-fundamental
+ noextract = filesystem-7e37433.tar.gz
+ noextract = fuzzysearchdatabase-fe62479.tar.gz
+ noextract = nanosvg-25241c5.tar.gz
+ noextract = nanovg-0bebdb3.tar.gz
+ noextract = osdialog-21b9dcc.tar.gz
+ noextract = oui-blendish-2fc6405.tar.gz
+ noextract = pffft-74d7261.tar.gz
+ source = vcvrack-2.1.0.tar.gz::https://github.com/VCVRack/Rack/archive/v2.1.0.tar.gz
+ source = https://github.com/VCVRack/Rack/commit/ac73ef4.patch
+ source = filesystem-7e37433.tar.gz::https://github.com/gulrak/filesystem/archive/7e37433.tar.gz
+ source = fuzzysearchdatabase-fe62479.tar.gz::https://bitbucket.org/j_norberg/fuzzysearchdatabase/get/fe62479.tar.gz
+ source = nanosvg-25241c5.tar.gz::https://github.com/memononen/nanosvg/archive/25241c5.tar.gz
+ source = nanovg-0bebdb3.tar.gz::https://github.com/VCVRack/nanovg/archive/0bebdb3.tar.gz
+ source = osdialog-21b9dcc.tar.gz::https://github.com/AndrewBelt/osdialog/archive/21b9dcc.tar.gz
+ source = oui-blendish-2fc6405.tar.gz::https://github.com/VCVRack/oui-blendish/archive/2fc6405.tar.gz
+ source = pffft-74d7261.tar.gz::https://bitbucket.org/jpommier/pffft/get/74d7261.tar.gz
+ source = vcvrack-fundamental-2.1.0.tar.gz::https://github.com/VCVRack/Fundamental/archive/v2.1.0.tar.gz
+ source = plugins.patch
+ source = vcvrack.sh
+ source = profile.sh
+ sha256sums = c3a30105d673733698fca934a4287728c1eb49d76204f76d6e8152b4cc940594
+ sha256sums = ad431dfed9655e5af202403ef9e61d4b68d0861b2fe5de5a724242cac0a3eef5
+ sha256sums = 15e1dacd2a52d7cf67afcc548cc92b218f88a2726488e50887922e86c1493f68
+ sha256sums = 31cb6aa73ab52347ea56f7eb47947bad154cee588a0780df18e9523975bfb971
+ sha256sums = d957259360bf108858388bb01686a8cb0fc31d90db2d996ddf65575b37bb20d4
+ sha256sums = 043d67b2fd81d52b80c5db366292a8d1910a70abdf0b3cc7750bd8705cf5fb96
+ sha256sums = da6c2b5cd661dd1875af867e02bac4dee4e2db7ea6ed3e8a7fd840223d7ce642
+ sha256sums = f5c5a814b3302ac865ab648ec69f586b67cc0e9d2e51f77bcd4f495e75af6930
+ sha256sums = ca077ad436bcb5ffe579ee886b8e61c87e2ebd81fc762be02a9ca07235e219ff
+ sha256sums = a81220cd78a29b7897597860f6d9d4af21fc28a15873e14dff66eb7b0ca17f17
+ sha256sums = b5b33ecb74123bd24029a7936d48d93c8be441dac8258c81f07c780a2efa692f
+ sha256sums = 21ac35c6ad4e5a29c32939b17baaf7ac1936077eda2214e28675eefcf2021db8
+ sha256sums = e1da6ccf04bae3a2101151fec7ddd32e48ff92b0a1146b559fd3221c778d521f
+
+pkgname = vcvrack
+ depends = libcurl.so
+ depends = libGLEW.so
+ depends = glfw-x11
depends = jansson
- depends = libpulse
+ depends = libarchive.so
depends = openssl
- depends = rtaudio
- depends = rtmidi
+ depends = librtaudio.so
+ depends = librtmidi.so
+ depends = libsamplerate.so
depends = speexdsp
depends = zenity
- depends = zstd
- source = vcvrack-2.1.0::git+https://github.com/vcvrack/Rack.git#tag=v2.1.0
- source = git+https://github.com/VCVRack/nanovg.git
- source = git+https://github.com/memononen/nanosvg.git
- source = git+https://github.com/AndrewBelt/osdialog.git
- source = git+https://github.com/VCVRack/oui-blendish.git
- source = git+https://bitbucket.org/j_norberg/fuzzysearchdatabase.git
- source = git+https://github.com/gulrak/filesystem.git
- source = git+https://bitbucket.org/jpommier/pffft.git
- source = vcvrack.sh
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = 8ca3fbc790fa5d311ce41b5b9e84a79fe51db73cbf0f56f04d0429b28f0c4c0646e2d0c081b584161356ec24b06cc0181b115b865d564ff1452c64a57135acf6
-
-pkgname = vcvrack