mirror of
https://github.com/schnitzeltony/meta-musicians.git
synced 2026-01-30 01:28:40 +01:00
distrho-ports: upgrade to latest
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -10,7 +10,6 @@ SRC_URI = " \
|
||||
git://github.com/DISTRHO/DISTRHO-Ports.git \
|
||||
file://0001-Fix-build-with-musl-by-removing-unused-SystemStats-g.patch \
|
||||
file://0002-Further-musl-fix-by-removal-of-unused-function.patch \
|
||||
file://0003-Use-build-system-flags-also-for-lv2_ttl_generator.patch \
|
||||
\
|
||||
http://linuxsynths.com/ObxdPatchesDemos/ObxdPatchesBrian-01.tar.gz;name=linuxsynths-obxd-patches1;subdir=linuxsynths-obxd-patches \
|
||||
\
|
||||
@@ -18,7 +17,7 @@ SRC_URI = " \
|
||||
http://linuxsynths.com/VexPatchesDemos/VexPatches02.tar.gz;name=linuxsynths-vex-patches2;subdir=linuxsynths-vex-patches \
|
||||
"
|
||||
|
||||
SRCREV = "00ad25fd574c1724bbc974308aa5e88306969009"
|
||||
SRCREV = "65c7c68a79e532d01695466f5b94c0e1cc4ae940"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "2018-04-16+git${SRCPV}"
|
||||
|
||||
|
||||
@@ -1,31 +0,0 @@
|
||||
From c02ae0c460eed28f8b1f3c80ff0093f36b27c667 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Tue, 8 Oct 2019 22:55:31 +0200
|
||||
Subject: [PATCH] Use build system flags also for lv2_ttl_generator
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Short story: it fixes issues using crossbuild environments
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
libs/lv2-ttl-generator/GNUmakefile | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libs/lv2-ttl-generator/GNUmakefile b/libs/lv2-ttl-generator/GNUmakefile
|
||||
index dd18570c..6e9166e4 100644
|
||||
--- a/libs/lv2-ttl-generator/GNUmakefile
|
||||
+++ b/libs/lv2-ttl-generator/GNUmakefile
|
||||
@@ -6,7 +6,7 @@ build: ../lv2_ttl_generator
|
||||
mingw: ../lv2_ttl_generator.exe
|
||||
|
||||
../lv2_ttl_generator: lv2_ttl_generator.cpp
|
||||
- $(CXX) lv2_ttl_generator.cpp -o ../lv2_ttl_generator -ldl
|
||||
+ $(CXX) lv2_ttl_generator.cpp $(CXXFLAGS) $(LDFLAGS) -o ../lv2_ttl_generator -ldl
|
||||
|
||||
../lv2_ttl_generator.exe: lv2_ttl_generator.cpp
|
||||
$(CXX) lv2_ttl_generator.cpp -o ../lv2_ttl_generator.exe -static
|
||||
--
|
||||
2.21.0
|
||||
|
||||
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/DISTRHO/DPF-Plugins.git"
|
||||
SRCREV = "0530b4309bf5f451c3ee00503acc9c997d30353c"
|
||||
SRCREV = "86084a934adb26f529038cbcf901fd7a09b95897"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "v1.3"
|
||||
PV = "v1.3+git${SRCPV}"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user