Package Details: vcvrack-bin 2.5.1-2

Git Clone URL: https://aur.archlinux.org/vcvrack-bin.git (read-only, click to copy)
Package Base: vcvrack-bin
Description: Open-source virtual modular synthesizer
Upstream URL: https://vcvrack.com/
Licenses: GPL-3.0-or-later
Conflicts: vcvrack, vcvrack-fundamental
Provides: vcvrack, vcvrack-fundamental
Submitter: s-ol
Maintainer: squid-git
Last Packager: squid-git
Votes: 18
Popularity: 0.006335
First Submitted: 2018-11-15 12:58 (UTC)
Last Updated: 2024-04-19 03:10 (UTC)

Required by (26)

Sources (3)

Latest Comments

1 2 Next › Last »

morganmay commented on 2024-04-16 23:55 (UTC)

In the PKGBUILD for 2.5.0-1, the line

    install ../vcvrack.desktop "${pkgdir}/usr/share/applications"

needs to be changed to

    install ./vcvrack.desktop "${pkgdir}/usr/share/applications"

morganmay commented on 2024-04-09 05:03 (UTC)

In version 2.5.0-1, package() fails with the error

install: cannot stat '../vcvrack.desktop': No such file or directory

azuneer commented on 2023-08-17 10:58 (UTC)

I don't know if it's only me, but the Stems, Thorns and Opressor modules by FLAG are completely bugged, their plates doesn't appears and when you make them spawn on the rack, the camera seems stuck, it destroyed one of my patch.

Anywways, thanks for the update to the 2.4.0, keep up the good work! :)

bdefore commented on 2023-06-26 18:22 (UTC)

If you are a customer of VCV Rack Pro and use the VST/VST3/Clap plugins, note that they are NOT compatible with the free version of VCV Rack used by this AUR package. You'll need to use the version you download from vcvrack.com and copy the Rack2Pro directory detailed in the INSTALL.txt.

ArchieLinux commented on 2023-06-19 15:00 (UTC)

Thanks for the update to 2.3.0... Much appreciated!

ArchieLinux commented on 2023-06-04 17:03 (UTC)

Greetings! Thank you for making the executable available. It is the only way I've been able to readily utilize certain plugins (e.g., SurgeXT, VCVFree updates)...Any chance of updating the bin-git to 2.3.0 vcvrack?

SuperBoby commented on 2022-05-10 11:45 (UTC)

I confirm I encountered the same problem as @phunni, as well as another Linux user here : https://community.vcvrack.com/t/cannot-save-patch-on-linux/15826/3

The zenity package from extra is required.

phunni commented on 2022-04-22 20:00 (UTC)

This needs to have zenity as a dependency - file dialogs don't work without it.

s-ol commented on 2022-01-31 09:03 (UTC)

Thanks @jypma, I applied your patch and bumped the version to 2.0.6. Also fixed some dependencies.

jypma commented on 2022-01-05 18:47 (UTC)

Here's 2.0.5, with a .desktop file added as well :)

diff --git a/PKGBUILD b/PKGBUILD
index 3bebe5a..c8403c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # original PKGBUILD by tsujigiri <helge@rausch.io>
 _pkgname=vcvrack
 pkgname=${_pkgname}-bin
-pkgver=1.1.6
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Open-source virtual modular synthesizer'
 url='https://vcvrack.com/'
@@ -12,14 +12,17 @@ provides=('vcvrack')
 conflicts=('vcvrack')
 depends=('gtk2' 'alsa-lib' 'libglvnd')
 optdepends=('jack')
-source=("https://vcvrack.com/downloads/Rack-$pkgver-lin.zip"
+source=("https://vcvrack.com/downloads/RackFree-$pkgver-lin.zip"
         vcvrack)
-sha256sums=('be610e226b33ef002baf8f58847f238537ed8e334a9f948a5a8828fb258e42c7'
+sha256sums=('750356c174612f164ccf6a6135476bd7e92d01b5ad2101d56b16baae52a10775'
             'd98a5e0c8d811aa9edf0040570e5363da712d676b46e82b2c64e8aad4b876417')

 package() {
   mkdir -p "$pkgdir/opt/"
-  cp -R Rack "$pkgdir/opt/$_pkgname"
+  cp -R Rack2Free "$pkgdir/opt/$_pkgname"
+
+  install -d "${pkgdir}/usr/share/applications"
+  install ../vcvrack.desktop "${pkgdir}/usr/share/applications"

   install -D vcvrack "$pkgdir/usr/bin/vcvrack"
 }

and here's vcvrack.desktop:

[Desktop Entry]
Type=Application
Name=VCV Rack
Comment=Modular Synthesis
Icon=/opt/vcvrack/res/icon.png
Exec=/usr/bin/vcvrack
Terminal=false
Categories=Audio;Music
Keywords=Music