orbea

Results 88 issues of orbea

Backports an upstream commit to improve the output of `pkgconf --libs vorbisidec`. Upstream-Commit: https://gitlab.xiph.org/xiph/tremor/-/commit/a733870e048fc139f696f1c57b50e0145d1ab6c2 Upstream-Issue: https://gitlab.xiph.org/xiph/tremor/-/issues/1943

assigned
no bug found

Tested with libressl-3.5.3. Instead of making this a bigger mess I decided to not care about older libressl versions, but I can make effort to change that if someone really...

This works with LibreSSL 3.5.x.

This has 3 changes. ~~1. Remove `-Wno-unused-parameter`. There are currently no warnings and its probably better to solve these with `if (foo) {}` in the cases they exist to prevent...

Gentoo Bug: https://bugs.gentoo.org/777084 This changes the `makefile.shared` build to not require libtool during the build instead of the existing hacks. This is helpful for avoiding the already existing hacks for...

Note: I tested this against `7.0.4`. Many distros do no ship `.la` files which breaks the build and additionally when using slibtool instead of GNU libtool the `.la` files are...

gentoo bug: https://bugs.gentoo.org/777444 Note: * This PR is based against the `stable-1.5` branch. * The current `master` branch is not affected. * Gentoo still ships Babletrace 1 and does not...

I find it more convenient to be able to exit with the keyboard than mouse so I suggest using `Ctrl+Q` since its a fairly standard keybind for closing GUI programs....

Tested with libressl-3.5.3 on Gentoo using the libressl overlay (https://github.com/gentoo/libressl). Alternatively the code for older libressl versions could be removed, either way it doesn't really matter to me. I'm also...

When building tomcat-native with slibtool using the rlibtool symlink the build will fail. This is because rlibtool requires the generated libtool script to determine if the build is shared, static...