minecraft-launcher-lib is a Python library for creating a custom
minecraft launcher. This library containts functions to install and
execute minecraft and for interacting with mojang accounts.
version 0.5
OK phessler@
trying to auto detect, which picks up gcc on those base-clang arches
which still install gcc (which I think is now causing more problems
than it solves).
Fixes a build problem reported by solene@ on i386 with old /usr/bin/gcc
present after the installer auto-removed old gcc-libs.
* Use WARN log level also for the early initialization [518d1496]
* Update to Go 1.14.3 and Go 1.13.11 [3cc41523]
* Improve error message when no Babel installed [2fd0a5a6]
* Add test for headings render hook [6e051c05]
* Add render template hooks for headings [423b8f2f]
* Add math.Pow [99193449]
* Do not suppress .well-known/ directory [558c0930]
* Quote "@babel/cli" to solve build error [b69a3614]
* Remove custom x-nodejs plugin [a0103864]
* Use .Lastmod for og:updated_time [6205d56b]
* Fix Babel on Windows [723ec555]
* Upgrade chroma to 0.7.3 to fix invalid css [b342e8fb]
ok rsadowski@ kmos@
Two patches seem to have no effect: the first one fixes a C++ issue I
do not see on amd64 when building without it, the second one supposedly
fixes translation files, but without it I can switch between languages
just fine.
Both patches are there since import on 2014 and I they probably used to
be relevant for older Mumble versions, but not so much today anymore.
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
talks about this being available in autoconf 2.70, but that version
has not yet been released.
This is useful for people generating distfiles on OpenBSD for software
used on other OS as --runstatedir is wanted for software in some Linux
distributions.
req by claudio@, ok espie@ (maintainer)
loosely based on WIP by bentley@
the current port is not finished, but it can do a few things: play videos,
cut tracks, export the results.
A lot of the filters will currently crash! So not linked to the build yet.
Video fade-in/fade-out do not do anything yet
Imported so that it's easier to figure out the issues in-tree.
okay tracey@ rsadowski@