2017-05-16 16:52:18 +00:00
|
|
|
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.
|
|
|
|
|
2019-10-07 01:12:01 +02:00
|
|
|
### mingw-w64-nim
|
2017-05-16 16:52:18 +00:00
|
|
|
|
2019-10-07 01:12:01 +02:00
|
|
|
patches nim 1.0.0 to compile with MSYS2, and use MSYS2 paths/DLLs.
|
|
|
|
a few things might not work, but the core functionality
|
|
|
|
(including nimble) is working.
|
2017-05-16 16:52:18 +00:00
|
|
|
|
|
|
|
### mingw-w64-tbox
|
|
|
|
|
|
|
|
patches tbox to compile/run with MSYS2.
|
|
|
|
*a lot of stuff* isn't working yet.
|
|
|
|
|
2017-05-16 17:00:05 +00:00
|
|
|
### n64-toolkit
|
|
|
|
|
2018-03-25 05:45:52 +02:00
|
|
|
builds a cross-compiler for N64 homebrew.
|
2017-05-16 17:00:05 +00:00
|
|
|
works on both Arch and MSYS2.
|
|
|
|
|
2018-03-25 05:45:52 +02:00
|
|
|
installs to `/opt/mips64-elf-ultra64`, so add that to your PATH as needed.
|
2017-05-16 17:00:05 +00:00
|
|
|
|
2017-05-16 16:52:18 +00:00
|
|
|
### xml2
|
|
|
|
|
|
|
|
modified to download from a mirror.
|
|
|
|
the original URL is offline.
|
2018-02-20 11:35:19 +01:00
|
|
|
|
2018-02-20 12:49:49 +01:00
|
|
|
## mxe-plugins
|
2018-02-20 11:35:19 +01:00
|
|
|
|
|
|
|
there's some mxe stuff in this repo too.
|
2018-02-20 12:49:49 +01:00
|
|
|
just add the directory to your plugins variable, like this:
|
|
|
|
```
|
|
|
|
make ffmpeg MXE_PLUGIN_DIRS=/path/to/PKGBUILDs/mxe-plugins/notwa
|
|
|
|
```
|
2018-02-20 11:35:19 +01:00
|
|
|
|
|
|
|
### 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.
|
2018-02-20 12:49:49 +01:00
|
|
|
|
2018-02-20 19:35:15 +01:00
|
|
|
### mpv
|
|
|
|
|
|
|
|
builds mpv with most of the features available to mxe.
|
2018-03-01 21:22:48 +01:00
|
|
|
it's not as fully-featured [as other builds,][mpvother]
|
2018-02-20 19:35:15 +01:00
|
|
|
but it gets the job done.
|
|
|
|
|
|
|
|
[mpvother]: https://github.com/lachs0r/mingw-w64-cmake
|
|
|
|
|
2018-02-20 14:02:23 +01:00
|
|
|
### ladspa
|
|
|
|
|
2018-02-20 19:35:15 +01:00
|
|
|
this just downloads and installs `ladspa.h`.
|
2018-02-20 14:02:23 +01:00
|
|
|
|
2018-02-20 19:35:15 +01:00
|
|
|
### waf
|
2018-02-20 12:49:49 +01:00
|
|
|
|
2018-02-20 19:35:15 +01:00
|
|
|
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.
|