- Jun 17, 2016
-
-
Sebastian Dröge authored
-
- Jun 09, 2016
-
-
Sebastian Dröge authored
-
- Jun 07, 2016
-
-
Sebastian Dröge authored
Based on a patch by Milos Pesic <msg4misa@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=767096
-
Sebastian Dröge authored
Get the correct symbol via dlsym() instead of letting the linker figure it out. Letting the linker do it can bring us into infinite recursion calling into our very own weak symbol. https://bugzilla.gnome.org/show_bug.cgi?id=766235
-
- May 20, 2016
-
-
Patches are taken from upstream. Found by inspecting upstream commit logs. https://bugzilla.gnome.org/show_bug.cgi?id=766215
- May 14, 2016
-
-
Sebastian Dröge authored
Workaround for Android <21 making signal() an inline function around bsd_signal(), and Android >= 21 not having any bsd_signal() symbol but only signal() https://bugzilla.gnome.org/show_bug.cgi?id=766235
-
- May 12, 2016
-
-
Sebastian Dröge authored
I'm sure I saw that reported in Bugzilla today or yesterday, or on the mailing list. But can't find it now :)
-
- May 08, 2016
-
-
libgstvideo4linux2.a wasn't being included as a result https://bugzilla.gnome.org//show_bug.cgi?id=766117
-
- May 03, 2016
-
-
Sebastian Dröge authored
-
- Apr 23, 2016
-
-
This avoids having user settings messing up our build. https://bugzilla.gnome.org/show_bug.cgi?id=765394
-
- Apr 22, 2016
-
-
-
-
Tim-Philipp Müller authored
This tinyalsa repo doesn't seem to do tags or releases. https://bugzilla.gnome.org/show_bug.cgi?id=765439
-
Tim-Philipp Müller authored
Not that anything changed in the last 9 years.
-
Tim-Philipp Müller authored
Same as main orc recipe. https://bugzilla.gnome.org/show_bug.cgi?id=765439
-
- Apr 20, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Apr 19, 2016
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
Spotted by Xavier Claessens
-
- Apr 14, 2016
-
-
Sebastian Dröge authored
long is 32 bits on Win64, GType 64 bits. https://bugzilla.gnome.org/show_bug.cgi?id=758738
-
- Apr 12, 2016
-
-
They fail to build with newer livetex. https://bugzilla.gnome.org/show_bug.cgi?id=764776
-
Tim-Philipp Müller authored
git-for-windows will error out with 'Tell me who you are' otherwise, if no global user config exists.
-
- Apr 07, 2016
-
-
Otherwise git may fail to apply patches to our unpacked source trees if there's no valid global git user config yet, with "fatal: empty ident name (for ...) not allowed".
-
- Mar 30, 2016
-
-
Edward Hervey authored
-
- Mar 29, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
... which disappeared with NDK r11. https://bugzilla.gnome.org/show_bug.cgi?id=763999
-
- Mar 24, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Mar 21, 2016
-
-
Sebastian Dröge authored
r11 had broken zip files. https://bugzilla.gnome.org/show_bug.cgi?id=763902
-
A few variables refer to a tar file, but the file is actually zip, so rename them to prevent confusion. https://bugzilla.gnome.org/show_bug.cgi?id=763902
-
The switch to NDK r11 introduced two small bugs during the bootstrap process: - Referencing a tar.bz2 file that does not exist. Fix by referencing the correct zip file. - Referencing README.TXT, which no longer exists. Fix by referencing a file that does exist and should continue to exist in the future (ndk-build). https://bugzilla.gnome.org/show_bug.cgi?id=763902
-
- Mar 15, 2016
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-
- Mar 08, 2016
-
-
Currently, doing "cerbero run" without any command to run results in a no-op with no output. However, running "no command" doesn't make much sense, so cerbero should probably show an error message instead. https://bugzilla.gnome.org/show_bug.cgi?id=763276