
I was pretty busy for the two past weeks, investigating both my time and my energy on writting and testing some packages for
my own MinGW32 Linux Distro. I stopped working on it for the 4 past months.Yep that's it! It takes a lot of time to search on the internet to find needed information to build your own packages.
Finaly we added a lot of new packages.
- Lcms2 2.9
- Zziplib 0.13.69
- PDFlib-Lite 7.0.5p3
- UnixODBC 2.3.6
- Gdbm 1.17
- Sqlite 3.24.0
- Cyrus-SASL 2.1.27-rc7
- Mman-win32 20180604
- Berkeley-DB 4.8.30
- Regex-POSIX-Gnulib 20090805
- OpenLDAP 2.4.45 (with LibreSSL + Cyrus-SASL + HDB/BDB)
- Libfdk-aac 0.1.6
- Opencore-amr 0.1.5
- Vo-aacenc 0.1.3
- Vo-amrwbenc 0.1.3
- Xvidcode 1.3.5
- Orc 4.28
- Liboil 0.3.17
- Schroedinger 1.0.11
- Faad 2.8.8
- Faac 1.29.9.2 with DRM (Digital Radio Mondiale support)
- Faac 1.29.9.2 without DRM (Digital Radio Mondiale support)
- Fribidi 1.0.5
- Graphite2 1.3.11
- Harfbuzz 1.8.6
- Libass 0.14.0
- Openjpeg2 2.3.0
- Openjpeg 1.5.2
- Gavl 1.4.0
- Frei0r-plugins 1.6.1
- Libsoxr 0.1.3
- L-smash 2.14.5
- X264 r2665-a01e339 (for FFmpeg 2.2.16)
- X264 r2901-7d0ff22 (not installed)
- Gsm 1.0.18
- Libvpx 1.7.0
- Librtmp 20151223
- Jasper 2.0.14
- Libcroco 0.6.12
- Gdk-pixbuf 2.36.12
- Pango 1.42.3
- Librsvg 2.40.20
- X265 2.8
- Libluray 1.0.2
- Libaacs 0.9.0
- Libbdplus 0.1.2
MinGW32 Linux Distro is just a simple prebuilt toolchain based on MinGW-w64 5.0.3 and GCC 7.0.2. I do it only for fun
- My main idea is to have a prebuilt to chain for archival purposes for Win32 OS like ReactOS and to use some Windows tools on Wine -- I am a big fan --
- Packages are built using
makeself
2.3.1 from https://github.com/megastep/makeself
- 90% of instructions to build binaries (*.exe, *.dll) from packages are taken from either from AUR web site or MINGW-packages. I just read their PKGBUILD. Instructions are updated/modifed for my own personal needs (adding/removing some options)