mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-29 17:18:41 +01:00
carla: upgrade 2.4.3 -> 2.5.0
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -10,9 +10,9 @@ SRC_URI = " \
|
|||||||
git://github.com/falkTX/Carla.git;branch=main;protocol=https \
|
git://github.com/falkTX/Carla.git;branch=main;protocol=https \
|
||||||
file://0001-do-not-try-to-cross-run-carla-lv2-export.patch \
|
file://0001-do-not-try-to-cross-run-carla-lv2-export.patch \
|
||||||
"
|
"
|
||||||
SRCREV = "f22915f6ec0093a0d27c4b3e3cf27724d5bc536b"
|
SRCREV = "6bc9a90ebb1767649d2538108ed4a604ce96dacb"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "2.4.3"
|
PV = "2.5.0"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|||||||
@@ -9,17 +9,18 @@ Content-Transfer-Encoding: 8bit
|
|||||||
Upstream-Status: Inappropriate [cross specific]
|
Upstream-Status: Inappropriate [cross specific]
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||||
|
|
||||||
---
|
---
|
||||||
source/plugin/Makefile | 4 +---
|
source/plugin/Makefile | 4 +---
|
||||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/source/plugin/Makefile b/source/plugin/Makefile
|
diff --git a/source/plugin/Makefile b/source/plugin/Makefile
|
||||||
index 19a23ff40..57aa47341 100644
|
index 389dd77ee..251ecc18c 100644
|
||||||
--- a/source/plugin/Makefile
|
--- a/source/plugin/Makefile
|
||||||
+++ b/source/plugin/Makefile
|
+++ b/source/plugin/Makefile
|
||||||
@@ -481,9 +481,7 @@ $(BINDIR)/carla.lv2/manifest.ttl: $(OBJDIR)/carla-lv2-export.cpp.o $(BINDIR)/car
|
@@ -528,9 +528,7 @@ $(BINDIR)/carla.lv2/manifest.ttl: $(OBJDIR)/carla-lv2-export.cpp.o $(BINDIR)/car
|
||||||
@echo "Linking carla-lv2-export$(APP_EXT)"
|
@echo "Linking carla-lv2-export$(APP_EXT)"
|
||||||
$(SILENT)$(CXX) $< $(LIBS_START) $(LIBS) $(LIBS_END) $(NATIVE_LINK_FLAGS) -o $(BINDIR)/carla-lv2-export$(APP_EXT)
|
$(SILENT)$(CXX) $< $(LIBS_START) $(LIBS) $(LIBS_juce) $(LIBS_END) $(NATIVE_LINK_FLAGS) -o $(BINDIR)/carla-lv2-export$(APP_EXT)
|
||||||
|
|
||||||
- @echo "Generating LV2 ttl data"
|
- @echo "Generating LV2 ttl data"
|
||||||
- $(SILENT)cd $(BINDIR) && $(EXE_WRAPPER) ./carla-lv2-export$(APP_EXT)
|
- $(SILENT)cd $(BINDIR) && $(EXE_WRAPPER) ./carla-lv2-export$(APP_EXT)
|
||||||
|
|||||||
Reference in New Issue
Block a user