Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Müller
42a6ec9399 Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 00:25:06 +02:00
Andreas Müller
f070cebf03 lsp-plugins: Remove our gconv hack for glibc and use it for musl
And ad more crap for the sake of building with musl

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-06-25 21:59:34 +02:00
Andreas Müller
56efeb5fb8 lsp-plugins: upgrade 1.1.13 -> 1.1.14
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-21 14:56:16 +01:00
Andreas Müller
c04392ec85 lv2-turtle-helper: handle inifite qemu runs as error
distrho-ports ttl generation with qemu has alway been pain: For unknown reasons
some plugins caues qemu to run infinite. Up to now we could ignore particular
plugins by adding them to LV2_PLUGIN_BLACKLIST_QEMU} but since the affected
plugins change from time to time maintaining this turned into pain. So handle
infinit qemu runs as error. To achive we:

* add qemu-with-timeout-native which injects coreutils' 'timeout' into command
  line by creatin wrappers for all qemu-* available
* rework qemu-ext-musicians.bbclass (was renamed to avoid conflicts with
  meta-qt5-extra's qemu-ext)
* rework lv2-turtle-helper.bbclass and adjust logs

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-12 00:16:39 +01:00
Andreas Müller
0c12d6675f FIx warning due to distro_features_check deprecation
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-11-25 00:26:34 +01:00
Andreas Müller
75f06ce05f lsp-plugins: Add hack to display texts properly in UI
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-28 23:16:11 +02:00
Andreas Müller
e4637d5c4f lsp-plugins: rework - still no texts displayed
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-28 20:46:45 +02:00
Andreas Müller
c5efcebad6 lsp-plugins: rework and fix build
* Steal the tune approach from [1] to create BUILD_PROFILE
* Add LDFLAGS to library builds

+ First time lsp-plugins don't crash \o/
- No texts are displayed - maybe [2] helps

[1] http://lists.openembedded.org/pipermail/openembedded-devel/2019-April/199347.html
[2] https://github.com/sadko4u/lsp-plugins/issues/17

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-26 00:55:26 +02:00
Andreas Müller
363bcd8757 zyn: Fix qtractor crash when loading sessions with zyn included
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-13 01:00:14 +02:00
Andreas Müller
ff9499a1c7 Initial commit
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-03-16 19:58:53 +01:00