various arch/msys2/mxe packages i've modified or made
Go to file
Connor Olding bedcea9aa2 update ffmpeg and mpv 2019-09-15 13:22:44 -07:00
mingw-w64-nim-git remove patch for deleted file 2018-02-09 10:40:13 +01:00
mingw-w64-tbox init 2017-05-16 16:52:18 +00:00
mxe-plugins/notwa update ffmpeg and mpv 2019-09-15 13:22:44 -07:00
n64-toolkit remove unnecessary flags 2019-01-26 07:36:38 +01:00
xml2 init 2017-05-16 16:52:18 +00:00
.gitignore init 2017-05-16 16:52:18 +00:00
README.md update n64-toolkit names 2018-03-25 05:45:52 +02:00

README.md

here are some PKGBUILDs i've either modified or written over the years. some of them are for Arch Linux, some of them are for MSYS2, some of them work with both. heads up: these are likely to be out of date.

mingw-w64-nim-git

patches nim to compile with MSYS2, and use MSYS2 paths/DLLs. a few things aren't working yet, but the core functionality is there.

mingw-w64-tbox

patches tbox to compile/run with MSYS2. a lot of stuff isn't working yet.

n64-toolkit

builds a cross-compiler for N64 homebrew. works on both Arch and MSYS2.

installs to /opt/mips64-elf-ultra64, so add that to your PATH as needed.

xml2

modified to download from a mirror. the original URL is offline.

mxe-plugins

there's some mxe stuff in this repo too. just add the directory to your plugins variable, like this:

make ffmpeg MXE_PLUGIN_DIRS=/path/to/PKGBUILDs/mxe-plugins/notwa

ffmpeg

this package has been tweaked to build a more recent version and to enable(-nonfree) some stuff they tell you not to. there's licensing conflicts, so don't redistribute the resulting binaries.

mpv

builds mpv with most of the features available to mxe. it's not as fully-featured as other builds, but it gets the job done.

ladspa

this just downloads and installs ladspa.h.

waf

this just downloads and installs waf. it's the same as the package provided with mxe, except the version has been updated to the one mpv recommends to build with.