Browse Source

Update quickjs with now merged PR, update carla

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
7d02a17892
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 9 additions and 8 deletions
  1. +1
    -1
      .gitmodules
  2. +6
    -5
      Makefile
  3. +1
    -1
      carla
  4. +1
    -1
      deps/QuickJS

+ 1
- 1
.gitmodules View File

@@ -126,7 +126,7 @@
url = https://github.com/CardinalModules/ihtsyn.git
[submodule "deps/QuickJS"]
path = deps/QuickJS
url = https://github.com/CardinalModules/QuickJS.git
url = https://github.com/JerrySievert/QuickJS.git
[submodule "plugins/Autinn"]
path = plugins/Autinn
url = https://github.com/NikolaiVChr/Autinn.git

+ 6
- 5
Makefile View File

@@ -267,9 +267,11 @@ install:
# --------------------------------------------------------------
# Tarball step, for releases

# --lzma

tarball:
rm -f ../cardinal-$(VERSION).tar
tar -c --lzma \
tar -c \
--exclude=".appveyor*" \
--exclude=".ci*" \
--exclude=".clang*" \
@@ -286,10 +288,7 @@ tarball:
--exclude=bin \
--exclude=build \
--exclude=carla/data \
--exclude=carla/source/bridges-plugin \
--exclude=carla/source/discovery \
--exclude=carla/source/frontend \
--exclude=carla/source/jackbridge \
--exclude=carla/source/interposer \
--exclude=carla/source/libjack \
--exclude=carla/source/native-plugins/resources \
@@ -360,8 +359,10 @@ tarball:
--exclude=src/Rack/src/window/Window.cpp \
--exclude=src/Rack/res/Core \
--exclude=src/Rack/res/icon.png \
--transform='s,^\.\.,-.-.,' \
--transform='s,^\.,cardinal-$(VERSION),' \
-f ../cardinal-$(VERSION).tar.xz .
--transform='s,^-\.-\.,..,' \
-f ../cardinal-$(VERSION).tar .

# --------------------------------------------------------------



+ 1
- 1
carla

@@ -1 +1 @@
Subproject commit 74a1ae82c90db85f20550ddcdc8a927b8fb7e414
Subproject commit 719246eb66462986c0702480f2d0cc1bef448eb8

+ 1
- 1
deps/QuickJS

@@ -1 +1 @@
Subproject commit 9ed118744671f1e257ebb0d731300ba115f6cfce
Subproject commit 3afe57a8345814f89cb48df47a9f10f92da3c994

Loading…
Cancel
Save