Daniel Schürmann

Results 1015 comments of Daniel Schürmann

There was a funny dictionary for it www.phrasen.org but not reachable :-(

First attempt: ``` Emptying app dir 'build' error: org.kde.Sdk/x86_64/6.10 not installed Failed to init: Unable to find sdk org.kde.Sdk version 6.10 ``` fix: ``` flatpak install --user org.kde.Sdk/x86_64/6.10 flatpak install...

Merge Target 2.6 seems to be reasonable. Is there a way to distribute a mixxx-runtim SDK? We can host it on our download server and as github package to not...

Found this: https://discourse.flathub.org/t/freedesktop-sdk-24-08-0-released/7630 > The deprecated appstream-glib library was removed in favour of [libappstream](https://www.freedesktop.org/wiki/Distributions/AppStream/). Maintainers are advised to transition away from the appstream-compose, appstream-util commands to appstreamcli. See also [Improved...

This seems to be about: https://github.com/lv2/lv2/issues/29 On my host system I have only: `/usr/lib/x86_64-linux-gnu/pkgconfig/lv2.pc` Conclusion, it is fine to drop the link. I can confirm that the first issue is...

> an actual Mixxx Flatpak repo would be awesome! Would that auto distribute updates?

I just realized that the the recommended default commands have deleted my "build" folder. This is not a real issue in my case because I use ccache and was able...

``` git rebase --onto upstream/2.6 upstream/main origin/flatpak_packaging ``` I am not sure if this works reliable if the old base has advanced in the meantime. I have good experience with...