Package Details: vcvrack-git 1.1.6.r18.ga5fc5891-9

Git Clone URL: https://aur.archlinux.org/vcvrack-git.git (read-only, click to copy)
Package Base: vcvrack-git
Description: Open-source virtual Eurorack DAW
Upstream URL: https://github.com/VCVRack/Rack
Keywords: analog audio synthesizer VCVrack
Licenses: BSD
Conflicts: vcvrack
Provides: vcvrack
Submitter: mkoskar
Maintainer: Popolon
Last Packager: Popolon
Votes: 7
Popularity: 0.000000
First Submitted: 2017-09-19 17:33 (UTC)
Last Updated: 2022-03-18 20:55 (UTC)

Required by (28)

Sources (3)

Pinned Comments

Popolon commented on 2021-12-03 11:32 (UTC) (edited on 2022-01-01 20:41 (UTC) by Popolon)

Everything work now with 1.1.6 (force v1 branch). You can compile 2.0.1 version by just replacing _branchname from v1 to v2:

_branchname=v2

But plugins don't work with new version, need to patch them.

https://aur.archlinux.org/packages/cardinal-git/ package is an interesting alternative integrating lot of plugins a more linux way.

Here is the working AUR set with vcvrack-git 1.1.6.r18.ga5fc5891-1:

vcvrack-audible-instruments-git 1.4.0.r6.g8c7fd24-2
vcvrack-befaco-git r64.5014a93-1
vcvrack-eseries 1.0-1
vcvrack-fundamental 1.4.0-1
vcvrack-mental-git r116.1660a55-1

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

nagetier commented on 2019-10-20 21:48 (UTC)

Hi, would be really nice if you add Fundamental plugins.

FabioLolix commented on 2019-07-04 22:50 (UTC)

@Popolon changed vcvrack.sh was left behind by error, corrected.

Are you referring to Fundamental plugin? I'll add it in the next days I guess

Popolon commented on 2019-07-04 06:50 (UTC) (edited on 2019-07-04 06:55 (UTC) by Popolon)

sha256sum of vcvrack.sh is wrong, it should be 69736bbb5f49f9ce451c1311ec4399f4f59a86056233f151b9457116089a502d

core midi modules are missing, so can't use keyboard/instrument/controler input.

SpotlightKid commented on 2018-10-18 12:42 (UTC)

I get this error on compilation:

g++ -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wsuggest-override -std=c++11 -I/usr/include/libdrm -I/usr/include/rtmidi -I/usr/include/alsa -I/usr/include/rtaudio -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/libffi-3.2.1/include -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/uuid -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/atk-1.0  -Iinclude -Idep/include -Idep/lib/libzip/include -DVERSION=0.6.2b -MMD -MP -g -O3 -march=nocona -ffast-math -fno-finite-math-only -Wall -Wextra -Wno-unused-parameter -DARCH_LIN -c -o build/src/main.cpp.o src/main.cpp
In file included from include/app.hpp:4,
                 from src/plugin.cpp:2:
include/widgets.hpp:6:10: fatal error: nanosvg.h: No such file or directory
 #include "nanosvg.h"
          ^~~~~~~~~~~
compilation terminated.

The nanosvg submodule is correctly checked out, so probably an include flag is missing.

Vortico commented on 2018-02-19 23:38 (UTC)

I have switched the GitHub repo's "default branch" from v0.5 back to master for Rack and all official plugins, so this may break pkgbuild scripts if you rely on the default branch for this AUR package. Re-build and see what happens, have not tested myself.

mkoskar commented on 2017-11-25 23:48 (UTC) (edited on 2017-11-25 23:49 (UTC) by mkoskar)

Should be all good now @silence. Thanks for reporting. FYI. I've added vcvrack-vult-git and vcvrack-mental-git packages.

silence commented on 2017-11-25 23:13 (UTC)

Compilation is still failing unfortuately. It finds RtAudio.h now, but: ... src/util.cpp:1:10: fatal error: util.hpp: No such file or directory #include "util.hpp" ^~~~~~~~~~ compilation terminated. make: *** [compile.mk:54: build/src/util.cpp.o] Error 1 ...

jonathon commented on 2017-11-23 18:42 (UTC) (edited on 2017-11-23 19:37 (UTC) by jonathon)

Compilation failing... :( ``` src/core/AudioInterface.cpp:11:10: fatal error: RtAudio.h: No such file or directory #include <RtAudio.h> ^~~~~~~~~~~ compilation terminated. ``` Edit: Upstream issue: https://github.com/VCVRack/Rack/issues/429 --- Also, the vcvrack Makefile has a lot of static dependencies - not sure if these could be trimmed in preference to Arch sources?

mkoskar commented on 2017-11-21 17:53 (UTC)

Thanks for notifying me @UlrichH. I've done that, and also moved to tagged versioning now that it's available.

UlrichH commented on 2017-11-19 10:46 (UTC)

They went from portaudio to rtaudio https://github.com/VCVRack/Rack/commit/e4f18e7c0cc42556caca708577585b60db860b26