Compare commits
45 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c76a8f8ae | ||
|
|
076f5109b5 | ||
|
|
b99db57abe | ||
|
|
09c9d9209c | ||
|
|
8b4f48c80f | ||
|
|
df48ae635e | ||
|
|
ed7fbc987a | ||
|
|
8bad61814e | ||
|
|
f96c190090 | ||
|
|
d276edf980 | ||
|
|
e57bb9132b | ||
|
|
3c5185e20d | ||
|
|
853ff79624 | ||
|
|
5f9cef62f6 | ||
|
|
eaf13fdf91 | ||
|
|
ec1cc3fc98 | ||
|
|
35bcc52d04 | ||
|
|
e0e6a0962d | ||
|
|
38e2ae6375 | ||
|
|
db69fa54dd | ||
|
|
0c4ca64db0 | ||
|
|
08092f0534 | ||
|
|
2792c05d4f | ||
|
|
1ebb187e1f | ||
|
|
25aac7eb54 | ||
|
|
8f705ecb43 | ||
|
|
3b4b2e57e3 | ||
|
|
c1107f2749 | ||
|
|
a57c0ae2e2 | ||
|
|
cf4678f4a0 | ||
|
|
715c177292 | ||
|
|
a00d356ef8 | ||
|
|
dfb3e553f2 | ||
|
|
31bed33fae | ||
|
|
d1056e5043 | ||
|
|
5a8051e463 | ||
|
|
f4f2780d72 | ||
|
|
435ae1078b | ||
|
|
6953378aca | ||
|
|
f533c0dd0c | ||
|
|
769968482a | ||
|
|
f6df996e4f | ||
|
|
6368905d68 | ||
|
|
e255cf18f2 | ||
|
|
cf834f5849 |
@@ -6,6 +6,11 @@ BBFILES += "${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/
|
||||
# appends
|
||||
BBFILES += "${LAYERDIR}/appends/*/*.bbappend"
|
||||
|
||||
|
||||
BBFILES_DYNAMIC += "\
|
||||
rust-layer:${LAYERDIR}/dynamic-layers/meta-rust/*.bb \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-musicians"
|
||||
BBFILE_PATTERN_meta-musicians := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-musicians = "20"
|
||||
|
||||
@@ -4,9 +4,9 @@ LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://license;md5=e49f4652534af377a713df3d9dec60cb"
|
||||
|
||||
SRC_URI = "git://github.com/kraxarn/spotify-qt.git"
|
||||
SRCREV = "579f02aa14afb8b38652d0502b0f342b84855d19"
|
||||
SRCREV = "684ec3b0f0c919ab9273f73283cfae04ee49c679"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "3.5"
|
||||
PV = "3.6"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
@@ -29,13 +29,13 @@ DEPENDS += " \
|
||||
hidapi \
|
||||
"
|
||||
|
||||
inherit waf features_check gtk-icon-cache pkgconfig python3native mime-xdg siteinfo
|
||||
inherit waf features_check gtk-icon-cache pkgconfig python3native mime mime-xdg siteinfo
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = "git://github.com/Ardour/ardour.git"
|
||||
SRCREV = "80f6f152ee35e4fd2605a556f0cff3603ca3a1e4"
|
||||
PV = "6.6+git${SRCPV}"
|
||||
SRCREV = "6733a847eeb55b4640a65a8bfebac8c7166521c8"
|
||||
PV = "6.7"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# arch specific override - default (tested) is ARM -> no fpu-optimizations
|
||||
@@ -69,20 +69,9 @@ do_configure_prepend() {
|
||||
ln -sf `which python3` ${B}/python
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
# install icons to freedesktop locations
|
||||
for s in 16 22 32 48 256 512; do
|
||||
install -d ${D}${datadir}/icons/hicolor/${s}x${s}/apps
|
||||
ln -s ../../../../${BPN}/resources/Ardour-icon_${s}px.png \
|
||||
${D}${datadir}/icons/hicolor/${s}x${s}/apps/${BPN}.png
|
||||
done
|
||||
|
||||
# install .desktop
|
||||
install -d ${D}${datadir}/applications
|
||||
install -m 0644 ${B}/gtk2_ardour/ardour6.desktop ${D}${datadir}/applications
|
||||
}
|
||||
|
||||
FILES_${PN}-dev += " \
|
||||
${datadir}/appdata \
|
||||
${datadir}/mime \
|
||||
${libdir}/${BPN}/libardour.so \
|
||||
${libdir}/${BPN}/libardouralsautil.so \
|
||||
${libdir}/${BPN}/libaudiographer.so \
|
||||
|
||||
@@ -10,20 +10,21 @@ Upstream-Status: Inappropriate [embedded specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/utils/Makefile | 26 +++++++++-----------------
|
||||
1 file changed, 9 insertions(+), 17 deletions(-)
|
||||
src/utils/Makefile | 28 ++++++++++------------------
|
||||
1 file changed, 10 insertions(+), 18 deletions(-)
|
||||
|
||||
diff --git a/src/utils/Makefile b/src/utils/Makefile
|
||||
index 37383b05..3cc76ca8 100644
|
||||
index 88b37393..b6d4e7a5 100644
|
||||
--- a/src/utils/Makefile
|
||||
+++ b/src/utils/Makefile
|
||||
@@ -14,22 +14,14 @@ ifeq ($(LSP_TESTING),1)
|
||||
@@ -15,23 +15,15 @@ ifeq ($(LSP_TESTING),1)
|
||||
OBJ_EXTRA += $(OBJ_TEST_CORE)
|
||||
endif
|
||||
|
||||
-ifeq ($(findstring lv2,$(BUILD_MODULES)),lv2)
|
||||
- MODULES += $(UTL_GENTTL)
|
||||
- FILELIST += lv2_genttl.o
|
||||
- INCLUDE_EXTRA += $(LV2_HEADERS)
|
||||
-endif
|
||||
-ifeq ($(findstring vst,$(BUILD_MODULES)),vst)
|
||||
- MODULES += $(UTL_VSTMAKE)
|
||||
@@ -31,20 +32,21 @@ index 37383b05..3cc76ca8 100644
|
||||
-endif
|
||||
-ifeq ($(findstring jack,$(BUILD_MODULES)),jack)
|
||||
- MODULES += $(UTL_JACKMAKE)
|
||||
- FILELIST += jack_genmake.o
|
||||
- FILELIST += jack_genmake.o
|
||||
-endif
|
||||
-ifeq ($(findstring doc,$(BUILD_MODULES)),doc)
|
||||
- MODULES += $(UTL_GENPHP)
|
||||
- FILELIST += gen_php.o
|
||||
- FILELIST += gen_php.o
|
||||
-endif
|
||||
+MODULES += $(UTL_GENTTL)
|
||||
+FILELIST += lv2_genttl.o
|
||||
+INCLUDE_EXTRA += $(LV2_HEADERS)
|
||||
+MODULES += $(UTL_VSTMAKE)
|
||||
+FILELIST += vst_genmake.o
|
||||
+MODULES += $(UTL_JACKMAKE)
|
||||
+FILELIST += jack_genmake.o
|
||||
+FILELIST += jack_genmake.o
|
||||
+MODULES += $(UTL_GENPHP)
|
||||
+FILELIST += gen_php.o
|
||||
+FILELIST += gen_php.o
|
||||
|
||||
FILES = $(addprefix $(OBJDIR)/, $(FILELIST))
|
||||
|
||||
|
||||
@@ -20,7 +20,11 @@ DEPENDS += " \
|
||||
SRC_URI += " \
|
||||
file://0001-Makefile-align-for-oe-cross-build.patch \
|
||||
file://0002-Pass-LDFLAGS-to-so-lib-builds.patch \
|
||||
file://0003-Hack-remove-runtime-charset-conversions.patch \
|
||||
"
|
||||
# musl is CORRECT and causing nothing but waste of resources
|
||||
SRC_URI_append_libc-musl = " \
|
||||
file://musl/0001-Hack-remove-runtime-charset-conversions.patch \
|
||||
file://musl/0002-Fix-build-with-musl.patch \
|
||||
"
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
@@ -77,3 +81,12 @@ FILES_${PN} += " \
|
||||
|
||||
PACKAGES =+ "${PN}-standalone"
|
||||
FILES_${PN}-standalone = "${bindir}"
|
||||
|
||||
# lsp-plugins (and maybe others) need a gconv cache for target use of iconv
|
||||
# see https://github.com/sadko4u/lsp-plugins/issues/17#issuecomment-487416107
|
||||
RDEPENDS_${PN}_append_libc-glibc += " \
|
||||
glibc-gconv glibc-gconvs glibc-utils \
|
||||
"
|
||||
pkg_postinst_ontarget_${PN}_append_libc-glibc() {
|
||||
iconvconfig
|
||||
}
|
||||
|
||||
@@ -7,9 +7,9 @@ SRC_URI = " \
|
||||
gitsm://github.com/sadko4u/lsp-plugins.git \
|
||||
file://0001-Add-missing-dsp-in-SUBDIRS.patch \
|
||||
"
|
||||
SRCREV = "ad2720345ce5dffb45f871146de1ae6d16f4c73d"
|
||||
SRCREV = "d78befc2faaa6de64050c3c4b662dea429e47c40"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.1.26"
|
||||
PV = "1.1.30"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
||||
|
||||
@@ -33,10 +33,10 @@ index 189af3f5..52706983 100644
|
||||
|
||||
# Files
|
||||
diff --git a/scripts/make/configure.mk b/scripts/make/configure.mk
|
||||
index e2d3d58a..660c1b5a 100644
|
||||
index 09aee9a0..5a796e85 100644
|
||||
--- a/scripts/make/configure.mk
|
||||
+++ b/scripts/make/configure.mk
|
||||
@@ -57,69 +57,6 @@ export INSTALLATIONS
|
||||
@@ -58,69 +58,8 @@ export INSTALLATIONS
|
||||
export UNINSTALLATIONS
|
||||
export RELEASES
|
||||
|
||||
@@ -66,6 +66,7 @@ index e2d3d58a..660c1b5a 100644
|
||||
-endif
|
||||
-
|
||||
-ifeq ($(BUILD_PLATFORM), BSD)
|
||||
- INCLUDE += -I/usr/local/include
|
||||
- ifeq ($(BUILD_PROFILE),arm)
|
||||
- CC_ARCH = -marm
|
||||
- ifneq ($(LD_PATH),)
|
||||
@@ -97,15 +98,14 @@ index e2d3d58a..660c1b5a 100644
|
||||
-ifeq ($(BUILD_PROFILE),aarch64)
|
||||
- CC_ARCH = -march=armv8-a
|
||||
-endif
|
||||
-
|
||||
-
|
||||
|
||||
|
||||
-export CC_ARCH
|
||||
-export LD_ARCH
|
||||
-export LD_PATH
|
||||
-
|
||||
export INCLUDE = -I"${CURDIR}/include"
|
||||
export INCLUDE
|
||||
|
||||
# Dependencies: compile headers and linkage libraries
|
||||
--
|
||||
2.21.0
|
||||
2.26.2
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
From b8d6bc13a68a78dc026db863cbc7103bbb584afe Mon Sep 17 00:00:00 2001
|
||||
From bc8d07b9f2c0bab4ec66023d9c925539bdc09f63 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sun, 28 Apr 2019 22:17:48 +0200
|
||||
Subject: [PATCH] Hack: remove runtime charset conversions
|
||||
@@ -10,15 +10,16 @@ There are no charsets installed yet and I have no idea which are required. So
|
||||
treat all texts as UTF-8.
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
|
||||
---
|
||||
src/core/LSPString.cpp | 11 +++++++----
|
||||
1 file changed, 7 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/core/LSPString.cpp b/src/core/LSPString.cpp
|
||||
index 8e0d72af..e8cf00ff 100644
|
||||
index 44174cff..8ed9c1b5 100644
|
||||
--- a/src/core/LSPString.cpp
|
||||
+++ b/src/core/LSPString.cpp
|
||||
@@ -1418,7 +1418,8 @@ namespace lsp
|
||||
@@ -1651,7 +1651,8 @@ namespace lsp
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -28,7 +29,7 @@ index 8e0d72af..e8cf00ff 100644
|
||||
LSPString temp;
|
||||
|
||||
// Open conversion
|
||||
@@ -1479,7 +1480,7 @@ namespace lsp
|
||||
@@ -1712,7 +1713,7 @@ namespace lsp
|
||||
|
||||
// Close descriptor
|
||||
iconv_close(cd);
|
||||
@@ -37,7 +38,7 @@ index 8e0d72af..e8cf00ff 100644
|
||||
return true;
|
||||
}
|
||||
#endif /* PLATFORM_WINDOWS */
|
||||
@@ -1641,7 +1642,9 @@ namespace lsp
|
||||
@@ -1878,7 +1879,9 @@ namespace lsp
|
||||
if (first >= last)
|
||||
return (last == first) ? "" : NULL;
|
||||
|
||||
@@ -47,8 +48,8 @@ index 8e0d72af..e8cf00ff 100644
|
||||
+/* // Open conversion
|
||||
iconv_t cd = init_iconv_from_wchar_t(charset);
|
||||
if (cd == iconv_t(-1))
|
||||
return NULL;
|
||||
@@ -1703,7 +1706,7 @@ namespace lsp
|
||||
return get_utf8(first, last);
|
||||
@@ -1940,7 +1943,7 @@ namespace lsp
|
||||
if (!append_temp("\x00\x00\x00\x00", 4))
|
||||
return NULL;
|
||||
|
||||
@@ -57,6 +58,3 @@ index 8e0d72af..e8cf00ff 100644
|
||||
}
|
||||
#endif /* PLATFORM_WINDOWS */
|
||||
|
||||
--
|
||||
2.20.1
|
||||
|
||||
@@ -0,0 +1,32 @@
|
||||
From 436b33a805714d9030543b5617885701761488bc Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Fri, 25 Jun 2021 21:41:24 +0200
|
||||
Subject: [PATCH] Fix build with musl
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
| /include/data/cvector.h:415:24: error: 'ssize_t' does not name a type; did you mean 'size_t'?
|
||||
|
||||
Upstream-Status: Inappropriate[musl]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
include/data/cvector.h | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/include/data/cvector.h b/include/data/cvector.h
|
||||
index eccc94a6..d8a2b7d1 100644
|
||||
--- a/include/data/cvector.h
|
||||
+++ b/include/data/cvector.h
|
||||
@@ -22,6 +22,7 @@
|
||||
#ifndef DATA_CVECTOR_H_
|
||||
#define DATA_CVECTOR_H_
|
||||
|
||||
+#include <unistd.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@@ -34,7 +34,7 @@ SRC_URI = " \
|
||||
file://0001-Remove-freebsd-compilation-support.patch \
|
||||
file://0002-Hardcode-projectM-configuration-file-location.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "b1945956109fd9c7844ee5780142c0d24564b88327dc2f9a61d29386abcf9d54"
|
||||
SRC_URI[sha256sum] = "f513774357836ad4983fa216c84cf5db634284faebec48c461733838917fd664"
|
||||
|
||||
inherit cmake_qt5 mime-xdg
|
||||
|
||||
@@ -28,8 +28,8 @@ SRC_URI = " \
|
||||
git://github.com/TuriSc/hydrogen2drumkv1.py.git;name=hydrogen2drumkv1;destsuffix=hydrogen2drumkv1 \
|
||||
file://0001-Fix-for-python-3.9.patch;patchdir=../hydrogen2drumkv1 \
|
||||
"
|
||||
PV = "0.9.21"
|
||||
SRC_URI[sha256sum] = "35952d6ed82cde9c0d8b516addd2e2f376b94b6d777f2b2a6ffd3978b49da7fa"
|
||||
PV = "0.9.22"
|
||||
SRC_URI[sha256sum] = "fe67b6ff00bac86faef18f759100e325ce200f508093566f5d30174702a22330"
|
||||
|
||||
SRCREV_hydrogen2drumkv1 = "4ca8af8f1433dce33f675ae68e95429c9eed084e"
|
||||
|
||||
|
||||
@@ -1,108 +0,0 @@
|
||||
From 42fa0e7e4ce43def9c34af83bfff22950f00b711 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 24 Nov 2018 16:30:08 +0100
|
||||
Subject: [PATCH] find native qt build tools by configure options - auto
|
||||
detection does not work
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Inappropriate [cross specific]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
|
||||
---
|
||||
configure.ac | 43 ++++++++++++++++---------------------------
|
||||
1 file changed, 16 insertions(+), 27 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 4713f05..a8317f9 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -285,23 +285,11 @@ if test -x $ac_qtchooser; then
|
||||
export QT_SELECT=5
|
||||
fi
|
||||
|
||||
-# Check for proper qmake path/version alternatives.
|
||||
-AC_PATH_TOOL(ac_qmake, qmake, [no], $ac_path)
|
||||
-if test "x$ac_qmake" = "xno"; then
|
||||
- AC_PATH_TOOL(ac_cv_qmake, qmake-qt5, [no], $ac_path)
|
||||
- ac_qmake=$ac_cv_qmake
|
||||
-fi
|
||||
-if test "x$ac_qmake" = "xno"; then
|
||||
- AC_PATH_TOOL(ac_cv_qmake, qmake-qt6, [no], $ac_path)
|
||||
- ac_qmake=$ac_cv_qmake
|
||||
-fi
|
||||
+AC_ARG_WITH(qmake,
|
||||
+ AC_HELP_STRING([--with-qmake=PATH], [use alternate qmake path]),
|
||||
+ [ac_qmake="$withval"], [ac_qmake="no"])
|
||||
|
||||
-# Check for proper Qt major version.
|
||||
-AC_CACHE_CHECK([for Qt major version], [ac_cv_qt_version_major], [
|
||||
- ac_cv_qt_version_major=$($ac_qmake -query QT_VERSION | cut -d'.' -f1)
|
||||
- ac_cv_qt_version_major=$(($ac_cv_qt_version_major + 0))
|
||||
-])
|
||||
-ac_qt_version_major=$ac_cv_qt_version_major
|
||||
+ac_qt_version_major=5
|
||||
if test "x$ac_qmake" = "xno"; then
|
||||
if test $ac_qt_version_major -lt 6; then
|
||||
AC_MSG_ERROR([qmake-qt5 $ac_errmsg (qt5-devel)])
|
||||
@@ -319,13 +307,6 @@ if test -d $ac_qt_install_path; then
|
||||
ac_path="$ac_qt_install_path:$ac_path"
|
||||
fi
|
||||
|
||||
-# Check it again, now with updated PATH, just in case...
|
||||
-AC_PATH_TOOL(ac_cv_qmake, qmake, [no], $ac_path)
|
||||
-ac_qmake=$ac_cv_qmake
|
||||
-if test "x$ac_qmake" = "xno"; then
|
||||
- AC_MSG_ERROR([qmake $ac_errmsg])
|
||||
-fi
|
||||
-
|
||||
AC_SUBST(ac_qmake)
|
||||
|
||||
AC_CACHE_CHECK([for Qt install headers], [ac_cv_qt_install_headers], [
|
||||
@@ -361,14 +342,18 @@ AC_CACHE_CHECK([for Qt library version >= 5.1],
|
||||
])
|
||||
|
||||
# Check for Qt moc utility.
|
||||
-AC_PATH_TOOL(ac_moc, moc, [no], $ac_path)
|
||||
+AC_ARG_WITH(moc,
|
||||
+ AC_HELP_STRING([--with-moc=PATH], [use alternate moc path]),
|
||||
+ [ac_moc="$withval"], [ac_moc="no"])
|
||||
if test "x$ac_moc" = "xno"; then
|
||||
AC_MSG_ERROR([moc $ac_errmsg])
|
||||
fi
|
||||
AC_SUBST(ac_moc)
|
||||
|
||||
# Check for Qt uic utility.
|
||||
-AC_PATH_TOOL(ac_uic, uic, [no], $ac_path)
|
||||
+AC_ARG_WITH(uic,
|
||||
+ AC_HELP_STRING([--with-uic=PATH], [use alternate uic path]),
|
||||
+ [ac_uic="$withval"], [ac_uic="no"])
|
||||
if test "x$ac_uic" = "xno"; then
|
||||
AC_MSG_ERROR([uic $ac_errmsg])
|
||||
fi
|
||||
@@ -376,7 +361,9 @@ AC_SUBST(ac_uic)
|
||||
|
||||
|
||||
# Check for Qt lupdate utility.
|
||||
-AC_PATH_TOOL(ac_lupdate, lupdate, [no], $ac_path)
|
||||
+AC_ARG_WITH(lupdate,
|
||||
+ AC_HELP_STRING([--with-lupdate=PATH], [use alternate lupdate path]),
|
||||
+ [ac_lupdate="$withval"], [ac_lupdate="no"])
|
||||
if test "x$ac_lupdate" = "xno"; then
|
||||
if test $ac_qt_version_major -lt 6; then
|
||||
AC_PATH_TOOL(ac_cv_lupdate, lupdate-qt5, [no], $ac_path)
|
||||
@@ -396,7 +383,9 @@ fi
|
||||
AC_SUBST(ac_lupdate)
|
||||
|
||||
# Check for Qt lrelease utility.
|
||||
-AC_PATH_TOOL(ac_lrelease, lrelease, [no], $ac_path)
|
||||
+AC_ARG_WITH(lrelease,
|
||||
+ AC_HELP_STRING([--with-lrelease=PATH], [use alternate lrelease path]),
|
||||
+ [ac_lrelease="$withval"], [ac_lrelease="no"])
|
||||
if test "x$ac_lrelease" = "xno"; then
|
||||
if test $ac_qt_version_major -lt 6; then
|
||||
AC_PATH_TOOL(ac_cv_lrelease, lrelease-qt5, [no], $ac_path)
|
||||
--
|
||||
2.26.2
|
||||
@@ -8,26 +8,35 @@ Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/CMakeLists.txt | 6 ------
|
||||
1 file changed, 6 deletions(-)
|
||||
src/CMakeLists.txt | 8 --------
|
||||
1 file changed, 8 deletions(-)
|
||||
|
||||
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||||
index 31ce7b8..0cd903a 100644
|
||||
index 6af9d9f..1050391 100644
|
||||
--- a/src/CMakeLists.txt
|
||||
+++ b/src/CMakeLists.txt
|
||||
@@ -173,12 +173,6 @@ if (CONFIG_LIBLO)
|
||||
endif ()
|
||||
|
||||
|
||||
-if (UNIX AND NOT APPLE AND NOT CONFIG_DEBUG)
|
||||
- add_custom_command(TARGET ${PROJECT_NAME}_lv2 POST_BUILD
|
||||
- COMMAND strip lib${PROJECT_NAME}_lv2.so)
|
||||
- add_custom_command(TARGET ${PROJECT_NAME}_jack POST_BUILD
|
||||
- COMMAND strip ${PROJECT_NAME}_jack)
|
||||
-endif ()
|
||||
|
||||
|
||||
if (UNIX AND NOT APPLE)
|
||||
@@ -169,10 +169,6 @@ if (CONFIG_LV2)
|
||||
set_target_properties (${PROJECT_NAME}_lv2 PROPERTIES CXX_STANDARD 17)
|
||||
target_link_libraries (${PROJECT_NAME}_lv2 PRIVATE ${PROJECT_NAME}_ui)
|
||||
if (UNIX AND NOT APPLE)
|
||||
- if (NOT CONFIG_DEBUG)
|
||||
- add_custom_command(TARGET ${PROJECT_NAME}_lv2 POST_BUILD
|
||||
- COMMAND strip lib${PROJECT_NAME}_lv2.so)
|
||||
- endif ()
|
||||
if (CONFIG_PREFIX MATCHES $ENV{HOME})
|
||||
set (CONFIG_LV2DIR ${CONFIG_PREFIX}/.lv2)
|
||||
else ()
|
||||
@@ -199,10 +195,6 @@ if (CONFIG_JACK)
|
||||
target_link_libraries (${PROJECT_NAME}_jack PRIVATE PkgConfig::LIBLO)
|
||||
endif ()
|
||||
if (UNIX AND NOT APPLE)
|
||||
- if (NOT CONFIG_DEBUG)
|
||||
- add_custom_command(TARGET ${PROJECT_NAME}_jack POST_BUILD
|
||||
- COMMAND strip ${PROJECT_NAME}_jack)
|
||||
- endif ()
|
||||
install (TARGETS ${PROJECT_NAME}_jack RUNTIME
|
||||
DESTINATION ${CMAKE_INSTALL_BINDIR})
|
||||
install (FILES ${PROJECT_NAME}.desktop
|
||||
--
|
||||
2.30.2
|
||||
2.31.1
|
||||
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
From 4700026b6c22da972d4159a9116221b3feecd314 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 28 Dec 2019 13:37:41 +0100
|
||||
Subject: [PATCH] Avoid stripping
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
| strip: Unable to recognise the format of the input file `drumkv1_jack'
|
||||
|
||||
Upstream-Status: Inappropriate [Configuration]
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/src_jack.pro | 1 -
|
||||
src/src_lv2.pro | 1 -
|
||||
2 files changed, 2 deletions(-)
|
||||
|
||||
diff --git a/src/src_jack.pro b/src/src_jack.pro
|
||||
index c5f0a02..879d39d 100644
|
||||
--- a/src/src_jack.pro
|
||||
+++ b/src/src_jack.pro
|
||||
@@ -79,7 +79,6 @@ unix {
|
||||
mimetypes_scalable.path = $${DATADIR}/icons/hicolor/scalable/mimetypes
|
||||
mimetypes_scalable.files += mimetypes/application-x-$${NAME}-preset.svg
|
||||
|
||||
- CONFIG(release, debug|release):QMAKE_POST_LINK += strip $(TARGET)
|
||||
}
|
||||
|
||||
QT += widgets xml
|
||||
diff --git a/src/src_lv2.pro b/src/src_lv2.pro
|
||||
index fcf8c1c..ccc95e4 100644
|
||||
--- a/src/src_lv2.pro
|
||||
+++ b/src/src_lv2.pro
|
||||
@@ -66,7 +66,6 @@ unix {
|
||||
$${TARGET_LV2UI}.ttl \
|
||||
$${NAME}.lv2/manifest.ttl
|
||||
|
||||
- CONFIG(release, debug|release):QMAKE_POST_LINK += strip $(TARGET);
|
||||
QMAKE_POST_LINK += $${QMAKE_COPY} -vp $(TARGET) $${TARGET_LV2}.so
|
||||
|
||||
QMAKE_CLEAN += $${TARGET_LV2}.so
|
||||
--
|
||||
2.21.1
|
||||
|
||||
@@ -20,8 +20,8 @@ SRC_URI = " \
|
||||
http://linuxsynths.com/Padthv1PatchesDemos/Padthv1Patches.tar.gz;name=linuxsynths-padthv1-presets;subdir=linuxsynths-padthv1-presets \
|
||||
file://padthv1.conf \
|
||||
"
|
||||
PV = "0.9.21"
|
||||
SRC_URI[sha256sum] = "f4c65100794820426e013915737a46bd21d84ea91885da16d105ad7437a24868"
|
||||
PV = "0.9.22"
|
||||
SRC_URI[sha256sum] = "dd445359803e9bbb6f43af53841054c80e77c197aca2d88c4172301cd24e7ef2"
|
||||
|
||||
SRC_URI[linuxsynths-padthv1-presets.sha256sum] = "ad9eadc707784b6931955b1fc63308b9e5dc59d24903e6405e9d34d30794fd0b"
|
||||
|
||||
|
||||
@@ -12,26 +12,16 @@ DEPENDS += " \
|
||||
portaudio-v19 \
|
||||
"
|
||||
|
||||
# autotools-brokensep must be after qmake5_base!
|
||||
inherit qmake5_base autotools-brokensep gtk-icon-cache qt5-translation
|
||||
inherit cmake_qt5 gtk-icon-cache qt5-translation
|
||||
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
file://QjackCtl.conf \
|
||||
"
|
||||
SRCREV = "c88e08a7d62be39ea541d26c8c7e1e7b82289cd3"
|
||||
|
||||
SRC_URI[sha256sum] = "867c088ed819f61d2eb1e550d4bb8f6330d8f247ab99843a584d81825f1a5d24"
|
||||
PV = "0.9.2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
SRC_URI[sha256sum] = "e9c2ffc219863c8c3dcdb05c4870d419b1625906852294f15c62d590b331bd18"
|
||||
PV = "0.9.3"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/metainfo \
|
||||
|
||||
@@ -9,23 +9,11 @@ DEPENDS += " \
|
||||
qtbase \
|
||||
"
|
||||
|
||||
# autotools-brokensep must be after qmake5_base!
|
||||
inherit qmake5_base autotools-brokensep gtk-icon-cache
|
||||
inherit cmake_qt5 gtk-icon-cache
|
||||
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "9cf22fbeb9c9859ded608c61350b01cd51418f131ce94ac8b26703a1ddf8be91"
|
||||
PV = "0.9.2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "44d99946474e5609bb3dc8444966591d0193cfa3bf5b78b05de0dd277ef30b49"
|
||||
PV = "0.9.3"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/metainfo \
|
||||
|
||||
@@ -10,23 +10,11 @@ DEPENDS += " \
|
||||
jack \
|
||||
"
|
||||
|
||||
# autotools-brokensep must be after qmake5_base!
|
||||
inherit qmake5_base autotools-brokensep gtk-icon-cache
|
||||
inherit cmake_qt5 gtk-icon-cache
|
||||
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "914b586d78cc49239f11b1a0e89b133d4d652026c5e1da3a4e925ca43d7b844e"
|
||||
PV = "0.9.2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "3412f7da2642a2a1afc3432b770c496eb320e787bbb550aebc7f368c90f2e15f"
|
||||
PV = "0.9.3"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/metainfo \
|
||||
|
||||
@@ -11,23 +11,11 @@ DEPENDS += " \
|
||||
libgig \
|
||||
"
|
||||
|
||||
# autotools-brokensep must be after qmake5_base!
|
||||
inherit qmake5_base autotools-brokensep gtk-icon-cache qt5-translation mime mime-xdg
|
||||
inherit cmake_qt5 gtk-icon-cache qt5-translation mime mime-xdg
|
||||
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "ee5f75dc27e0282953ce380118072e5854842572555364bf514484bfafc1e66c"
|
||||
PV = "0.9.2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "cd772425ad18a9ee531e64fa7abc8492636fdc7c51f1d78f037a18fdf8008ed5"
|
||||
PV = "0.9.3"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/metainfo \
|
||||
|
||||
@@ -11,23 +11,12 @@ DEPENDS += " \
|
||||
fluidsynth \
|
||||
"
|
||||
|
||||
inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache features_check
|
||||
inherit cmake_qt5 pkgconfig gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "ee9202178a6453c84d8016e61fd9a364e3dbbd306b4f3658baaa05be29927c3e"
|
||||
PV = "0.9.2"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "0cd6c09d4f7f02b0b487b4a01caab7965c9ca86c75945cf47659746cc3b75b29"
|
||||
PV = "0.9.3"
|
||||
|
||||
FILES_${PN} += "${datadir}/metainfo"
|
||||
|
||||
@@ -16,30 +16,18 @@ DEPENDS += " \
|
||||
aubio \
|
||||
"
|
||||
|
||||
inherit qmake5_base autotools-brokensep pkgconfig gtk-icon-cache mime mime-xdg qt5-translation
|
||||
inherit cmake_qt5 gtk-icon-cache mime mime-xdg qt5-translation
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/rncbc//qtractor.git;branch=midiimportx \
|
||||
file://0001-find-native-qt-build-tools-by-configure-options-auto-qt6.patch \
|
||||
\
|
||||
file://0001-do-nor-try-run-for-float-sse-detection.patch \
|
||||
file://0002-do-nor-try-run-for-suil-libs-detection.patch \
|
||||
file://0003-Add-ARM-NEON-acceleration-for-time-stretch-not-yet-t.patch \
|
||||
\
|
||||
file://Qtractor.conf \
|
||||
"
|
||||
SRCREV = "f03b649c87a1af7a4498fa8205157c16c567937c"
|
||||
PV = "0.9.21+git${SRCPV}"
|
||||
SRCREV = "628d95225c39235a32b9fc019991a8a05d2bad70"
|
||||
PV = "0.9.22+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--with-qmake=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/qmake \
|
||||
--with-moc=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/moc \
|
||||
--with-uic=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/uic \
|
||||
--with-lupdate=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lupdate \
|
||||
--with-lrelease=${OE_QMAKE_PATH_EXTERNAL_HOST_BINS}/lrelease \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/${sysconfdir}/skel/.config/rncbc.org
|
||||
install -m 0644 ${WORKDIR}/Qtractor.conf ${D}/${sysconfdir}/skel/.config/rncbc.org/
|
||||
|
||||
@@ -1,54 +0,0 @@
|
||||
From 6fa680366dcfb6aa5e9121ed0759a81f9d6f6393 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sun, 27 Nov 2016 21:52:14 +0100
|
||||
Subject: [PATCH] do nor try run for float / sse detection
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
configure.ac | 18 +++---------------
|
||||
1 file changed, 3 insertions(+), 15 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index e33d2cb2..a582410f 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -645,13 +645,7 @@ fi
|
||||
AC_SUBST(ac_lrelease)
|
||||
|
||||
|
||||
-# Check for IEEE 32bit float optimizations.
|
||||
-AC_CHECK_SIZEOF(float)
|
||||
-AC_CACHE_CHECK([for IEEE 32bit float optimizations],
|
||||
- ac_cv_float32, [
|
||||
- AS_IF([test "$ac_cv_sizeof_float" = 4], [ac_cv_float32="yes"], [ac_cv_float32="no"])
|
||||
-])
|
||||
-ac_float32=$ac_cv_float32
|
||||
+ac_float32=yes
|
||||
if test "x$ac_float32" = "xyes"; then
|
||||
AC_DEFINE(CONFIG_FLOAT32, 1, [Define if IEEE 32bit float optimizations are enabled.])
|
||||
fi
|
||||
@@ -666,19 +660,13 @@ if test "x$ac_sse" = "xyes"; then
|
||||
CPPFLAGS="$ac_sse_cflags $CPPFLAGS"
|
||||
AC_CACHE_CHECK([for SSE optimization],
|
||||
ac_cv_sse, [
|
||||
- AC_TRY_RUN([
|
||||
+ AC_TRY_COMPILE([
|
||||
#include <xmmintrin.h>
|
||||
#if !defined(__SSE__)
|
||||
#error SSE optimization disabled.
|
||||
#endif
|
||||
int main() {
|
||||
- unsigned int a, b, c, d;
|
||||
- __asm__ __volatile__ (
|
||||
- "movl %%ebx, %%esi\n\t" \
|
||||
- "cpuid\n\t" \
|
||||
- "xchgl %%ebx, %%esi" \
|
||||
- : "=a" (a), "=S" (b), "=c" (c), "=d" (d) : "0" (1));
|
||||
- return ((d & (1 << 25)) ? 0 : 1);
|
||||
+ return 0;
|
||||
}
|
||||
], ac_cv_sse="yes", ac_cv_sse="no", ac_cv_sse=cross)
|
||||
])
|
||||
@@ -1,55 +0,0 @@
|
||||
From a32a7af99c5f241a08840ce0775c9aaa0c37a792 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Sat, 19 Jan 2019 18:55:17 +0100
|
||||
Subject: [PATCH] do nor try run for suil libs feature detection
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
configure.ac | 24 ++----------------------
|
||||
1 file changed, 2 insertions(+), 22 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a582410f..0dbfc4f5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1339,17 +1339,7 @@ if test "x$ac_lv2_ui_show" = "xyes"; then
|
||||
fi
|
||||
|
||||
if test "x$ac_libsuil" = "xyes"; then
|
||||
- AC_CACHE_CHECK([for LV2 UI GTK2 support (libsuil_gtk2_in_qt5)],
|
||||
- ac_cv_libsuil_gtk2_in_qt5, [
|
||||
- AC_TRY_RUN([
|
||||
- #include <suil/suil.h>
|
||||
- #include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
|
||||
- #ifndef LV2_UI__Qt5UI
|
||||
- #define LV2_UI__Qt5UI LV2_UI_PREFIX "Qt5UI"
|
||||
- #endif
|
||||
- int main() { return !suil_ui_supported(LV2_UI__Qt5UI, LV2_UI__GtkUI); }
|
||||
- ], ac_cv_libsuil_gtk2_in_qt5="yes", ac_cv_libsuil_gtk2_in_qt5="no")
|
||||
- ])
|
||||
+ ac_cv_libsuil_gtk2_in_qt5="yes"
|
||||
if test "x$ac_cv_libsuil_gtk2_in_qt5" = "xyes"; then
|
||||
AC_DEFINE(CONFIG_LIBSUIL_GTK2_IN_QT5, 1, [Define if libsuil_gtk2_in_qt5 is available.])
|
||||
# ac_lv2_ui_gtk2="no"
|
||||
@@ -1367,17 +1357,7 @@ else
|
||||
fi
|
||||
|
||||
if test "x$ac_libsuil" = "xyes"; then
|
||||
- AC_CACHE_CHECK([for LV2 UI X11 support (libsuil_x11_in_qt5)],
|
||||
- ac_cv_libsuil_x11_in_qt5, [
|
||||
- AC_TRY_RUN([
|
||||
- #include <suil/suil.h>
|
||||
- #include "lv2/lv2plug.in/ns/extensions/ui/ui.h"
|
||||
- #ifndef LV2_UI__Qt5UI
|
||||
- #define LV2_UI__Qt5UI LV2_UI_PREFIX "Qt5UI"
|
||||
- #endif
|
||||
- int main() { return !suil_ui_supported(LV2_UI__Qt5UI, LV2_UI__X11UI); }
|
||||
- ], ac_cv_libsuil_x11_in_qt5="yes", ac_cv_libsuil_x11_in_qt5="no")
|
||||
- ])
|
||||
+ ac_cv_libsuil_x11_in_qt5="yes"
|
||||
if test "x$ac_cv_libsuil_x11_in_qt5" = "xyes"; then
|
||||
AC_DEFINE(CONFIG_LIBSUIL_X11_IN_QT5, 1, [Define if libsuil_x11_in_qt5 is available.])
|
||||
# ac_lv2_ui_x11="no"
|
||||
--
|
||||
2.21.1
|
||||
|
||||
@@ -17,8 +17,8 @@ SRC_URI = " \
|
||||
${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BPN}-${PV}.tar.gz \
|
||||
file://0002-Avoid-stripping-CMake.patch \
|
||||
"
|
||||
PV = "0.9.21"
|
||||
SRC_URI[sha256sum] = "f36d738f9d31f219342c339308a59da712a8d62b3f4703d5ed7b66f82f83e8cf"
|
||||
PV = "0.9.22"
|
||||
SRC_URI[sha256sum] = "2fdd96d6fe9d7b4c3780bfb02fb4b0933a4d2a4eb940eabea252f0d23eb752a5"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/appdata \
|
||||
|
||||
@@ -22,8 +22,8 @@ SRC_URI = " \
|
||||
\
|
||||
file://synthv1.conf \
|
||||
"
|
||||
PV = "0.9.21"
|
||||
SRC_URI[sha256sum] = "256c314ffbdae3fad2da1f3e91a12a8ba93e10b843240f2cdd070c8727f7e471"
|
||||
PV = "0.9.22"
|
||||
SRC_URI[sha256sum] = "319932091e748a580bfae4f670726acbec35da59ec10964fb2d8cf099d5ebd32"
|
||||
|
||||
SRC_URI[autostatic-synthv1-presets1.sha256sum] = "587ac8cb4cb645fc71603d1b4b351b24f3e4d9f15a53aca59c0f30cc9f66e253"
|
||||
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
SUMMARY = "Rubber Band Library library for audio time-stretching and pitch-shifting"
|
||||
HOMEPAGE = "http://breakfastquay.com/rubberband/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=28f6289fba0406b8f491e9b2d5767488"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
DEPENDS += " \
|
||||
fftw \
|
||||
libsamplerate0 \
|
||||
vamp-plugin-sdk \
|
||||
ladspa-sdk \
|
||||
"
|
||||
|
||||
# fftwf is neon accelerated -> force SINGLE precision
|
||||
SINGLEPATCH = "${@bb.utils.contains('TUNE_FEATURES', 'neon', 'file://0001-Optional-replace-FFTW_DOUBLE_ONLY-by-FFTW_SINGLE_ONL.patch', '', d)}"
|
||||
|
||||
SRC_URI = " \
|
||||
https://breakfastquay.com/files/releases/${BPN}-${PV}.tar.bz2 \
|
||||
${SINGLEPATCH} \
|
||||
"
|
||||
SRC_URI[sha256sum] = "4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
INSTALL_LIBDIR=${libdir} \
|
||||
INSTALL_VAMPDIR=${libdir}/vamp \
|
||||
INSTALL_LADSPADIR=${libdir}/ladspa \
|
||||
INSTALL_PKGDIR=${libdir}/pkgconfig \
|
||||
"
|
||||
|
||||
CPPFLAGS += "-ftree-vectorize -DPROCESS_SAMPLE_TYPE=float"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/ladspa \
|
||||
${libdir}/ladspa \
|
||||
${libdir}/vamp \
|
||||
"
|
||||
24
recipes-musicians/rubberband/rubberband_1.9.1.bb
Normal file
24
recipes-musicians/rubberband/rubberband_1.9.1.bb
Normal file
@@ -0,0 +1,24 @@
|
||||
SUMMARY = "Rubber Band Library library for audio time-stretching and pitch-shifting"
|
||||
HOMEPAGE = "http://breakfastquay.com/rubberband/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=28f6289fba0406b8f491e9b2d5767488"
|
||||
|
||||
inherit meson
|
||||
|
||||
DEPENDS += " \
|
||||
fftw \
|
||||
libsamplerate0 \
|
||||
vamp-plugin-sdk \
|
||||
ladspa-sdk \
|
||||
"
|
||||
|
||||
SRC_URI = "https://breakfastquay.com/files/releases/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "fc474878f6823c27ef5df1f9616a8c8b6a4c01346132ea7d1498fe5245e549e3"
|
||||
|
||||
EXTRA_OEMESON = "-Dfft=fftw"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir}/ladspa \
|
||||
${libdir}/ladspa \
|
||||
${libdir}/vamp \
|
||||
"
|
||||
@@ -14,9 +14,9 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/sjaehn/BChoppr.git"
|
||||
SRCREV = "3df6383bb53cf5d8da893ee670864487c3a442c1"
|
||||
SRCREV = "98da08ea7be3bc439c3773c5e0653d37cdbeb19d"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.10.6"
|
||||
PV = "1.10.8"
|
||||
|
||||
do_install() {
|
||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||
|
||||
@@ -15,9 +15,10 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/sjaehn/BOops.git"
|
||||
SRCREV = "bdb4de4d3baf1148b2cc825a1c4c25a884e7fe60"
|
||||
SRCREV = "eb705aacb57724efa13d6571cac6804a73810ab9"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.4"
|
||||
PE = "1"
|
||||
PV = "1.6.0"
|
||||
|
||||
do_install() {
|
||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||
|
||||
@@ -14,7 +14,7 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/sjaehn/BShapr.git"
|
||||
SRCREV = "84f48616f92a32740fd59150f449c966935bd7a0"
|
||||
SRCREV = "38f4f68fda1b1bb26f50040ea5f18a4f8970cf91"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.13"
|
||||
|
||||
|
||||
25
recipes-musicians/sjaehn/bslizr.bb
Normal file
25
recipes-musicians/sjaehn/bslizr.bb
Normal file
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "Sequenced audio slicing effect LV2 plugin"
|
||||
HOMEPAGE = "https://github.com/sjaehn/BSlizr"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit pkgconfig features_check
|
||||
|
||||
DEPENDS += " \
|
||||
virtual/libx11 \
|
||||
cairo \
|
||||
lv2 \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/sjaehn/BSlizr.git"
|
||||
SRCREV = "8622533bbbd8eed3c9fb10e216a72591846d3807"
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.2.16"
|
||||
|
||||
do_install() {
|
||||
DESTDIR=${D} PREFIX=${prefix} oe_runmake install
|
||||
}
|
||||
|
||||
FILES_${PN} += "${libdir}/lv2"
|
||||
@@ -15,8 +15,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/darc.lv2.git"
|
||||
SRCREV = "b5a9fdeec2cc59870ae34a492b3ed814546250bc"
|
||||
PV = "0.5.2"
|
||||
SRCREV = "4bddab4c184af4695fb3248796e77fb5fb7e54b5"
|
||||
PV = "0.5.4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -14,8 +14,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/dpl.lv2.git"
|
||||
SRCREV = "ab2ad19b2a0d0b656a099d18ef869125eeee4445"
|
||||
PV = "0.4.1"
|
||||
SRCREV = "67593cd22f531879f9461ce022cb564b0d3ab173"
|
||||
PV = "0.5.1"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -14,8 +14,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/fat1.lv2.git"
|
||||
SRCREV = "825aef0f16256c7dd48fb4ee054ce1b01cfa8d52"
|
||||
PV = "0.6.2"
|
||||
SRCREV = "49209f070e94b12c2948be425c58f414369a200f"
|
||||
PV = "0.6.5"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
@@ -17,8 +17,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/fil4.lv2.git"
|
||||
SRCREV = "5660e41c527533e131c878757c631855db5086a8"
|
||||
PV = "0.7.2"
|
||||
SRCREV = "98191b28c2ba193c6f12f4962dc5963d647941b7"
|
||||
PV = "0.7.4"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -17,8 +17,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/meters.lv2.git"
|
||||
SRCREV = "e230a7c07ba3e842c03b9463efef4b5745990ca0"
|
||||
PV = "0.9.16"
|
||||
SRCREV = "7416ef980c2e7e0fb484460ba40c05ca37a22cde"
|
||||
PV = "0.9.18"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl"
|
||||
|
||||
@@ -14,8 +14,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/mixtri.lv2.git;protocol=https"
|
||||
SRCREV = "f5c3e5769780fd19ef97d438d3114957b75aa3f8"
|
||||
PV = "0.4.1"
|
||||
SRCREV = "4bfbeba3f0146b1cc3e87f3fd0a8917e55452bf1"
|
||||
PV = "0.4.3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -13,8 +13,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/sisco.lv2.git"
|
||||
SRCREV = "45ccc654f7ccb8e9da254bf66d02c162f235ddb0"
|
||||
PV = "0.9.1"
|
||||
SRCREV = "7db71571db1c6eea3470bc166658c2c03b6036b4"
|
||||
PV = "0.9.3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -17,8 +17,8 @@ DEPENDS += " \
|
||||
"
|
||||
|
||||
SRC_URI = "gitsm://github.com/x42/tuna.lv2.git"
|
||||
SRCREV = "832d5dd817d166968c292982f0ecb8180bedadfb"
|
||||
PV = "0.5.3"
|
||||
SRCREV = "624075b2567f4558923edf493f2019e37f46c9f5"
|
||||
PV = "0.5.5"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OEMAKE += " \
|
||||
|
||||
@@ -21,9 +21,9 @@ DEPENDS += " \
|
||||
libxft \
|
||||
"
|
||||
|
||||
PV = "2.0.1"
|
||||
PV = "2.0.2"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/2.0/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI[sha256sum] = "d33ec26b0e631d31afc0906b26fa507dc2a485c4658840146e2ccb4c3824eb38"
|
||||
SRC_URI[sha256sum] = "0b5149dab7b2da15757be9f56384344868774edfee1736d80bd4c6def6c2853e"
|
||||
|
||||
OECMAKE_SOURCEPATH = "${S}/src"
|
||||
|
||||
|
||||
@@ -145,6 +145,7 @@ RDEPENDS_${PN} += " \
|
||||
bschaffl \
|
||||
bsequencer \
|
||||
bshapr \
|
||||
bslizr \
|
||||
bspacr \
|
||||
\
|
||||
\
|
||||
@@ -192,7 +193,7 @@ RDEPENDS_${PN} += " \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "opengl", "zyn-fusion-dssi zyn-fusion-lv2 zyn-fusion-vst zyn-fusion-standalone", "zynaddsubfx-dssi zynaddsubfx-lv2 zynaddsubfx-vst zynaddsubfx-standalone",d)} \
|
||||
\
|
||||
\
|
||||
spotifyd spotify-qt \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'rust-layer', 'spotifyd spotify-qt', '', d)} \
|
||||
"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user