William Breathitt Gray

Results 60 comments of William Breathitt Gray

Metrodroid references a Maven repo that is untrusted by Fdroid: https://github.com/metrodroid/metrodroid/blob/38686624c0a738ffb2952f5561e668a8696324d5/build.gradle#L7 https://github.com/metrodroid/metrodroid/blob/38686624c0a738ffb2952f5561e668a8696324d5/jvmcli/build.gradle#L7 https://github.com/metrodroid/metrodroid/blob/38686624c0a738ffb2952f5561e668a8696324d5/proto/build.gradle#L5 Is it possible to change the Maven repo to one of [the ones allowed by Fdroid](https://gitlab.com/fdroid/fdroidserver/blob/master/fdroidserver/scanner.py#L99)?

> This feels entirely like an F-Droid build system issue -- Gradle is a DSL and effectively you can put in arbitrary anything (so parsing with `sed` is bad). >...

> > It may be possible to use JitPack to build and host the release you need. > > That looks neat – that may be able to help us...

I suspect you're more likely to get a response if you submit a message to the SDL Development mailing list: https://discourse.libsdl.org/t/about-the-sdl-development-category/13 It looks like the bugzilla is primarily for bug...

Is this related to the **libtinfo** linking issue in https://github.com/freebasic/fbc/issues/170?

I've been considering adding **Autotools** support to the FreeBASIC repository in order to get the canonical `./configure && make` support many users expect. Is there any objection if I submit...

> The libncurses/libtinfo separation being distro-dependent really is a pain. Aside from getting autoconf to detect and handle that, what would the alternative be? A makefile rule to compile a...

> I had thought that linking to just ncurses would result in a binary that works on both distros with and without libtinfo.so, since libncurses.so would depend on libtinfo.so if...

> Yea, looks like this issue with "make bootstrap" was overlooked. Normally (from my point of view) fbc is built using an existing fbc, which itself checks for libtinfo when...

> Since we are already using **libncurses** in FreeBASIC, these _termcap_ functions should be replaced with their equivalent functionality in _ncurses_. Once that is done, we no longer need to...