├── .drone.yml ├── .gitattributes ├── .github ├── dependabot.yml └── workflows │ └── main.yml ├── .gitignore ├── FAIL_LIST.md ├── LICENSE ├── README.md ├── TODO.md ├── appveyor.yml ├── ci-build.sh ├── ci-library.sh ├── mingw-w64-3proxy └── PKGBUILD ├── mingw-w64-4th └── PKGBUILD ├── mingw-w64-MinHook └── PKGBUILD ├── mingw-w64-OpenBLAS-git └── PKGBUILD ├── mingw-w64-OpenSceneGraph-git ├── PKGBUILD ├── additional-gl-header.patch └── find-collada.patch ├── mingw-w64-OpenSceneGraph ├── PKGBUILD ├── add-gstreamer-cflags.patch ├── additional-gl-header.patch ├── find-collada.patch ├── find-freetype.patch └── fix-3ds-plugin.patch ├── mingw-w64-PKGBUILD-common ├── build-kf5 └── kde-frameworks5 ├── mingw-w64-PKGBUILD-templates ├── PKGBUILD.CMake-github-git ├── PKGBUILD.CMake-tarball ├── PKGBUILD.autotools-tarball └── PKGBUILD.setup-py-python-pkg ├── mingw-w64-SDL └── PKGBUILD ├── mingw-w64-SDL2 └── PKGBUILD ├── mingw-w64-SDL2_gfx └── PKGBUILD ├── mingw-w64-SDL2_image └── PKGBUILD ├── mingw-w64-SDL2_mixer ├── PKGBUILD ├── SDL2_mixer-2.0.1-find_lib.mingw.patch └── SDL2_mixer-2.0.1-libtool_windres.mingw.patch ├── mingw-w64-SDL2_net └── PKGBUILD ├── mingw-w64-SDL2_sound-hg ├── PKGBUILD ├── no-undefined.patch ├── physfs-renamed-export.patch ├── pkgconfig.patch └── rename-like-SDL2.patch ├── mingw-w64-SDL2_ttf └── PKGBUILD ├── mingw-w64-SDL_gfx └── PKGBUILD ├── mingw-w64-SDL_image └── PKGBUILD ├── mingw-w64-SDL_mixer ├── PKGBUILD ├── SDL_mixer-find_lib.mingw.patch ├── double-free-crash.patch ├── fluidsynth-volume.patch ├── mikmod1.patch └── mikmod2.patch ├── mingw-w64-SDL_net └── PKGBUILD ├── mingw-w64-SDL_ttf └── PKGBUILD ├── mingw-w64-a52dec ├── 0001-a52dec-0.7.4-build.patch ├── 0002-do-not-AC_C_ALWAYS_INLINE-it-redefines-inline-breaking-mingw-w64-GCC-5.1.0-C99.patch └── PKGBUILD ├── mingw-w64-adns ├── PKGBUILD ├── mingw-mkdir.patch └── mingw-no-regress.patch ├── mingw-w64-adwaita-icon-theme ├── PKGBUILD ├── theme-i686.install └── theme-x86_64.install ├── mingw-w64-ag ├── 0001-lang-Allow-both-extensions-and-full-filenames.patch ├── 0002-win32-Detect-Cygwin-MSYS-PTY.patch ├── 0003-options-Fix-ordering-problems-with-color.patch ├── 0004-lang-Add-autotools-ac-am-in-m4-pc.patch ├── 0005-lang-Add-to-make-Makefile-Makefile.Debug-Makefile.Re.patch ├── 0006-lang-Add-makepkg-PKGBUILD-diff-patch-in-install.patch ├── 0007-lang-Add-cmake-CMakeLists.txt-CMakeCache.txt.patch └── PKGBUILD ├── mingw-w64-alembic ├── 0001-alembic-1.7.3-fix-windows-build.patch ├── 0002-alembic-1.7.3-remove-msc_ver-and-fix-builtins-and-includes.patch └── PKGBUILD ├── mingw-w64-allegro └── PKGBUILD ├── mingw-w64-alure ├── PKGBUILD └── build.patch ├── mingw-w64-angleproject-git ├── 0000-build-fix.patch ├── 0001-static-build-workaround.patch ├── 0002-redist.patch ├── PKGBUILD └── angleproject-include-import-library-and-use-def-file.patch ├── mingw-w64-ansicon-git ├── 0001-Do-not-invoke-cmd-in-makefile.patch ├── PKGBUILD └── ansicon.bat ├── mingw-w64-antiword ├── 0001-Make-antiword.exe-relocatable-on-Windows.patch └── PKGBUILD ├── mingw-w64-antlr3 └── PKGBUILD ├── mingw-w64-antlr4-runtime-cpp └── PKGBUILD ├── mingw-w64-apr-util ├── PKGBUILD ├── fix-dll-build.patch └── plugins.patch ├── mingw-w64-apr ├── PKGBUILD ├── apr_ssize_t.patch └── apr_wtypes.patch ├── mingw-w64-argon2 ├── 001-mingw-fix-install.patch ├── PKGBUILD └── libargon2.pc ├── mingw-w64-aria2 └── PKGBUILD ├── mingw-w64-aribb24 ├── 001-no-undefined.patch └── PKGBUILD ├── mingw-w64-arm-none-eabi-binutils └── PKGBUILD ├── mingw-w64-arm-none-eabi-gcc ├── 010-gcc-isl-0.13.patch ├── 020-gcc-auto-host-screwup.patch └── PKGBUILD ├── mingw-w64-arm-none-eabi-gdb ├── 10-remove-duplicate-tputs.patch └── PKGBUILD ├── mingw-w64-arm-none-eabi-newlib ├── 10-newlib-arm-dynamic-reent.patch ├── 20-newlib-libgloss-configure-fix.patch ├── 99-gcc-isl-0.13.patch └── PKGBUILD ├── mingw-w64-armadillo ├── 0001-mingw-config-fix.patch ├── PKGBUILD ├── armadillo-i686.install └── armadillo-x86_64.install ├── mingw-w64-arpack └── PKGBUILD ├── mingw-w64-asciidoctor-extensions ├── PKGBUILD └── asciidoctor-extensions.install ├── mingw-w64-asciidoctor └── PKGBUILD ├── mingw-w64-aspell-de ├── 001-unixy-dirs.patch └── PKGBUILD ├── mingw-w64-aspell-en ├── 001-unixy-dirs.patch └── PKGBUILD ├── mingw-w64-aspell-es ├── 001-unixy-dirs.patch └── PKGBUILD ├── mingw-w64-aspell-fr ├── 001-unixy-dirs.patch └── PKGBUILD ├── mingw-w64-aspell-ru ├── 001-unixy-dirs.patch └── PKGBUILD ├── mingw-w64-aspell ├── 0001-use-namespace.mingw.patch ├── 0002-printf.mingw.patch ├── 0003-no-undefined-on.mingw.patch ├── 0004-reloc.mingw.patch ├── 0005-w32-home.all.patch ├── 0006-abort.mingw.patch ├── 0007-fix-including-langinfo.patch ├── 0008-cache-Attempt-to-prevent-premature-destruction-of-gl.patch └── PKGBUILD ├── mingw-w64-assimp-git ├── PKGBUILD └── build-fixes.patch ├── mingw-w64-assimp ├── PKGBUILD └── build-fixes.patch ├── mingw-w64-astyle ├── PKGBUILD └── mingw-w64-fix-install.patch ├── mingw-w64-atk └── PKGBUILD ├── mingw-w64-atkmm └── PKGBUILD ├── mingw-w64-atom-editor-git └── PKGBUILD ├── mingw-w64-atom-shell-git ├── 0001-python-python2.patch ├── 0002-Add-ninja-option.patch ├── 0002-debugging.patch └── PKGBUILD ├── mingw-w64-attica-qt5 └── PKGBUILD ├── mingw-w64-avrdude ├── 01-libtool.patch ├── 02-ddk-headers.patch ├── 03-handle-printing.patch ├── 04-no-giveio.patch └── PKGBUILD ├── mingw-w64-aztecgen ├── PKGBUILD ├── aztecgen-noexcept.patch ├── aztecgen-typename_fix.patch └── aztecgen-unix_slashes.patch ├── mingw-w64-babl └── PKGBUILD ├── mingw-w64-badvpn └── PKGBUILD ├── mingw-w64-bc └── PKGBUILD ├── mingw-w64-binaryen ├── 001-install-fix.patch └── PKGBUILD ├── mingw-w64-binutils-git ├── 0001-MinGW-w64-Two-fixes-for-unusual-files.patch ├── 0002-MinGW-w64-Fix-libiberty-makefile.patch ├── 0003-MinGW-w64-Fix-libibery-configure.patch ├── 0004-MinGW-w64-Use-gnu-printf.patch ├── 0005-bfd-Increase-_bfd_coff_max_nscns-to-65279.patch └── PKGBUILD ├── mingw-w64-binutils ├── 0001-enable-gold-on.mingw32.patch ├── 0002-check-for-unusual-file-harder.patch ├── 0003-enable-shared-bfd.all.patch ├── 0003-link-to-libibtl-and-libiberty.mingw.patch ├── 0004-libiberty-la.mingw.patch ├── 0005-shared-opcodes.mingw.patch ├── 0008-fix-libiberty-makefile.mingw.patch ├── 0009-fix-libiberty-configure.mingw.patch ├── 0013-dont-link-gas-to-libiberty.mingw.patch ├── 0014-dont-link-binutils-to-libiberty.mingw.patch ├── 0015-dont-link-ld-to-libiberty.mingw.patch ├── 0017-fix-iconv-linking.all.patch ├── 0110-binutils-mingw-gnu-print.patch ├── 0200-remove-provide-qualifiers.patch └── PKGBUILD ├── mingw-w64-bison ├── 0001-use-gnu_printf.patch ├── 0002-add-relocation-support.patch ├── 0003-create_pipe-uses-O_TEXT-not-O_BINARY-mode.patch ├── 0004-open-source-file-in-binary-mode-MS-ftell-bug-ks-68337.patch └── PKGBUILD ├── mingw-w64-blender-git ├── PKGBUILD ├── fix-define-syntax.patch ├── fix-finding-glew.patch ├── fix-mingw-w64-definitions.patch ├── fix-osl.patch ├── mingw-DEBUG-dont-suffix-libs-with-_d.patch ├── mingw-DEBUG-libmv-avoid-too-many-sections.patch ├── mingw-dont-install-3rdparty.patch ├── mingw-use-X11-like-path-layout.patch ├── mingw-w64-cmake.patch └── osl-deprecate-api.patch ├── mingw-w64-blender ├── 0001-mingw-buildsystem.patch ├── 0001-mingw-cmake.patch ├── 0002-fix-mingw-w64-definitions.patch ├── 0003-mingw-dont-install-3rdparty.patch ├── 0004-fix-finding-glew.patch ├── 0005-fix-define-syntax.patch ├── 0006-mingw-DEBUG-libmv-avoid-too-many-sections.patch ├── 0007-mingw-DEBUG-dont-suffix-libs-with-_d.patch ├── 0008-mingw-use-X11-like-path-layout.patch ├── 0010-link-blenlib-after-intern_gpudirect.patch ├── 0011-c++11-defines-__i386__-not-i386.patch ├── 0012-re-enable-SSE-on-mingw-w64-i686.patch ├── 0013-provide-sprintf-for-comutil.patch ├── 0014-libstdc++-not-support-utf-stream.patch ├── 0015-mingw-python-like-msvc.patch ├── 0016-mingw-windres.patch ├── 0017-find-pugixml.patch ├── 0018-msvc-stuff.patch ├── 0100-ffmpeg-4-compatibility.patch ├── PKGBUILD ├── blender-i686.install └── blender-x86_64.install ├── mingw-w64-boost ├── PKGBUILD ├── boost-1.48.0-add-bjam-man-page.patch ├── boost-1.50.0-fix-non-utf8-files.patch ├── boost-1.55.0-python-test-PyImport_AppendInittab.patch ├── boost-1.57.0-build-optflags.patch ├── boost-1.57.0-mpl-print.patch ├── boost-1.57.0-python-abi_letters.patch ├── boost-1.57.0-python-libpython_dep.patch ├── boost-1.58.0-address-model.patch ├── boost-1.58.0-pool-test_linking.patch ├── boost-1.58.0-pool.patch ├── boost-1.60.0-mingw-context.patch ├── boost-1.61.0-fix-undefined-referense-to-codecvt.patch ├── boost-1.63.0-python-test-PyImport_AppendInittab.patch ├── boost-1.64-default-python.patch ├── boost-include-intrin-h-on-mingw-w64.patch ├── msys2-mingw-folders-bootstrap.patch └── using-mingw-w64-python.patch ├── mingw-w64-box2d └── PKGBUILD ├── mingw-w64-breakpad-git ├── 0002-Remove-local-copy-of-curl-headers.patch ├── 0003-Link-minidump_upload-and-sym_upload-with-curl.patch ├── 0004-Build-minidump_upload-and-sym_upload-for-all-targets.patch ├── 0005-Add-support-for-DWARF-in-PECOFF-as-used-by-Cygwin-an.patch ├── 0006-Fix-building-minidump-processor-for-MinGW.patch ├── 0007-Build-PECOFF-DWARF-dump_syms-for-MinGW.patch ├── 0008-Fix-building-client-library-and-upload-tools-for-Min.patch ├── 0009-Fix-common.gypi-to-allow-gyp-to-generate-Makefiles-o.patch ├── 0010-Teach-gyp-generated-Makefile-to-build-crash_generati.patch ├── 0011-Default-debug_file-to-the-code_file-basename.patch ├── 0012-Fix-Windows-client-unit-tests-with-gcc.patch ├── 0013-Add-symsrv_convert.patch ├── 0015-Use-a-default-debug-id-of-all-zeros-when-no-CV-recor.patch ├── 0016-Use-__USE_MINGW_ANSI_STDIO-for-MinGW-build.patch ├── 0017-Provide-a-working-strtok_r-for-MinGW.patch ├── 0019-Fallback-to-synthesizing-a-debug-id-from-version-and.patch ├── 0020-Fix-typo-in-the-name-of-the-info-entry-containing-up.patch ├── 0021-Fix-a-missing-r-in-crash_generation_app.patch ├── 0026-Disable-DwpReader-for-MinGW.patch ├── Makefile ├── PKGBUILD └── README.sample ├── mingw-w64-brotli └── PKGBUILD ├── mingw-w64-bsdfprocessor ├── PKGBUILD └── optimisations-CMakeLists.txt.patch ├── mingw-w64-btyacc └── PKGBUILD ├── mingw-w64-bullet ├── PKGBUILD ├── bullet-i686.install ├── bullet-x86_64.install ├── fix-runtime-install.patch ├── install-openvr-only-msvc.patch ├── mingw-allow-shared-builds.patch ├── mingw-fixes.patch ├── mingw-link-rearrange.patch ├── mingw-strlen-missing-include.patch └── workaround-mingw-gcc6-bug.patch ├── mingw-w64-busybox └── PKGBUILD ├── mingw-w64-bwidget └── PKGBUILD ├── mingw-w64-bzip2 ├── PKGBUILD ├── bzgrep-debian-1.0.5-6.all.patch ├── bzip2-1.0.4-bzip2recover.patch ├── bzip2-1.0.5-slash.patch ├── bzip2-1.0.6-fix-heap-use-after-free-bzip2recover.patch ├── bzip2-1.0.6-progress.all.patch ├── bzip2-buildsystem.all.patch └── bzip2-cygming-1.0.6.src.all.patch ├── mingw-w64-c-ares ├── 0001-Use-RPM-compiler-options.patch ├── 0002-Add-static-pkg-config.patch ├── 0003-fix-cmake-targets.patch └── PKGBUILD ├── mingw-w64-c99-to-c89-git ├── 0001-Less-of-the-silly-nonsense.patch ├── 0002-Ignore-trailing-cr-and-spaces-in-tests.patch └── PKGBUILD ├── mingw-w64-ca-certificates ├── PKGBUILD ├── ca-certificates-i686.install ├── ca-certificates-x86_64.install ├── certdata2pem.patch ├── certdata2pem.py ├── trust-fixes ├── update-ca-trust └── update-ca-trust.8 ├── mingw-w64-cairo ├── 0001-win32-introduce-new-flag-to-mark-surfaces-supporting.patch ├── 0002-win32-CAIRO_WIN32_SURFACE_CAN_RGB_BRUSH-and-other-ar.patch ├── 0003-win32-Allow-gdi-operations-for-argb32-surfaces-allow.patch ├── 0009-standalone-headers.mingw.patch ├── 0026-create-argb-fonts.all.patch ├── 0027-win32-print-fix-unbounded-surface-assertion.patch └── PKGBUILD ├── mingw-w64-cairomm └── PKGBUILD ├── mingw-w64-capstone └── PKGBUILD ├── mingw-w64-catch ├── .gitignore └── PKGBUILD ├── mingw-w64-ccache ├── 01-directory-separator.patch └── PKGBUILD ├── mingw-w64-cccl └── PKGBUILD ├── mingw-w64-cego └── PKGBUILD ├── mingw-w64-cegui ├── PKGBUILD ├── fix-dxerr-libname.patch ├── fix-finding-directx.patch ├── fix-finding-glew.patch ├── fix-finding-glfw3.patch ├── freetype.patch └── mingw-w64-fix.patch ├── mingw-w64-celt └── PKGBUILD ├── mingw-w64-cereal ├── PKGBUILD └── cereal-1.1.2.patch ├── mingw-w64-ceres-solver ├── PKGBUILD ├── ceres-solver-1.13.0-CMakefiles.patch └── ceres-solver-1.13.0-fix-testcode-failed.patch ├── mingw-w64-cfitsio ├── PKGBUILD ├── disable-curl-mingw.patch └── mingw-cmake.patch ├── mingw-w64-cgal ├── PKGBUILD └── msys2-relocate-cmake-config.patch ├── mingw-w64-check └── PKGBUILD ├── mingw-w64-chipmunk ├── 001-build-fix.patch ├── 001-fix-install-locations.patch └── PKGBUILD ├── mingw-w64-chromaprint └── PKGBUILD ├── mingw-w64-chromium-dev ├── PKGBUILD ├── chromium-dev.default ├── chromium-dev.desktop ├── chromium-dev.install ├── chromium-dev.sh ├── chromium-dev.xml └── chromium-system-jinja-r7.patch ├── mingw-w64-clang-svn ├── 0001-Fix-GetHostTriple-for-mingw-w64-in-msys.patch ├── 0002-use-DESTDIR-on-windows.patch ├── 0003-generate-proper-library-names-mingw.patch ├── 0014-dont-create-cl-mingw.patch ├── 0018-mingw-enable-static-libclang.patch ├── 0041-libcxx-add-support-for-mingw-w64.patch ├── PKGBUILD ├── llvm-i686.install └── llvm-x86_64.install ├── mingw-w64-clang35 ├── 0000-llvm-3.5.0-force-link-pass.o.patch ├── 0001-clang-fabs.patch ├── 0002-clang-win64-seh.patch ├── 0003-clang-mingw-driver.patch ├── 0004-gcc5-compatibility.patch ├── PKGBUILD ├── llvm-i686.install └── llvm-x86_64.install ├── mingw-w64-cling-git ├── 0001-Add-SEH-exceptions-to-the-clang-frontend.patch ├── 0001-change-all-WIN32-defines-to-_WIN32-as-it-is-a-compil.patch ├── 0002-Invoke-bash-when-looking-for-gcc-includes.patch ├── 0003-use-size_t-for-void-pointer-cast.patch ├── 0004-Hack-around-missing-functions.patch ├── PKGBUILD ├── clang-win64-seh.patch ├── cling-mingw64-fix.patch └── llvm-win64-exceptions.patch ├── mingw-w64-clink-git ├── 0001-Relocation.patch └── PKGBUILD ├── mingw-w64-cloog ├── PKGBUILD ├── cloog-0.18.1-isl-use-documented-functions.patch ├── cloog-0.18.1-isl-use-isl_val.patch └── cloog-0.18.1-no-undefined.patch ├── mingw-w64-clucene ├── PKGBUILD └── clucene-core-2.3.3.4.patch ├── mingw-w64-clutter-gst ├── 0002-install-gtk-doc.patch └── PKGBUILD ├── mingw-w64-clutter-gtk ├── 0002-msys-fix-introspection-build.patch └── PKGBUILD ├── mingw-w64-clutter ├── 0001-msys2-add-header-for-BOOL-defintion.patch ├── 0002-install-gtk-doc.patch └── PKGBUILD ├── mingw-w64-cmake-doc-qt ├── .gitignore └── PKGBUILD ├── mingw-w64-cmake-git ├── 0001-Windows-Add-missing-stringapiset.h-include.patch ├── 0002-bootstrap-Set-DEFAULT_CODEPAGE-in-cmake_cxx_flags_En.patch ├── 0003-Disable-response-files-for-MSYS-Generator.patch ├── 0004-Implement-Qt5-static-plugin-support.patch ├── 0005-Do-not-install-Qt-bundle-in-cmake-gui.patch ├── 0006-pkg-config-Add-dont-define-prefix-when-PKG_CONFIG_WI.patch ├── 0007-Do-not-generate-import-libs-for-exes.patch ├── 0008-Output-line-numbers-in-callstacks.patch └── PKGBUILD ├── mingw-w64-cmake ├── 0001-Windows-Add-missing-stringapiset.h-include.patch ├── 0003-Disable-response-files-for-MSYS-Generator.patch ├── 0004-Implement-Qt5-static-plugin-support.patch ├── 0005-Do-not-install-Qt-bundle-in-cmake-gui.patch ├── 0006-pkg-config-Add-dont-define-prefix-when-PKG_CONFIG_WI.patch ├── 0007-Do-not-generate-import-libs-for-exes.patch ├── 0008-Output-line-numbers-in-callstacks.patch └── PKGBUILD ├── mingw-w64-cmark └── PKGBUILD ├── mingw-w64-cmocka ├── 001-fix-install-location.patch └── PKGBUILD ├── mingw-w64-cocos2d-x-console-git └── PKGBUILD ├── mingw-w64-cocos2d-x-git └── PKGBUILD ├── mingw-w64-cocos2d-x ├── 001-bullet-find.patch └── PKGBUILD ├── mingw-w64-codelite-git ├── .gitignore ├── 001-include-winsock-header.patch ├── 002-mingw-use-wx-manifests.patch ├── 003-use-gnu-extensions.patch ├── 004-windows-headers-conflict.patch ├── 005-fix-sqlite3-find-and-build.patch ├── 006-proper-libraries-names-mingw.patch ├── 007-strip-whitespaces-flags.patch ├── PKGBUILD └── codelite-clang-3.6.patch ├── mingw-w64-cogl ├── 0002-windows-gl-headers.patch └── PKGBUILD ├── mingw-w64-coin3d-hg └── PKGBUILD ├── mingw-w64-collada-dom-svn ├── 001-collada-2.4.0-mingw-w64-fix.patch ├── 002-fix-pkg-config.patch ├── 003-fix-warnings.patch └── PKGBUILD ├── mingw-w64-conemu-git ├── ConEmu.xml └── PKGBUILD ├── mingw-w64-confuse └── PKGBUILD ├── mingw-w64-connect ├── 0001-Make-it-relocatable.patch ├── PKGBUILD ├── pathtools.c └── pathtools.h ├── mingw-w64-coq ├── 0001-Guess-the-libraries-are-located-at-lib-coq-instead-o.patch └── PKGBUILD ├── mingw-w64-cotire └── PKGBUILD ├── mingw-w64-cppcheck ├── 0010-change-language-files-path.patch ├── 0020-change-cfg-path.patch └── PKGBUILD ├── mingw-w64-cppreference-qt └── PKGBUILD ├── mingw-w64-cpptest ├── PKGBUILD └── cpptest-1.1.2.patch ├── mingw-w64-cppunit ├── Add-define-guard-for-NOMINMAX.patch └── PKGBUILD ├── mingw-w64-creduce-git ├── 0001-Win32-Link-to-version.dll.a-as-libclangDriver.a-uses.patch ├── PKGBUILD └── llvm-config-cygpath ├── mingw-w64-creduce ├── PKGBUILD └── llvm-config-cygpath ├── mingw-w64-crt-git ├── 0001-Allow-to-use-bessel-and-complex-functions-without-un.patch ├── 0002-DirectX-9-fixes-for-VLC.patch ├── 0003-DirectX-11-fixes-for-VLC.patch └── PKGBUILD ├── mingw-w64-crypto++-git └── PKGBUILD ├── mingw-w64-crypto++ ├── PKGBUILD ├── cryptopp-5.6.5-cmake.patch ├── cryptopp-config.cmake ├── fix-test-linking.patch ├── libcrypto++.pc └── resolve-namespace-conflict.patch ├── mingw-w64-csfml ├── PKGBUILD └── mingw-w64-msys2.patch ├── mingw-w64-ctags ├── 001-fix-unused-attribute.patch └── PKGBUILD ├── mingw-w64-ctpl-git └── PKGBUILD ├── mingw-w64-cunit ├── 001-posix-layout.patch └── PKGBUILD ├── mingw-w64-curl ├── 0001-Make-cURL-relocatable.patch ├── 0002-Hack-make-relocation-work-inside-libexec-git-core-an.patch ├── PKGBUILD ├── pathtools.c └── pathtools.h ├── mingw-w64-cyrus-sasl ├── 02-exeext.patch ├── 03-fix-plugins.patch ├── 04-manpage-paths.patch ├── 14-MinGW-w64-add-LIBSASL_API-to-function-definitions.patch ├── 15-MinGW-w64-define-LIBSASL_EXPORTS_eq_1-for-sasldb.patch ├── 16-MinGW-w64-define-WIN32_LEAN_AND_MEAN-avoiding-handle_t-redef.patch ├── 17-MinGW-w64-define-S_IRUSR-and-S_IWUSR.patch ├── 19-paths-relocation.patch └── PKGBUILD ├── mingw-w64-cython-git └── PKGBUILD ├── mingw-w64-cython ├── PKGBUILD ├── cython-i686.install ├── cython-x86_64.install ├── cython2-i686.install └── cython2-x86_64.install ├── mingw-w64-d-feet ├── PKGBUILD ├── d-feet-i686.install ├── d-feet-x86_64.install └── localedir-fix.patch ├── mingw-w64-daala-git ├── 0001-make-daalabase-public.mingw.patch ├── 0002-make-daalabase-public.mingw.patch ├── 0003-missing-include.patch ├── 0004-xp-sp2.all.patch ├── 0005-no-pkg-config-prefix.mingw.patch └── PKGBUILD ├── mingw-w64-darktable └── PKGBUILD ├── mingw-w64-db ├── PKGBUILD └── mingw.patch ├── mingw-w64-dbus-glib └── PKGBUILD ├── mingw-w64-dbus └── PKGBUILD ├── mingw-w64-dcadec ├── 0001-Makefile-Don-t-set-static-libgcc-on-mingw-systems.patch ├── 0002-Makefile-Install-windows-DLL-to-BINDIR.patch ├── 0003-Makefile-On-windows-install-import-library.patch ├── 0004-Makefile-Add-API-version-suffix-to-DLL-Name.patch ├── 0005-Makefile-Add-install-cut.patch └── PKGBUILD ├── mingw-w64-desktop-file-utils ├── 001-win.patch └── PKGBUILD ├── mingw-w64-devcon-git ├── .gitignore ├── 02-driverspecs.patch └── PKGBUILD ├── mingw-w64-devhelp ├── 001-win.patch ├── 002-prefs-ui.patch ├── PKGBUILD ├── devhelp-i686.install └── devhelp-x86_64.install ├── mingw-w64-devil ├── 0001-Add-missing-export-function.patch ├── 0002-FindOpenEXR-cmake-module-define-OPENEXR_INCLUDE_DIR-.patch ├── 0003-Search-openexr-includes-also-in-subfolder.patch ├── 0004-Fix-export-in-ILUT.patch ├── 0005-Guard-compile-flags-for-MSVC.patch ├── 0006-ILUT-need-opengl-and-glut-for-linking.patch ├── 0007-Use-standart-library-name-for-mingw-builds.patch ├── 0008-fix-static-build.patch └── PKGBUILD ├── mingw-w64-diffutils ├── PKGBUILD ├── msvc_invalid_parameter_handler.patch ├── win64_dont_check_ptrdiff_size.patch └── win_use_raise_rather_than_kill.patch ├── mingw-w64-dime-hg └── PKGBUILD ├── mingw-w64-discount ├── PKGBUILD └── discount-mingw-building.patch ├── mingw-w64-distorm ├── 001-detect-mingw-python.patch ├── Makefile └── PKGBUILD ├── mingw-w64-djview └── PKGBUILD ├── mingw-w64-djvulibre ├── PKGBUILD └── djvulibre-3.5.27-win32.patch ├── mingw-w64-dlfcn-git ├── PKGBUILD └── unify-makefile.patch ├── mingw-w64-dlfcn ├── PKGBUILD └── unify-makefile.patch ├── mingw-w64-dlib └── PKGBUILD ├── mingw-w64-dmake ├── 001-detect-mingw.patch ├── 002-disable-shell-environment-variable.patch ├── 003-fix-config-location.patch ├── 004-disable-mkstemp-detection.patch └── PKGBUILD ├── mingw-w64-dnscrypt-proxy ├── 001-outside-source-build.patch └── PKGBUILD ├── mingw-w64-dnssec-anchors ├── LICENSE ├── PKGBUILD └── trusted-key.key ├── mingw-w64-docbook-dsssl ├── PKGBUILD ├── docbook-dsssl-i686.install ├── docbook-dsssl-x86_64.install └── docbook-style-dsssl.Makefile ├── mingw-w64-docbook-mathml ├── LICENSE ├── PKGBUILD ├── docbook-mathml-i686.install └── docbook-mathml-x86_64.install ├── mingw-w64-docbook-sgml ├── PKGBUILD ├── docbook-sgml-i686.install └── docbook-sgml-x86_64.install ├── mingw-w64-docbook-sgml31 ├── PKGBUILD ├── docbook-sgml31-i686.install └── docbook-sgml31-x86_64.install ├── mingw-w64-docbook-xml ├── 4.1.2-add-catalog.all.patch ├── 4.2-Add-system.all.patch ├── 4.3-Add-system-and-htmltbl.all.patch ├── LICENSE ├── PKGBUILD ├── docbook-xml-i686.install └── docbook-xml-x86_64.install ├── mingw-w64-docbook-xsl ├── 0001-add-back-old-uri-rewrite.patch ├── 0002-fix-infinity.patch ├── PKGBUILD ├── docbook-xsl-i686.install └── docbook-xsl-x86_64.install ├── mingw-w64-doxygen ├── PKGBUILD ├── cmake-mingw.patch └── fix-casts.patch ├── mingw-w64-dragon └── PKGBUILD ├── mingw-w64-drmingw-git ├── PKGBUILD ├── import-libs.patch └── install-files.patch ├── mingw-w64-drmingw ├── PKGBUILD ├── import-libs.patch └── install-files.patch ├── mingw-w64-dsdp └── PKGBUILD ├── mingw-w64-ducible-git └── PKGBUILD ├── mingw-w64-dumb ├── CVE-2006-3668.patch ├── PKGBUILD └── config.txt ├── mingw-w64-edd-dbg ├── PKGBUILD ├── edd-dbg-0.2.1-complement.zip └── edd-dbg-0.2.1.patch ├── mingw-w64-edd-fungo ├── PKGBUILD └── edd-fungo-0.2.4-complement.zip ├── mingw-w64-editrights ├── PKGBUILD └── uncygwinize.patch ├── mingw-w64-eigen3 ├── PKGBUILD ├── TryRunResults.cmake ├── eigen-3.1.2_osversion.patch └── eigen-pkgconfig.patch ├── mingw-w64-emacs-git ├── PKGBUILD ├── image.c.diff └── lread.c.diff ├── mingw-w64-emacs ├── PKGBUILD ├── image.c.diff └── lread.c.diff ├── mingw-w64-enca ├── PKGBUILD ├── configure.patch └── noconfigure-autogen.patch ├── mingw-w64-enchant ├── 01-not-use-hardcoded-paths.patch ├── 01-relocate.patch ├── 02-build-fixes.patch └── PKGBUILD ├── mingw-w64-enet ├── 001-no-undefined.patch ├── 002-win-libs.patch └── PKGBUILD ├── mingw-w64-eog-plugins ├── 001-win.patch ├── 002-champlain.patch ├── PKGBUILD ├── eog-plugins-i686.install └── eog-plugins-x86_64.install ├── mingw-w64-eog ├── 001-win.patch ├── 002-relocation-support.patch ├── 003-fix-install-dirs.patch ├── 004-give-cc-to-gir-scanner.mingw.patch ├── PKGBUILD ├── eog-i686.install └── eog-x86_64.install ├── mingw-w64-evince ├── 0002-missing-include.patch ├── PKGBUILD ├── evince-i686.install └── evince-x86_64.install ├── mingw-w64-exiv2 ├── 0001-fix-tests.patch ├── 0002-memoryallocation.patch └── PKGBUILD ├── mingw-w64-expat ├── 002-fix-tests.patch └── PKGBUILD ├── mingw-w64-extra-cmake-modules ├── PKGBUILD └── set-AUTOSTATICPLUGINS.patch ├── mingw-w64-faac └── PKGBUILD ├── mingw-w64-faad2 └── PKGBUILD ├── mingw-w64-fann ├── PKGBUILD └── fann-2.2.0.patch ├── mingw-w64-farstream ├── 0001-farstream-0.2.4.patch ├── 0002-give-cc-to-gir-scanner.all.patch └── PKGBUILD ├── mingw-w64-fastjar └── PKGBUILD ├── mingw-w64-fdk-aac └── PKGBUILD ├── mingw-w64-ffcall └── PKGBUILD ├── mingw-w64-ffmpeg └── PKGBUILD ├── mingw-w64-ffms2 └── PKGBUILD ├── mingw-w64-fftw └── PKGBUILD ├── mingw-w64-fgsl └── PKGBUILD ├── mingw-w64-field3d ├── PKGBUILD ├── cmake-mingw.patch └── win32-fix-exported-symbols.patch ├── mingw-w64-file └── PKGBUILD ├── mingw-w64-firebird-git ├── PKGBUILD └── mingw-w64-trunk.patch ├── mingw-w64-firebird2-git ├── 0001-Remove-hardcoded-march-to-allow-64-bit-builds.patch ├── 0002-Always-use-Win32-threads-for-mingw.patch ├── 0003-Define-AMD64-for-64-bit-mingw.patch ├── 0004-mingw-w64-have-isinf.patch ├── 0005-Fix-cast-error.patch ├── 0006-mingw-w64-don-t-need-hack-for-SecPkgContext_AccessTo.patch ├── 0007-Use-modern-ICU-libraries-when-link-with-system-wide-.patch ├── 0008-mingw-w64-don-t-have-win98-support.patch ├── 0009-Fix-redefinition-of-matherr.patch ├── 0010-Don-t-export-gds__print_pool-as-it-not-part-of-API-a.patch ├── 0011-mingw-w64-have-fenv.h.patch ├── 0012-Fix-cast-error-for-64-bit.patch ├── 0013-Fix-source-extension.patch ├── 0014-Move-extra-mingw-sources-definitions-for-fbintl-to-M.patch ├── 0015-Add-missing-sources-for-utils-building.patch ├── 0016-smtp_server-Add-win32-platform-files.patch ├── 0017-Fix-building-net_server-and-mp_server-with-mingw.patch ├── 0018-For-mingw-place-dll-s-into-BIN-and-generate-import-l.patch ├── 0019-Don-t-install-unix-files-for-Windows-platform.patch ├── 0020-Fix-rules-to-use-variables.patch ├── 0021-Auto-detect-WINDRES-with-autoconf.patch ├── 0022-Create-symlinks-of-fbembed-only-if-names-are-differe.patch ├── 0023-mod_loader-mingw-always-link-to-msvcrt.dll.patch ├── 0024-Relocate-paths-for-unix-like-files-layout.patch ├── 0025-Fix-building-gstat.patch ├── 0026-Fix-using-function-pointer.patch ├── 0027-The-operator-new-declaration-has-changed-slightly-in.patch ├── 0028-Fix-different-warnings.patch ├── 0029-Fix-format-warnings.patch ├── 0031-Fix-compiler-flags.patch └── PKGBUILD ├── mingw-w64-firefox ├── .mozconfig.i686 ├── .mozconfig.x86_64 ├── 0001-Allow-MSYS2-shell.patch ├── 0002-Allow-MSYS2-make.patch ├── 0003-Use-PYTHON-env-var.patch ├── 0004-Allow-MSYS2-python.patch ├── 0005-Allow-mingw-w64-python.patch ├── 0006-Fix-pointer-casting.patch ├── 0007-Fix-duplicate-explicit-instantiation.patch ├── 0008-Fix-stray-back-slash-in-program.patch ├── 0009-MinGW-w64-Hack-out-__except-in-PlatformThread__SetName.patch ├── 0010-Dont-use-I64-numeric-suffix.patch ├── 0011-stagefreight-Dont-use-old-MinGW-w64-headers.patch ├── 0013-MinGW-w64-Disable-TabletMode-stuff.patch ├── 0014-MinGW-w64-cast-fixes-LPCWSTR-to-char16_t.patch ├── 0015-nss-lib-dbm-Fix-incorrect-delete-__attribute__-if-non-gcc-or-gcc1.patch ├── 0016-MinGW-w64-GMPLoader-Add-MOZ_SANDBOX-compile-guard-around-widePath-usage.patch ├── 0017-MSYS2-Dont-use--static-or--static-libgcc.patch ├── 0018-MSYS2-Allow-make-install.patch ├── 0019-Bug-id-1163452-MSYS2-Dont-MOZ_ASSERT-when-stdout-is-same-as-stderr.patch ├── 0020-gmp-clearkey-include-atomic-header.patch ├── 0021-MinGW-w64-Dont-redefine-MFVideoFormat_VPn0.patch ├── PKGBUILD ├── config.guess ├── config.sub ├── debugging.patch ├── mozconfig.i686 ├── mozconfig.x86_64 └── nsinstall.exe.manifest ├── mingw-w64-flac └── PKGBUILD ├── mingw-w64-flatbuffers ├── PKGBUILD └── flatbuffers-1.6.0.patch ├── mingw-w64-flex ├── 0002-dont-wait-on-child-since-there-is-no-fork.patch ├── 0003-define-htonl-htons-for_WIN32.patch ├── 0004-check-for-regex-library-for-MinGW-w64.patch ├── 0005-filter-c-hack-out-fork-and-pipe.patch ├── 0006-MinGW-w64-open-in-binary-mode.patch └── PKGBUILD ├── mingw-w64-flexdll ├── 0001-Fix-the-List.hd-exception.patch ├── 0002-Add-path-to-libcrt2.o-into-the-default-library-searc.patch ├── 0003-Remove-the-usages-of-stdout-to-workaround-the-missin.patch ├── 0004-use-lib-flexdll-as-the-default-library-path.patch └── PKGBUILD ├── mingw-w64-flickcurl ├── PKGBUILD └── flickcurl-1.26-build.patch ├── mingw-w64-flif ├── PKGBUILD └── fix-win32-build.patch ├── mingw-w64-fltk └── PKGBUILD ├── mingw-w64-fluidsynth └── PKGBUILD ├── mingw-w64-fmt ├── 0001-fmt-4.1.0-fix-runtime-installation.patch └── PKGBUILD ├── mingw-w64-fontconfig ├── 0001-fix-config-linking.all.patch ├── 0002-fix-mkdir.mingw.patch ├── 0003-fix-link-libintl.patch ├── 0004-fix-mkdtemp.mingw.patch ├── 0005-fix-setenv.mingw.patch ├── 0007-pkgconfig.mingw.patch ├── PKGBUILD ├── fontconfig-i686.install └── fontconfig-x86_64.install ├── mingw-w64-fossil-fossil ├── PKGBUILD ├── readline.patch └── win.patch ├── mingw-w64-fossil ├── PKGBUILD ├── readline.patch └── win.patch ├── mingw-w64-fox ├── PKGBUILD ├── fox-1-rdynamic.patch └── fox-2-FXTrayIcon.patch ├── mingw-w64-freealut └── PKGBUILD ├── mingw-w64-freeglut ├── 0001-Emit-the-correct-LIBNAME-to-.pc-files.patch └── PKGBUILD ├── mingw-w64-freeimage ├── FreeImage-3.17.0_CVE-2015-0852.patch ├── FreeImage-3.17.0_mingw-makefiles.patch ├── FreeImage-3.17.0_unbundle.patch └── PKGBUILD ├── mingw-w64-freerdp-git ├── PKGBUILD └── mingw-w64-redefinitions.patch ├── mingw-w64-freetds ├── 0001-Don-t-use-MSYS2-file-libws2_32.patch ├── 0002-Enable-inet_pton-definition-in-MINGW-i686-build.patch └── PKGBUILD ├── mingw-w64-freetype ├── PKGBUILD ├── freetype-2.2.1-enable-valid.patch ├── freetype-2.5.1-enable-sph.patch ├── freetype-2.5.1-enable-spr.patch ├── freetype-2.7-enable-valid.patch └── mingw-config.patch ├── mingw-w64-fribidi ├── 0001-Missing-files-in-the-tarball.patch └── PKGBUILD ├── mingw-w64-ftgl ├── PKGBUILD └── m4.gl.m4.patch ├── mingw-w64-gavl ├── 0001-gavl-1.4.0-fix-64-bit-compilation.patch ├── 0002-gavl-1.4.0-fix-shared-dll-installation.patch └── PKGBUILD ├── mingw-w64-gc └── PKGBUILD ├── mingw-w64-gcc-git ├── 0002-Relocate-libintl.patch ├── 0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch ├── 0004-Windows-Use-not-in-progpath-and-leave-case-as-is.patch ├── 0005-Windows-Don-t-ignore-native-system-header-dir.patch ├── 0006-Windows-New-feature-to-allow-overriding.patch ├── 0007-Build-EXTRA_GNATTOOLS-for-Ada.patch ├── 0008-Prettify-linking-no-undefined.patch ├── 0009-gcc-make-xmmintrin-header-cplusplus-compatible-depre.patch ├── 0010-Fix-using-large-PCH.patch ├── 0011-Enable-shared-gnat-implib.patch ├── 0014-clone_function_name_1-Retain-any-stdcall-suffix.patch ├── 0016-gcc-7-branch-disable-weak-refs-in-libstdc++.patch ├── 0017-gcc-7-branch-Enable-std-experimental-filesystem.patch ├── 0018-gcc-7-branch-Enable-a-native-GCC-to-color-diagnostic-messages-sen.patch └── PKGBUILD ├── mingw-w64-gcc ├── 0002-Relocate-libintl.patch ├── 0003-Windows-Follow-Posix-dir-exists-semantics-more-close.patch ├── 0004-Windows-Use-not-in-progpath-and-leave-case-as-is.patch ├── 0005-Windows-Don-t-ignore-native-system-header-dir.patch ├── 0006-gcc-6-branch-Windows-New-feature-to-allow-overriding.patch ├── 0007-Build-EXTRA_GNATTOOLS-for-Ada.patch ├── 0008-Prettify-linking-no-undefined.patch ├── 0009-gcc-make-xmmintrin-header-cplusplus-compatible-depre.patch ├── 0010-Fix-using-large-PCH.patch ├── 0011-Enable-shared-gnat-implib.patch ├── 0014-gcc-6-branch-clone_function_name_1-Retain-any-stdcall-suffix.patch ├── 0016-disable-weak-refs-in-libstdc++.patch ├── 0017-diagnostic-color.patch ├── 0100-gcc-4.8-libstdc++export.patch ├── 0110-gcc-4.7-stdthreads.patch ├── 0120-ktietz-libgomp.patch ├── 0130-libstdc++-in-out.patch ├── 0140-gcc-7-Enable-std-experimental-filesystem.patch ├── PKGBUILD └── gdbinit ├── mingw-w64-gd ├── PKGBUILD └── php-gd-newvpx.patch ├── mingw-w64-gdal ├── 0001-external-qhull-static.patch ├── 0002-libproj4-dll-name.patch ├── 0003-poppler-0.64-signature-match.patch └── PKGBUILD ├── mingw-w64-gdb-git ├── 0001-MinGW-w64-Two-fixes-for-unusual-files.patch ├── 0002-MinGW-w64-Fix-libibery-configure.patch ├── 0003-MinGW-w64-Use-gnu-printf.patch ├── 0004-GDB-performance.patch ├── 0005-Mitigate-gdb-bug-21057.patch ├── 0006-Disable-checks-using-setenv-or-unsetenv-as-they-do-n.patch ├── 0007-Make-GDB-compile-on-MinGW-targets-again.patch ├── 0008-Avert-the-crash-when-using-info-register-on-Windows-.patch ├── PKGBUILD └── gdbinit ├── mingw-w64-gdb ├── PKGBUILD ├── gdb-7.12-dynamic-libs.patch ├── gdb-7.6.2-mingw-gcc-4.7.patch ├── gdb-7.8.1-mingw-gcc-4.7.patch ├── gdb-7.9-mingw-gcc-4.7.patch ├── gdb-fix-display-tabs-on-mingw.patch ├── gdb-fix-using-gnu-print.patch ├── gdb-mingw-gcc-4.7.patch ├── gdb-perfomance.patch ├── gdb-py3-fixes.patch └── python-configure-path-fixes.patch ├── mingw-w64-gdbm ├── PKGBUILD ├── gdbm-1.10-zeroheaders.patch └── gdbm-win32-support.patch ├── mingw-w64-gdcm ├── 0003-fix-mingw-build.patch └── PKGBUILD ├── mingw-w64-gdk-pixbuf2 ├── 0001-windows-rework-loaders-cache-relocation-support.patch ├── 0003-fix-dllmain.patch ├── 0004-build-all-loaders-plus-gdi.patch ├── PKGBUILD ├── gdk-pixbuf2-i686.install ├── gdk-pixbuf2-x86_64.install └── test-format-support.py ├── mingw-w64-gdl ├── 001-win.patch └── PKGBUILD ├── mingw-w64-gdl2 ├── 001-pixbuf.patch ├── 002-headers.patch └── PKGBUILD ├── mingw-w64-gdlmm2 ├── 000-C11.patch └── PKGBUILD ├── mingw-w64-geany-plugins ├── 001-no-undefined.patch ├── PKGBUILD ├── geany-plugins-i686.install └── geany-plugins-x86_64.install ├── mingw-w64-geany ├── 0001-Fix-windres-invocation.patch ├── 0002-Use-FHS.patch ├── PKGBUILD ├── geany-i686.install └── geany-x86_64.install ├── mingw-w64-gedit-plugins ├── PKGBUILD ├── gedit-plugins-i686.install └── gedit-plugins-x86_64.install ├── mingw-w64-gedit ├── PKGBUILD ├── gedit-i686.install └── gedit-x86_64.install ├── mingw-w64-gegl └── PKGBUILD ├── mingw-w64-geoclue ├── PKGBUILD ├── geoclue-0.12.0-win32reloc.patch ├── geoclue-0.12.99-ldflags.patch └── gio-win.patch ├── mingw-w64-geocode-glib ├── 001-locale.patch ├── PKGBUILD ├── geocode-glib-i686.install └── geocode-glib-x86_64.install ├── mingw-w64-geoip └── PKGBUILD ├── mingw-w64-geoip2-database ├── PKGBUILD └── check-last-modified.sh ├── mingw-w64-geos ├── 01-fix-buildsystem.patch ├── PKGBUILD └── geos-3.5.0.patch ├── mingw-w64-gettext ├── 00-relocatex-libintl-0.18.3.1.patch ├── 04-mingw-script-slash-fix.mingw.patch ├── 05-always-use-libintl-vsnprintf.mingw.patch ├── 06-dont-include-ctype-after-gnulibs-wctype.mingw.patch ├── 07-fix-asprintf-conflict.mingw.patch ├── 08-vs-compatible.patch ├── 09-asm-underscore-mingw.patch ├── 120-Fix-Woe32-link-errors-when-compiling-with-O0.patch ├── 121-keep-posix-path.patch └── PKGBUILD ├── mingw-w64-gexiv2 ├── 001-win.patch └── PKGBUILD ├── mingw-w64-gflags ├── PKGBUILD └── gflags-2.2.1.patch ├── mingw-w64-ghc ├── 0001-SysTools-Revert-linker-flags-change.patch ├── 0002-Switch-to-LLVM-version-3.9.patch ├── 0003-Use-system-build-tools.patch ├── 0004-Add-MinGW-_lock_file-symbol.patch ├── 0005-Add-MinGW-_unlock_file-symbol.patch ├── PKGBUILD ├── build.mk ├── ghc-rebuild-doc-index.hook ├── ghc-register.hook ├── ghc-unregister.hook ├── mingw-w64-i686-ghc.install ├── mingw-w64-x86_64-ghc.install └── print-provide-replaces.sh ├── mingw-w64-ghex ├── 001-nohelp.patch ├── 002-fread.patch ├── PKGBUILD ├── ghex-i686.install └── ghex-x86_64.install ├── mingw-w64-ghostscript ├── 001-mingw-build.patch ├── 002-ghostscript-sys-zlib.patch ├── 003-libspectre.patch ├── 004-fix-stat-conflict.patch └── PKGBUILD ├── mingw-w64-giflib ├── PKGBUILD └── giflib-5.0.4-include-stddef.patch ├── mingw-w64-gimp-ufraw ├── PKGBUILD ├── mingw-getopt-long.patch └── mingw-w64-fixes.patch ├── mingw-w64-gimp ├── 0001-find-directx-fix.patch ├── 0002-python-m4.patch ├── 0003-mingw-add-ModuleFileName-dir-to-PATH.patch ├── 0004-replace-pygtk-codegen.patch ├── 0005-fix-link-python-plugins.patch ├── PKGBUILD ├── gimp-i686.install └── gimp-x86_64.install ├── mingw-w64-git-git ├── 0000-Add-SEARCH_LIBS-to-GIT_CHECK_FUNC.patch ├── 0001-Don-t-redefine-_ReadWriteBarrier-in-malloc.c.h.patch ├── 0002-Undefine-FORCEINLINE-on-MinGW-w64-in-malloc.c.h.patch ├── 0003-Fix-BASIC_LDFLAGS-and-COMPAT_CFLAGS-for-64bit-MinGW-.patch ├── 0004-Also-look-in-winsock2.h-for-sockaddr_storage-and-loo.patch ├── 0005-Don-t-redefine-some-things-MinGW-w64-provides.patch ├── 0006-Include-ntdef.h-on-MinGW-w64-for-REPARSE_DATA_BUFFER.patch ├── 0007-Include-winsock2.h-and-not-netdb.h-on-MinGW-w64.patch ├── 0008-fix-mingw64-compat-wide-char.patch ├── 0009-Change-inline-definition-of-fork-for-mingw64.patch ├── 0010-Use-GIT_CHECK_FUNC-for-socket-and-basename.patch ├── 0010-w64-msysgit-Use-GIT_CHECK_FUNC-for-socket-and-basename.patch ├── 0011-Use-GIT_CHECK_FUNC-for-regcomp-regex.patch ├── 0011-w64-msysgit-Use-GIT_CHECK_FUNC-for-regcomp-regex.patch ├── 0012-Use-system-dirent.h-on-MinGW-w64.patch ├── 0013-Make-pthread-wrapper-only-for-mingw.patch ├── 0014-Do-not-compile-dirent-on-mingw64.patch ├── 0015-Alter-fscache-for-mingw64.patch ├── 0016-Use-time.h-versions-of-gmtime-localtime-_r.patch └── PKGBUILD ├── mingw-w64-git-lfs ├── 0001-Translate-git-paths-from-msys-to-windows.patch └── PKGBUILD ├── mingw-w64-git-repo └── PKGBUILD ├── mingw-w64-git ├── PKGBUILD ├── compat-bash.rc ├── cv2pdb-strip ├── edit-git-bash.c ├── git-bash.adoc ├── git-bash.rc ├── git-cmd.rc ├── git-for-windows.ico ├── git-wrapper.c ├── git-wrapper.rc ├── git.install ├── gitk.rc ├── mingw-w64-git.mak ├── start-ssh-agent.cmd ├── start-ssh-pageant.cmd └── tig.rc ├── mingw-w64-gitg ├── PKGBUILD ├── gitg-i686.install └── gitg-x86_64.install ├── mingw-w64-gl2ps ├── 0001-MSYS2-FHS-layout.patch └── PKGBUILD ├── mingw-w64-glade ├── 0001-Fix-windres-invocation.mingw.patch ├── 0005-give-gtk-cflags-to-gir.patch ├── 0006-disable-gnome-help.patch ├── 0007-glade-3.16.1-no-undefined.patch ├── PKGBUILD ├── glade-i686.install └── glade-x86_64.install ├── mingw-w64-glade3 ├── PKGBUILD ├── glade3-i686.install └── glade3-x86_64.install ├── mingw-w64-glbinding ├── PKGBUILD ├── config-export-location.patch └── mingw-unix-layout.patch ├── mingw-w64-glew ├── 001-makefile.patch └── PKGBUILD ├── mingw-w64-glfw ├── 001-3.2-cmake-suffix.patch ├── 002-3.2-vulkan_test.patch ├── 003-3.2-cmake-install.patch └── PKGBUILD ├── mingw-w64-glib-networking ├── 0002-relative-system-ca-file.mingw.patch └── PKGBUILD ├── mingw-w64-glib-openssl ├── PKGBUILD └── fix-cert-path.patch ├── mingw-w64-glib2-git ├── 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch ├── 0004-glib-prefer-constructors-over-DllMain.patch ├── 0017-glib-use-gnu-print-scanf.patch ├── 0023-print-in-binary-more-for-testing.all.patch ├── 0027-no_sys_if_nametoindex.patch ├── 0028-inode_directory.patch ├── PKGBUILD ├── glib2-i686.install └── glib2-x86_64.install ├── mingw-w64-glib2 ├── 0001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch ├── 0004-glib-prefer-constructors-over-DllMain.patch ├── 0017-glib-use-gnu-print-scanf.patch ├── 0023-print-in-binary-more-for-testing.all.patch ├── 0028-inode_directory.patch ├── PKGBUILD ├── glib2-i686.install ├── glib2-x86_64.install └── pyscript2exe.py ├── mingw-w64-glibmm ├── PKGBUILD ├── glibmm-i686.install └── glibmm-x86_64.install ├── mingw-w64-glm ├── 0001-glm-0.9.8.5-fix-platform-error.patch └── PKGBUILD ├── mingw-w64-global ├── 001-global-6.6.2-mingw64.patch └── PKGBUILD ├── mingw-w64-globjects ├── PKGBUILD ├── config-export-location.patch └── mingw-unix-layout.patch ├── mingw-w64-glog ├── PKGBUILD └── glog-0.3.5.patch ├── mingw-w64-glpk ├── PKGBUILD ├── fix-platform-check.patch └── timeval-64bit.patch ├── mingw-w64-glsl-optimizer-git ├── 0001-GYP-Add-missing-files.patch ├── 0002-tests-MinGW-w64-Fix-build.patch ├── 0003-Win64-long-is-32-bit-use-intptr_t-instead.patch ├── 0004-tests-MinGW-w64-Use-find_package-OpenGL-in-CMakeList.patch ├── 0006-CMake-Handle-installation.patch └── PKGBUILD ├── mingw-w64-glslang ├── 001-install-missing-dll.patch └── PKGBUILD ├── mingw-w64-gmime └── PKGBUILD ├── mingw-w64-gmp └── PKGBUILD ├── mingw-w64-gnome-calculator ├── 001-win.patch ├── PKGBUILD ├── gnome-calculator-i686.install └── gnome-calculator-x86_64.install ├── mingw-w64-gnome-common ├── PKGBUILD └── Werror-format-remove.patch ├── mingw-w64-gnome-doc-utils └── PKGBUILD ├── mingw-w64-gnome-js-common └── PKGBUILD ├── mingw-w64-gnu-cobol-svn ├── 001-fix-typo.patch └── PKGBUILD ├── mingw-w64-gnucobol ├── 001-mingw-gnucobol-2.2-fixformatwarnings.patch ├── 002-mingw-gnucobol-2.2-skipcursestests.patch ├── PKGBUILD ├── cobenv.cmd └── cobenv.sh ├── mingw-w64-gnupg ├── 01-mingw32-fix-potomo.mingw.patch ├── 02-mingw-sysconfigdir-under-prefix.patch ├── 03-ldap-libraries-check-order.patch ├── 04-dos-extra-defs.patch ├── 05-mingw-relocation.patch └── PKGBUILD ├── mingw-w64-gnuplot ├── 01-gnuplot.patch └── PKGBUILD ├── mingw-w64-gnutls ├── 0003-gnutls-fix-external-libtasn1-detection.patch ├── 0004-disable-broken-examples.patch ├── 0005-remove-coverage-rules.patch └── PKGBUILD ├── mingw-w64-go ├── 0010-go1.7-proper-go-binary-path.patch ├── 0011-add-GO_BUILD_VERBOSE.patch └── PKGBUILD ├── mingw-w64-gobject-introspection ├── 0001-Revert-Windows-port-Work-arount-MSYS-weirdness-where.patch ├── 0021-tests-no-undefined.patch ├── 0022-change-pkg-config-invocations.mingw.patch ├── 0024-Support-passing-arguments-to-g-ir-scanner-through-a-.all.patch ├── 0025-more-tolerant-rmtreeing.patch ├── 0026-giscanner-assertions-and-waits.patch ├── 0027-wait-for-xml-parse-too.patch ├── 0055-fix-python-detection.patch ├── PKGBUILD ├── py3-fixes.patch └── pyscript2exe.py ├── mingw-w64-goocanvas ├── 001-convert-python-path-to-unix.patch ├── 002-fix-introspection.patch └── PKGBUILD ├── mingw-w64-googletest-git ├── PKGBUILD └── googletest-r975.aa148eb.patch ├── mingw-w64-gperf └── PKGBUILD ├── mingw-w64-gpgme ├── 0002-reopen-mkstemp-files-without-_O_TEMPORARY.patch ├── 0003-mingw-mkstemp.patch ├── 0004-gpgme-find-gnupg.patch ├── 0005-invoke-scripts-via-sh.patch ├── 0006-fix-building-docs.patch └── PKGBUILD ├── mingw-w64-gphoto2 ├── 01_gphoto_close_before_rename.patch └── PKGBUILD ├── mingw-w64-gplugin ├── 001-win.patch └── PKGBUILD ├── mingw-w64-gprbuild-bootstrap-git └── PKGBUILD ├── mingw-w64-gprbuild-gpl ├── 0001_gnat_vmsp.patch └── PKGBUILD ├── mingw-w64-graphene └── PKGBUILD ├── mingw-w64-graphicsmagick ├── 001-relocate.patch └── PKGBUILD ├── mingw-w64-graphite2 ├── 001-graphite2-1.3.8-win64.patch ├── 002-graphite2-1.2.1-pkgconfig.patch ├── 003-graphite2-1.3.9-staticbuild.patch ├── 004-graphite2-1.3.8-dllimport-fix.patch └── PKGBUILD ├── mingw-w64-graphviz ├── 001-msvc-pragma.patch.patch ├── 002-no-undefined-and-def-files.patch ├── 003-fix-dependency-detect.patch ├── 004-exports.patch ├── 005-plugin-exports.patch ├── 006-missing-libs.patch ├── 007-dont-export-libtool-symbols.patch ├── 008-fix-dll-names-in-def.patch ├── PKGBUILD ├── graphviz-i686.install └── graphviz-x86_64.install ├── mingw-w64-grep └── PKGBUILD ├── mingw-w64-grpc ├── 0001-grpc-fix-int-conversion.patch ├── 0001-grpc-mingw64.patch └── PKGBUILD ├── mingw-w64-gsasl ├── 002-gnulib.patch └── PKGBUILD ├── mingw-w64-gsettings-desktop-schemas ├── PKGBUILD ├── schemas-i686.install └── schemas-x86_64.install ├── mingw-w64-gsfont └── PKGBUILD ├── mingw-w64-gsl └── PKGBUILD ├── mingw-w64-gsm ├── 0001-adapt-makefile-to.mingw.patch ├── 0002-adapt-config-h-to.mingw.patch ├── 0003-fix-ln.mingw.patch └── PKGBUILD ├── mingw-w64-gspell └── PKGBUILD ├── mingw-w64-gss ├── 001-autoconf.patch ├── 002-gnulib.patch └── PKGBUILD ├── mingw-w64-gst-editing-services-git ├── .gitignore ├── 0002-add-cflags-for-gir.patch └── PKGBUILD ├── mingw-w64-gst-editing-services ├── 0002-add-cflags-for-gir.patch └── PKGBUILD ├── mingw-w64-gst-libav-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gst-libav └── PKGBUILD ├── mingw-w64-gst-plugins-bad-git ├── .gitignore ├── 0001-fix-zbar-linking.patch └── PKGBUILD ├── mingw-w64-gst-plugins-bad ├── 0001-fix-zbar-linking.patch └── PKGBUILD ├── mingw-w64-gst-plugins-base-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gst-plugins-base └── PKGBUILD ├── mingw-w64-gst-plugins-good-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gst-plugins-good └── PKGBUILD ├── mingw-w64-gst-plugins-ugly-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gst-plugins-ugly └── PKGBUILD ├── mingw-w64-gst-python-git ├── .gitignore ├── 0001-msys2-python3-config-returns-1-so-use-which.patch ├── 0002-msys2-fix-linking-errors.patch └── PKGBUILD ├── mingw-w64-gst-python ├── 0001-msys2-python3-config-returns-1-so-use-which.patch ├── 0002-msys2-fix-linking-errors.patch └── PKGBUILD ├── mingw-w64-gst-rtsp-server-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gst-rtsp-server └── PKGBUILD ├── mingw-w64-gstreamer-git ├── .gitignore └── PKGBUILD ├── mingw-w64-gstreamer └── PKGBUILD ├── mingw-w64-gtef └── PKGBUILD ├── mingw-w64-gtest ├── 0000-Fix-compilation-of-googletest-with-MinGW-using-Win32-threads.patch ├── 0001-Fix-Mingw-w64-build.patch └── PKGBUILD ├── mingw-w64-gtk-doc ├── PKGBUILD └── pyscript2exe.py ├── mingw-w64-gtk-engine-murrine └── PKGBUILD ├── mingw-w64-gtk-engines └── PKGBUILD ├── mingw-w64-gtk-vnc ├── 001-win.patch └── PKGBUILD ├── mingw-w64-gtk2 ├── 0001-fix-m4-location.mingw.patch ├── 0003-Fix-notebook-tab-state-change.mingw.patch ├── 0005-Fix-header-ref.all.patch ├── 0006-Fix-unix-symbols-in-docs.mingw.patch ├── 0009-give-cc-to-gir-scanner.mingw.patch ├── 0010-put-gtk-dll-into-path.mingw.patch ├── 0011-gir-for-gdkwin32.mingw.patch ├── 0012-embed-manifest.all.patch ├── 0019_use_g_stat_and_gstatbuf.patch ├── PKGBUILD ├── gtk2-i686.install ├── gtk2-x86_64.install └── gtkrc ├── mingw-w64-gtk3-git ├── PKGBUILD ├── gtk3-i686.install └── gtk3-x86_64.install ├── mingw-w64-gtk3 ├── 0001-gtkwindow-Don-t-force-enable-CSD-under-Windows.patch ├── PKGBUILD ├── gtk3-i686.install └── gtk3-x86_64.install ├── mingw-w64-gtkada ├── PKGBUILD ├── gtkada-mingw.diff └── space_issue.patch ├── mingw-w64-gtkglext ├── PKGBUILD ├── gtk2.20.patch └── gtkglext-1.0.6-pangox.patch ├── mingw-w64-gtkhtml3 └── PKGBUILD ├── mingw-w64-gtkimageview ├── PKGBUILD ├── g_mem_set_vtable.patch ├── gtkimageview-1.6.4.tar.gz ├── resource.patch └── resources.tar.bz2 ├── mingw-w64-gtkmm └── PKGBUILD ├── mingw-w64-gtkmm3 └── PKGBUILD ├── mingw-w64-gtksourceview2 └── PKGBUILD ├── mingw-w64-gtksourceview3 ├── 0006-hack-convert-path-back-to-unix.patch └── PKGBUILD ├── mingw-w64-gtksourceviewmm2 ├── 000-C11.patch └── PKGBUILD ├── mingw-w64-gtksourceviewmm3 └── PKGBUILD ├── mingw-w64-gtkspell ├── 001-localedir-relocation.patch ├── PKGBUILD └── gtkspell-no-undefined.patch ├── mingw-w64-gtkspell3 ├── 001-win.patch └── PKGBUILD ├── mingw-w64-gtkwave ├── PKGBUILD ├── gtkwave-i686.install └── gtkwave-x86_64.install ├── mingw-w64-guile ├── 0002-winpthreads-compat.mingw.patch └── PKGBUILD ├── mingw-w64-gxml ├── 001-missing-file.patch └── PKGBUILD ├── mingw-w64-h2o ├── 0001-update-yaml-to-0.1.6-for-security-fix.patch ├── 0002-basic-windows-support.patch ├── 0003-add-readdir_r-emulation-for-windows.patch ├── 0004-serverutil-hackery-for-windows.patch ├── 0005-mman-hackery-for-windows.patch ├── 0006-fix-gmtime_r-for-mingw-w64.patch ├── 0007-cloexec-hackery-for-windows.patch ├── 0008-ignore-O_CLOEXEC-in-file.c-for-windows.patch ├── 0009-use-gnu_printf-and-gnu_scanf-in-mingw-w64.patch ├── 0010-more-socket-work-for-windows-on-evloop.patch └── PKGBUILD ├── mingw-w64-harfbuzz └── PKGBUILD ├── mingw-w64-hclient-git ├── .gitignore ├── 01-includes.patch ├── 02-intsafe.patch ├── 03-read-thread-proc.patch ├── 04-bad-comparison.patch ├── 05-other-bad-comparison.patch ├── 06-size-t.patch ├── 07-dialog-proc.patch └── PKGBUILD ├── mingw-w64-hdf4 ├── 001-mingw.patch └── PKGBUILD ├── mingw-w64-hdf5 ├── PKGBUILD ├── hdf5-cmake-size-type-checks.patch ├── hdf5-default-import-suffix.patch ├── hdf5-fix-find-szip.patch ├── hdf5-fix-install-docs.patch ├── hdf5-install.patch ├── hdf5-link-ws2_32-mingw.patch └── hdf5-proper-library-names-mingw.patch ├── mingw-w64-headers-git ├── 0001-Allow-to-use-bessel-and-complex-functions-without-un.patch ├── 0002-DirectX-9-fixes-for-VLC.patch ├── 0003-DirectX-11-fixes-for-VLC.patch └── PKGBUILD ├── mingw-w64-hicolor-icon-theme ├── PKGBUILD ├── hicolor-icon-theme-i686.install └── hicolor-icon-theme-x86_64.install ├── mingw-w64-hidapi └── PKGBUILD ├── mingw-w64-hlsl2glsl-git ├── 0001-CMakeLists.txt-Fixes-and-improvements.patch ├── 0002-Fix-pool_allocator-compile-guards.patch ├── 0003-hlsl2glsltest-Change-_MSC_VER-to-_WIN32.patch ├── 0004-CMake-Handle-installation.patch └── PKGBUILD ├── mingw-w64-http-parser └── PKGBUILD ├── mingw-w64-hub └── PKGBUILD ├── mingw-w64-hunspell-en └── PKGBUILD ├── mingw-w64-hunspell ├── 01-relocate.patch └── PKGBUILD ├── mingw-w64-hyphen ├── 0001-Fix_COMPOUNDHYPHENMIN_1.patch ├── 0002-Tests_COMPOUNDHYPHENMIN_1.patch └── PKGBUILD ├── mingw-w64-icon-naming-utils ├── PKGBUILD └── remove-legacy-calc.patch ├── mingw-w64-icoutils └── PKGBUILD ├── mingw-w64-icu ├── 0004-move-to-bin.mingw.patch ├── 0007-actually-move-to-bin.mingw.patch ├── 0008-data-install-dir.mingw.patch ├── 0009-fix-bindir-in-config.mingw.patch ├── 0010-msys-rules-for-makefiles.mingw.patch ├── 0011-sbin-dir.mingw.patch ├── 0012-libprefix.mingw.patch ├── 0014-mingwize-pkgdata.mingw.patch ├── 0015-debug.mingw.patch ├── 0016-icu-pkgconfig.patch ├── 0017-icu-config-versioning.patch ├── 0020-workaround-missing-locale.patch ├── 0021-mingw-static-libraries-without-s.patch └── PKGBUILD ├── mingw-w64-id3lib ├── 00-add-libz-to-compilation.patch ├── 05-create-m4-directory.patch ├── 10-fix-compilation-with-cpp-headers.patch ├── 100-id3lib-3.8.3-mingw.patch ├── 15-fix-headers-of-main-functions.patch ├── 20-create-manpages.patch ├── 30-fix-utf16.patch ├── 40-deal-with-mkstemp.patch ├── 50-remove-outdated-check.patch ├── 60-add-c-wrapper-functions.patch ├── 60-fix_make_check.patch ├── 60-id3lib-missing-nullpointer-check.patch ├── 60-spelling.patch ├── 61-fix_vbr_stack_smash.patch ├── 70-id3lib-3.8.3-autoreconf.patch └── PKGBUILD ├── mingw-w64-ilmbase ├── 0001-cmake-install-binaries.patch ├── 0002-cmake-soversion.patch ├── 0003-pull93.patch ├── 0004-ilmthread-mingw-pthreads.patch ├── 0005-mingw-gcc6-bug.patch └── PKGBUILD ├── mingw-w64-imagemagick ├── 001-7.0.4.1-relocate.patch ├── 002-7.0.4.1-build-fixes.patch ├── 003-7.0.1.8-cplusplus-fixes.patch ├── ImageMagick-7.0.1.3-mingw.patch ├── PKGBUILD └── winpath.patch ├── mingw-w64-indent ├── PKGBUILD ├── indent-2.2.11-LC_ALL.patch ├── indent-2.2.11-decimal_format.patch ├── indent-2.2.11-disable-documentation.patch ├── indent-2.2.11-segfault.patch └── indent-2.2.11-win32-wildexp-automake-support.patch ├── mingw-w64-inkscape ├── PKGBUILD ├── inkscape-0.48.4-headers-fix.patch ├── inkscape-0.48.4-poppler-includes-conflicts.patch ├── inkscape-0.48.4-python-extensions-location.patch ├── inkscape-0.48.4-python.patch ├── inkscape-0.91-simulaneous-intltool-gettext.patch ├── inkscape-0.92.0-win32-relocatable.patch ├── inkscape-0.92.2-fix-imagemagick-detect.patch ├── inkscape-0.92.3-abs-overloaded.patch ├── inkscape-0.92.3-poppler-0.64-compatibility.patch ├── inkscape-i686.install └── inkscape-x86_64.install ├── mingw-w64-innoextract └── PKGBUILD ├── mingw-w64-insight ├── PKGBUILD ├── gdb-fix-display-tabs-on-mingw.patch ├── gdb-fix-python-stack-corruption.patch ├── gdb-fix-using-gnu-print.patch ├── gdb-mingw-gcc-4.7.patch ├── gdb-perfomance.patch ├── gdb-python-fix-crash.patch ├── gdb-tcl-m4.patch ├── gdbinit ├── insight-fix-headers.patch └── insight.tar.bz2 ├── mingw-w64-intel-tbb ├── PKGBUILD └── tbb-disable_windows_api.patch ├── mingw-w64-irrlicht └── PKGBUILD ├── mingw-w64-isl ├── PKGBUILD └── isl-0.14.1-no-undefined.patch ├── mingw-w64-iso-codes └── PKGBUILD ├── mingw-w64-itk └── PKGBUILD ├── mingw-w64-jansson └── PKGBUILD ├── mingw-w64-jasper ├── 001-mingw-cmake.patch ├── 002-add-more-exports.patch ├── 003-jasper-uuid.patch ├── PKGBUILD ├── jasper-1.900.1-fix-filename-buffer-overflow.patch └── jasper-static-fix.patch ├── mingw-w64-jbigkit ├── PKGBUILD ├── allNewMainMakefile.all.patch ├── manfiles.all.patch ├── pbmtoolsMakefile.all.patch ├── useLibtool.all.patch └── zzz_debug.mingw.patch ├── mingw-w64-jemalloc ├── 001-fix-library-extension.patch ├── 002-makefile.patch └── PKGBUILD ├── mingw-w64-jpegoptim └── PKGBUILD ├── mingw-w64-jq ├── PKGBUILD ├── missing-library.patch └── no-undefined.patch ├── mingw-w64-json-c ├── 001-install-private-header.patch └── PKGBUILD ├── mingw-w64-json-glib └── PKGBUILD ├── mingw-w64-jsoncpp └── PKGBUILD ├── mingw-w64-jsonrpc-glib └── PKGBUILD ├── mingw-w64-jucipp-git └── PKGBUILD ├── mingw-w64-jxrlib ├── CMakeLists.txt ├── PKGBUILD ├── jxrlib_mingw.patch └── jxrlib_warnings.patch ├── mingw-w64-kactivities-qt5 └── PKGBUILD ├── mingw-w64-karchive-qt5 └── PKGBUILD ├── mingw-w64-kauth-qt5 └── PKGBUILD ├── mingw-w64-kcodecs-qt5 └── PKGBUILD ├── mingw-w64-kcompletion-qt5 └── PKGBUILD ├── mingw-w64-kconfig-qt5 └── PKGBUILD ├── mingw-w64-kconfigwidgets-qt5 └── PKGBUILD ├── mingw-w64-kcoreaddons-qt5 ├── 001-disable-fam-on-windows.patch └── PKGBUILD ├── mingw-w64-kcrash-qt5 └── PKGBUILD ├── mingw-w64-kcwsh-qt5-git ├── 0001-Add-std-c-11-globally.patch ├── 0002-qt-frontend-Set-AUTOSTATICPLUGINS-don-t-force-lib-kc.patch ├── 0003-build-both-static-and-shared-kcwsh-libraries.patch └── PKGBUILD ├── mingw-w64-kdbusaddons-qt5 └── PKGBUILD ├── mingw-w64-kdnssd-qt5 └── PKGBUILD ├── mingw-w64-kdoctools-qt5 ├── PKGBUILD └── catalog_path.patch ├── mingw-w64-kfilemetadata-qt5 └── PKGBUILD ├── mingw-w64-kglobalaccel-qt5 └── PKGBUILD ├── mingw-w64-kguiaddons-qt5 └── PKGBUILD ├── mingw-w64-kholidays-qt5 └── PKGBUILD ├── mingw-w64-ki18n-qt5 ├── PKGBUILD └── build-ktranscript-plugin-statically-if-not-shared.patch ├── mingw-w64-kicad-doc └── PKGBUILD ├── mingw-w64-kicad-git └── PKGBUILD ├── mingw-w64-kiconthemes-qt5 └── PKGBUILD ├── mingw-w64-kidletime-qt5 └── PKGBUILD ├── mingw-w64-kimageformats-qt5 └── PKGBUILD ├── mingw-w64-kiss_fft └── PKGBUILD ├── mingw-w64-kitemmodels-qt5 └── PKGBUILD ├── mingw-w64-kitemviews-qt5 └── PKGBUILD ├── mingw-w64-kjobwidgets-qt5 └── PKGBUILD ├── mingw-w64-kjs-qt5 └── PKGBUILD ├── mingw-w64-kpackage-qt5 └── PKGBUILD ├── mingw-w64-kplotting-qt5 └── PKGBUILD ├── mingw-w64-kqoauth-qt4 ├── PKGBUILD ├── pcfile_libname.patch └── src_pro.patch ├── mingw-w64-krita-git ├── PKGBUILD └── krita-git.install ├── mingw-w64-kservice-qt5 └── PKGBUILD ├── mingw-w64-ktextwidgets-qt5 └── PKGBUILD ├── mingw-w64-kunitconversion-qt5 └── PKGBUILD ├── mingw-w64-kvazaar └── PKGBUILD ├── mingw-w64-kwidgetsaddons-qt5 └── PKGBUILD ├── mingw-w64-kwindowsystem-qt5 └── PKGBUILD ├── mingw-w64-kxmlgui-qt5 └── PKGBUILD ├── mingw-w64-l-smash ├── 0001-configure-Check-whether-SRCDIR-is-git-repo-or-not.patch ├── 0002-configure-Add-api-version-to-mingw-shared-library-na.patch └── PKGBUILD ├── mingw-w64-ladspa-sdk └── PKGBUILD ├── mingw-w64-lame ├── 0002-07-field-width-fix.all.patch ├── 0005-no-gtk.all.patch ├── 0006-dont-use-outdated-symbol-list.patch ├── 0007-revert-posix-code.patch ├── 0008-skip-termcap.patch └── PKGBUILD ├── mingw-w64-lapack └── PKGBUILD ├── mingw-w64-lasem └── PKGBUILD ├── mingw-w64-laszip ├── PKGBUILD ├── laszip-3.1.1-win-utf8-paths.patch └── laszip-3.1.1.patch ├── mingw-w64-latexila ├── 001-win.patch ├── PKGBUILD ├── latexila-i686.install └── latexila-x86_64.install ├── mingw-w64-lcms ├── 0002-need-jconfig-before-jmoreconfig.mingw.patch ├── PKGBUILD ├── cve-2013-4276.patch ├── lcms-1.17-windows.patch ├── lcms-1.19-rhbz1003950.patch └── lcms-1.19-rhbz675186.patch ├── mingw-w64-lcms2 ├── 0001-fix-testcmd2.mingw.patch ├── 0002-need-jconfig-before-jmoreconfig.mingw.patch ├── 0003-install-mans.all.patch └── PKGBUILD ├── mingw-w64-lcov ├── 001-mingw-lcov1.12-handle-equals-signs.patch ├── 002-mingw-lcov1.12-fix-undef-behaviour.patch └── PKGBUILD ├── mingw-w64-ldns ├── PKGBUILD └── ldns-1.6.17-relocate.patch ├── mingw-w64-leechcraft-git ├── PKGBUILD ├── azoth_find_qca2.patch ├── azoth_xoox_multimediakit.patch ├── find_azoth_multimediakit_cmake.patch ├── find_gstreamer_cmake.patch ├── find_lhtr_libtidy_cmake.patch ├── find_lmp_libguess_cmake.patch ├── find_otr.patch ├── find_poppler_cmake.patch ├── find_qjson_cmake_common.patch ├── find_qwt_cmake_common.patch ├── find_rbtorrent_cmake.patch ├── htthare_cmake.patch ├── lmp_gst_paths.patch ├── win_rc.patch └── xtazy_cmake.patch ├── mingw-w64-lensfun ├── PKGBUILD ├── cmake-mingw.patch └── lensfun-update-data.patch ├── mingw-w64-leptonica └── PKGBUILD ├── mingw-w64-lfcbase └── PKGBUILD ├── mingw-w64-lfcxml └── PKGBUILD ├── mingw-w64-libaacs └── PKGBUILD ├── mingw-w64-libao └── PKGBUILD ├── mingw-w64-libarchive ├── 0001-libarchive-3.2.2-bcrypt-fix.patch └── PKGBUILD ├── mingw-w64-libart_lgpl ├── 0001-Fix-an-installation-path-bug.patch └── PKGBUILD ├── mingw-w64-libass └── PKGBUILD ├── mingw-w64-libassuan ├── 0001-fix-def-files.mingw.patch ├── 0002-enable-silent-rules.mingw.patch ├── 0004-enable-gnu.mingw.patch ├── 0005-better-check-for-stpcpy.mingw.patch └── PKGBUILD ├── mingw-w64-libatomic_ops └── PKGBUILD ├── mingw-w64-libbdplus └── PKGBUILD ├── mingw-w64-libblocksruntime ├── 0001-libblocksruntime-0.4.1-fix-shared-installation.patch └── PKGBUILD ├── mingw-w64-libbluray └── PKGBUILD ├── mingw-w64-libbotan ├── 001-boost-link.patch ├── 002-winsock-link.patch ├── 003-python3-install.patch └── PKGBUILD ├── mingw-w64-libbs2b └── PKGBUILD ├── mingw-w64-libbsdf ├── PKGBUILD └── optimisations-CMakeLists.txt.patch ├── mingw-w64-libc++ └── PKGBUILD ├── mingw-w64-libc++abi └── PKGBUILD ├── mingw-w64-libcaca ├── 0001-win32-is-not-msvc-it-could-be.mingw.patch ├── 0002-correct-installation-order.mingw.patch ├── 0004-msc-only-please.all.patch ├── 0005-ruby-paths.mingw.patch ├── 0006-no-undefined.all.patch └── PKGBUILD ├── mingw-w64-libcddb ├── 0001-include-winsock2-before-windows.mingw.patch ├── 0002-fix-header-conflict.mingw.patch ├── 0003-silent-rules.mingw.patch ├── 0004-hack-around-dummy-alarm.mingw.patch ├── 0005-fix-m4-dir.all.patch ├── 0006-update-gettext-req.mingw.patch ├── 0007-link-to-libiconv-properly.mingw.patch └── PKGBUILD ├── mingw-w64-libcdio-paranoia └── PKGBUILD ├── mingw-w64-libcdio ├── PKGBUILD └── libcdio-0.83-linking.patch ├── mingw-w64-libcdr └── PKGBUILD ├── mingw-w64-libcello-git └── PKGBUILD ├── mingw-w64-libcerf ├── 0001-libcerf-1.5-fix-shared-lib.patch └── PKGBUILD ├── mingw-w64-libchamplain ├── 001-win.patch └── PKGBUILD ├── mingw-w64-libcmis └── PKGBUILD ├── mingw-w64-libconfig └── PKGBUILD ├── mingw-w64-libcroco └── PKGBUILD ├── mingw-w64-libcue └── PKGBUILD ├── mingw-w64-libdca-git ├── 0001-Proper-use-of-destdir.all.patch ├── 0002-fix-bootstrap.mingw.patch ├── 0003-fix-symlink.mingw.patch ├── 0004-fix-regex.all.patch ├── 0005-do-not-AC_C_ALWAYS_INLINE-it-redefines-inline-breaking-mingw-w64-GCC-5.1.0-C99.patch └── PKGBUILD ├── mingw-w64-libdvbpsi └── PKGBUILD ├── mingw-w64-libdvdcss └── PKGBUILD ├── mingw-w64-libdvdnav ├── 001-no-undefined.patch └── PKGBUILD ├── mingw-w64-libdvdread ├── 0001-no-undefined-on.all.patch └── PKGBUILD ├── mingw-w64-libebml ├── 001-mingw-use-posix-layout.patch ├── 002-mingw-versioned-dll.patch ├── 003-fix-build-with-gcc-7.patch ├── 004-visibility.patch └── PKGBUILD ├── mingw-w64-libelf └── PKGBUILD ├── mingw-w64-libepoxy └── PKGBUILD ├── mingw-w64-libevent ├── PKGBUILD └── event2-02-win32.patch ├── mingw-w64-libexif └── PKGBUILD ├── mingw-w64-libffi ├── PKGBUILD └── fix_return_size.patch ├── mingw-w64-libfilezilla └── PKGBUILD ├── mingw-w64-libfreexl ├── 01-fix-pkgconfig.patch └── PKGBUILD ├── mingw-w64-libftdi └── PKGBUILD ├── mingw-w64-libgadu ├── PKGBUILD └── protobuf-c.patch ├── mingw-w64-libgcrypt ├── PKGBUILD ├── Smarter-fig2dev-detection.all.patch └── libgcrypt-use-correct-def-file.patch ├── mingw-w64-libgd ├── PKGBUILD └── libgd-export-pkg-config-build-in-subdirs.patch ├── mingw-w64-libgda ├── 001-lemon.patch ├── 002-mysql-m4.patch ├── 003-give-cc-to-gir-scanner.all.patch ├── 004-add-missing-symbols.patch ├── 005-hack-convert-path-back-to-unix.patch └── PKGBUILD ├── mingw-w64-libgdata ├── 0003-wsock.patch └── PKGBUILD ├── mingw-w64-libgdiplus ├── 0001-libgdiplus-5.4-fix-shared-installation.patch ├── 0002-libgdiplus-5.4-fix-conflicting-types-error.patch ├── 0003-libgdiplus-5.4-fix-font-windows-error.patch ├── 0004-libgdiplus-5.4-disable-tests.patch └── PKGBUILD ├── mingw-w64-libgee ├── 0001-change-pkg-config-invocation.patch └── PKGBUILD ├── mingw-w64-libgeotiff ├── PKGBUILD └── libgeotiff_buildsys.patch ├── mingw-w64-libgit2-glib └── PKGBUILD ├── mingw-w64-libgit2 └── PKGBUILD ├── mingw-w64-libglade ├── PKGBUILD ├── libglade-2.0.1-nowarning.patch ├── libglade-link-against-gmodule.patch └── libglade-secondary.patch ├── mingw-w64-libgme └── PKGBUILD ├── mingw-w64-libgnomecanvas └── PKGBUILD ├── mingw-w64-libgnurx ├── PKGBUILD ├── mingw-w64-libgnurx-honor-destdir.patch ├── mingw32-libgnurx-Makefile.am └── mingw32-libgnurx-configure.ac ├── mingw-w64-libgoom2 ├── 001-no-undefined.patch ├── 002-fix-random.patch └── PKGBUILD ├── mingw-w64-libgpg-error ├── 01-mingw32-fix-potomo.mingw.patch ├── 02-fix-symbollist-on.mingw.patch ├── 04-use-winpthreads.mingw.patch ├── 05-w32-gen.all.patch ├── 07-windows-build.patch ├── 09-fix-generating-union.patch └── PKGBUILD ├── mingw-w64-libgphoto2 ├── PKGBUILD ├── libgphoto2-gp_system_filename-fix.patch └── libgphoto2-use-pkg-config-for-gd.patch ├── mingw-w64-libgsf ├── 002-get-unix-path-for-git.patch └── PKGBUILD ├── mingw-w64-libguess └── PKGBUILD ├── mingw-w64-libgusb └── PKGBUILD ├── mingw-w64-libgweather ├── 001-win.patch ├── 002-relocation.patch ├── PKGBUILD ├── libgweather-i686.install └── libgweather-x86_64.install ├── mingw-w64-libgxps ├── 0002-missing-include.patch └── PKGBUILD ├── mingw-w64-libharu ├── PKGBUILD ├── win_lib.patch └── win_various_install_files.patch ├── mingw-w64-libical ├── 001-win.patch ├── 003-pkg-config.patch ├── 004-fix-quotation.patch └── PKGBUILD ├── mingw-w64-libiconv ├── 0001-compile-relocatable-in-gnulib.mingw.patch ├── 0002-fix-cr-for-awk-in-configure.all.patch ├── PKGBUILD └── fix-pointer-buf.patch ├── mingw-w64-libid3tag ├── 0001-no-undefined.mingw.patch ├── 0002-update-ac-and-silent-rules.mingw.patch ├── 10_utf16.patch ├── 11_unknown_encoding.patch ├── CVE-2008-2109.patch ├── PKGBUILD └── id3tag.pc ├── mingw-w64-libidl2 ├── 0001-libidl2-0.8.14-remove-def-file.patch └── PKGBUILD ├── mingw-w64-libidn ├── 0002-fix-gdoc.all.patch ├── 0003-nfkc.c-Fix-Win64-crash.patch ├── 0004-nfkc.c-Fixed-invalid-var-types.patch └── PKGBUILD ├── mingw-w64-libidn2 └── PKGBUILD ├── mingw-w64-libilbc └── PKGBUILD ├── mingw-w64-libimagequant ├── 0001-min-build-fix.patch └── PKGBUILD ├── mingw-w64-libimobiledevice ├── 0002-PyString_AsString-now-PyBytes_AsString.patch ├── 001-cython-includes.patch └── PKGBUILD ├── mingw-w64-libjpeg-turbo ├── 0001-header-compat.mingw.patch ├── PKGBUILD └── libjpeg-turbo-1.3.1-libmng-compatibility.patch ├── mingw-w64-libkcw-qt5-git └── PKGBUILD ├── mingw-w64-libkml ├── PKGBUILD ├── libkml-1.3.0.patch └── strptime.c ├── mingw-w64-libksba ├── 0001-fix-def.mingw.patch └── PKGBUILD ├── mingw-w64-liblas ├── PKGBUILD └── liblas-1.8.1.patch ├── mingw-w64-liblastfm-qt4 ├── PKGBUILD └── versioned-dlls-mingw.patch ├── mingw-w64-liblastfm ├── PKGBUILD └── versioned-dlls-mingw.patch ├── mingw-w64-liblqr └── PKGBUILD ├── mingw-w64-libmad ├── 0001-no-undefined.mingw.patch ├── 0003-update-ac-and-silent-rules.mingw.patch ├── 0004-amd64-64bit.diff ├── 0006-optimize.diff ├── 0007-libmad.patch ├── 0008-md_size.diff ├── 0009-length-check.patch └── PKGBUILD ├── mingw-w64-libmangle-git └── PKGBUILD ├── mingw-w64-libmariadbclient ├── 001-2.2.3-fix-libnames-mingw.patch ├── 002-check-also-for-__MINGW64__-definition-to-decide-targ.patch ├── PKGBUILD ├── add-mariadb_config.patch ├── fix-pthread.patch ├── fix-redefinitions.patch ├── fix-size-t-defined.patch └── use_fopen_for_xp_compatibility.patch ├── mingw-w64-libmatroska ├── 001-mingw-use-posix-layout.patch ├── 002-mingw-versioned-dll.patch ├── 003-export-missing-symbols.patch └── PKGBUILD ├── mingw-w64-libmaxminddb ├── 0001-libmaxminddb-1.3.2-mingw-no-undefined.patch └── PKGBUILD ├── mingw-w64-libmetalink └── PKGBUILD ├── mingw-w64-libmfx └── PKGBUILD ├── mingw-w64-libmicrohttpd └── PKGBUILD ├── mingw-w64-libmicroutils └── PKGBUILD ├── mingw-w64-libmikmod └── PKGBUILD ├── mingw-w64-libmimic ├── 0001-update-ac-and-silent-rules.mingw.patch ├── 0002-no-undefined.mingw.patch ├── 0003-link-to-glib.mingw.patch └── PKGBUILD ├── mingw-w64-libmng ├── PKGBUILD ├── fix-mng-version-cmake.patch ├── libmng-1.0.10-mingw.patch ├── libmng-1.0.9-dont-leak-zlib-streams.diff ├── libmng-2.0.3-cmake-versioning.patch ├── no-undefined.patch └── pkg-config-extra-flags.patch ├── mingw-w64-libmodbus-git └── PKGBUILD ├── mingw-w64-libmodplug ├── 0002-fix-pkgconfig-file.patch └── PKGBUILD ├── mingw-w64-libmongoose-git ├── Makefile ├── PKGBUILD └── mongoose.pc ├── mingw-w64-libmongoose ├── Makefile ├── PKGBUILD └── mongoose.pc ├── mingw-w64-libmowgli ├── PKGBUILD └── libmowgli-2.0.0-mingw-have-declarations.patch ├── mingw-w64-libmpcdec └── PKGBUILD ├── mingw-w64-libmpeg2-git ├── 0001-fix-bootstrap.mingw.patch ├── 0002-libmpeg2-fix-deprecated.patch ├── 0003-do-not-AC_C_ALWAYS_INLINE-it-redefines-inline-breaking-mingw-w64-GCC-5.1.0-C99.patch └── PKGBUILD ├── mingw-w64-libmypaint-git └── PKGBUILD ├── mingw-w64-libmypaint └── PKGBUILD ├── mingw-w64-libmysofa ├── 001-mingw-dont-use-nuget.patch ├── 002-fix-exports.patch ├── 003-install-import-library.patch ├── 004-pkg-config-support.patch └── PKGBUILD ├── mingw-w64-libnice ├── 0001-fix-declaration.patch ├── 0004-mingw-w64-types.patch └── PKGBUILD ├── mingw-w64-libnotify ├── PKGBUILD ├── introspection.patch └── test-fix.patch ├── mingw-w64-libnova ├── PKGBUILD └── libnova-remove-conflicting-definition.patch ├── mingw-w64-libntlm └── PKGBUILD ├── mingw-w64-liboauth ├── PKGBUILD └── noundefined.patch ├── mingw-w64-libodfgen ├── PKGBUILD └── enum-without-api-attributes.patch ├── mingw-w64-libogg └── PKGBUILD ├── mingw-w64-libosmpbf-git └── PKGBUILD ├── mingw-w64-libosmscout └── PKGBUILD ├── mingw-w64-libotr ├── 002-libotr-no-undefined.patch ├── 003-fix-symlinks.patch └── PKGBUILD ├── mingw-w64-libpaper ├── 001-no-undefined.patch └── PKGBUILD ├── mingw-w64-libpeas ├── 0004-localedir-fix.patch ├── PKGBUILD ├── libpeas-i686.install └── libpeas-x86_64.install ├── mingw-w64-libplacebo ├── 0004-avoid-ffsll.patch ├── PKGBUILD └── libplacebo.pc ├── mingw-w64-libplist ├── 001-cython-module.patch └── PKGBUILD ├── mingw-w64-libpng └── PKGBUILD ├── mingw-w64-libproxy ├── 001-fix-casting-error.patch ├── 002-fix-win32-close-scoket.patch ├── 004-allow-bindings.patch ├── 005-modules.patch ├── 006-python-site-package-dir.patch └── PKGBUILD ├── mingw-w64-libraqm ├── PKGBUILD └── libraqm-enable-shared.patch ├── mingw-w64-libraw ├── LibRaw_obsolete-macros.patch ├── LibRaw_wsock32.patch └── PKGBUILD ├── mingw-w64-librescl └── PKGBUILD ├── mingw-w64-libressl ├── 0001-libressl_relocation-msys.patch ├── 0002-libressl_relocation-tests.patch └── PKGBUILD ├── mingw-w64-librest ├── 001-win.patch └── PKGBUILD ├── mingw-w64-librevenge └── PKGBUILD ├── mingw-w64-librocket-git ├── 001-dll-exports.patch ├── 002-fix-cast-errors.patch ├── 003-fix-typo.patch └── PKGBUILD ├── mingw-w64-librsvg ├── 0005-hack-unixy-paths.patch └── PKGBUILD ├── mingw-w64-librsync ├── PKGBUILD └── library-location.patch ├── mingw-w64-libsamplerate ├── PKGBUILD └── libsamplerate-0.1.9.patch ├── mingw-w64-libsass └── PKGBUILD ├── mingw-w64-libsecret ├── 0001-port-to.mingw.patch └── PKGBUILD ├── mingw-w64-libshout ├── 0001-dont-hate-yourself.all.patch ├── 0001-dont-hate-yourself_m4.all.patch ├── 0002-msvc-is-impotent-unlike.all.patch ├── 0004-no-undefined-on.mingw.patch ├── 0005-update-ac.all.patch ├── 0006-winsock.patch ├── 0007-includes.patch └── PKGBUILD ├── mingw-w64-libsigc++ └── PKGBUILD ├── mingw-w64-libsignal-protocol-c-git └── PKGBUILD ├── mingw-w64-libsigsegv-git ├── PKGBUILD └── fix-win64.patch ├── mingw-w64-libsigsegv ├── 0001-libsigsegv-2.11-fix-assembly.patch └── PKGBUILD ├── mingw-w64-libsmallchange-hg └── PKGBUILD ├── mingw-w64-libsndfile ├── 0003-fix-source-searches.mingw.patch └── PKGBUILD ├── mingw-w64-libsodium └── PKGBUILD ├── mingw-w64-libsoup ├── 0006-change-pkg-config-invocations.mingw.patch ├── 0007-missing-prototype.patch └── PKGBUILD ├── mingw-w64-libsoxr ├── 0001-libsoxr-fix-pc-file-installation.patch ├── 0002-libsoxr-fix-documentation-installation.patch └── PKGBUILD ├── mingw-w64-libspatialite ├── 01-fix-pkgconfig.patch └── PKGBUILD ├── mingw-w64-libspectre ├── PKGBUILD └── gs-error-codes.patch ├── mingw-w64-libspiro └── PKGBUILD ├── mingw-w64-libsquish ├── 0001-fix-install.patch └── PKGBUILD ├── mingw-w64-libsrtp ├── 0001-DEV_URANDOM-removal.patch ├── 0002-symbolic-link-creation-removal-for-mingw-platform.patch ├── 0003-fix-path-for-getopt_s.patch ├── PKGBUILD └── words.txt ├── mingw-w64-libssh ├── PKGBUILD ├── fix-threads-libraryname-in-config.patch ├── libssh-i686.install ├── libssh-x86_64.install ├── mingw-DATADIR-conflict.patch └── mingw-as-unix.patch ├── mingw-w64-libssh2 └── PKGBUILD ├── mingw-w64-libswift └── PKGBUILD ├── mingw-w64-libsystre ├── PKGBUILD └── systre-1.0.1.tar.xz ├── mingw-w64-libtasn1 └── PKGBUILD ├── mingw-w64-libtheora ├── 001-example.patch ├── PKGBUILD └── libtheora-1.1.1-libpng16.patch ├── mingw-w64-libtiff └── PKGBUILD ├── mingw-w64-libtimidity └── PKGBUILD ├── mingw-w64-libtommath ├── 002-libtommath-0.42.0-makefile.patch └── PKGBUILD ├── mingw-w64-libtool ├── 0002-cygwin-mingw-Create-UAC-manifest-files.mingw.patch ├── 0003-Pass-various-runtime-library-flags-to-GCC.mingw.patch ├── 0005-Fix-seems-to-be-moved.patch ├── 0006-Fix-strict-ansi-vs-posix.patch ├── 0007-fix-cr-for-awk-in-configure.all.patch ├── 0008-tests.patch └── PKGBUILD ├── mingw-w64-libtorrent-rasterbar ├── PKGBUILD └── cmake_pkg_config.patch ├── mingw-w64-libtre-git ├── 001-autotools.patch ├── 002-pointer-cast.patch └── PKGBUILD ├── mingw-w64-libunistring ├── PKGBUILD └── fix-pointer-casts.patch ├── mingw-w64-libunwind-svn ├── 0001-libunwind-add-support-for-mingw-w64.patch └── PKGBUILD ├── mingw-w64-libusb-compat-git ├── .gitignore └── PKGBUILD ├── mingw-w64-libusb └── PKGBUILD ├── mingw-w64-libusbmuxd └── PKGBUILD ├── mingw-w64-libuv └── PKGBUILD ├── mingw-w64-libview ├── 001-win.patch ├── 002-missing-execprefix.patch └── PKGBUILD ├── mingw-w64-libvirt-glib ├── 001-win.patch └── PKGBUILD ├── mingw-w64-libvirt ├── 001-fix-not-supported-authenticate-method.patch └── PKGBUILD ├── mingw-w64-libvisio ├── 0001-libvisio-compare_dates_in_utc.patch └── PKGBUILD ├── mingw-w64-libvmime-git ├── PKGBUILD ├── cmake_mlang.patch └── libvmime-versioning.patch ├── mingw-w64-libvorbis └── PKGBUILD ├── mingw-w64-libvorbisidec-svn ├── 0001-add-no-undefined-for-libtool.mingw.patch ├── 0002-no-configure-in-autogen.mingw.patch ├── 0003-update-ac.mingw.patch └── PKGBUILD ├── mingw-w64-libvpx ├── 0001-enable-shared-on.mingw.patch ├── 0002-no-pthreads.mingw.patch ├── 0003-cross-with-native-binutils.mingw.patch ├── 0005-fix-exports.mingw.patch └── PKGBUILD ├── mingw-w64-libvterm-bzr └── PKGBUILD ├── mingw-w64-libwebp └── PKGBUILD ├── mingw-w64-libwebsockets ├── 001-posix-layout.patch └── PKGBUILD ├── mingw-w64-libwmf ├── PKGBUILD └── libwmf-0.2.8.4-libpng.patch ├── mingw-w64-libwpd └── PKGBUILD ├── mingw-w64-libwpg └── PKGBUILD ├── mingw-w64-libxlsxwriter ├── 01_0.7.5_Shared_Linkage_and_MSVC_Warning.patch └── PKGBUILD ├── mingw-w64-libxml++ └── PKGBUILD ├── mingw-w64-libxml++2.6 └── PKGBUILD ├── mingw-w64-libxml2 ├── 0015-fix-unused-parameters-warning.all.patch ├── 0016-WARNING-to-be-fixed.all.patch ├── 0017-fix-const-warning.all.patch ├── 0018-function-declaration-isnt-prototype.all.patch ├── 0019-unused-flags.all.patch ├── 0020-fix-warnings.patch ├── 0023-fix-sitedir-detection.mingw.patch ├── 0024-shrext-pyd.mingw.patch ├── 0025-mingw-python-dont-remove-dot.patch ├── 0026-mingw-relocate.patch ├── PKGBUILD ├── libxml2-2.9.2-catalog-revert.patch ├── libxml2-i686.install └── libxml2-x86_64.install ├── mingw-w64-libxslt ├── 0002-python-linking-on.mingw.patch ├── 0003-fix-concurrent-directory-creation.all.patch ├── 0004-add-missing-include-for-python.all.patch ├── 0007-use-mingw-C99-compatible-functions-{v}snprintf.patch ├── 0008-fix-warnings.patch ├── PKGBUILD ├── libxslt-1.1.27-disable_static_modules.patch ├── libxslt-1.1.32-w64.patch ├── libxslt-1.1.32-win32-shared.patch ├── libxslt-i686.install ├── libxslt-x86_64.install └── libxslt.m4-libxslt-1.1.26.patch ├── mingw-w64-libyaml ├── 0001-Proper-mingw-YAML_DECLARE-definition.patch ├── 0002-libyaml-no-undefined.patch └── PKGBUILD ├── mingw-w64-libzip └── PKGBUILD ├── mingw-w64-live-media └── PKGBUILD ├── mingw-w64-llvm ├── 0001-Fix-GetHostTriple-for-mingw-w64-in-msys.patch ├── 0002-Fix-Findzstd-on-MINGW.patch ├── 0003-add-pthread-as-system-lib-for-mingw.patch ├── 0004-enable-emutls-for-mingw.patch ├── 0101-link-pthread-with-mingw.patch ├── 0303-ignore-new-bfd-options.patch ├── PKGBUILD ├── README-patches.md └── update-clang-from-msys2.sh ├── mingw-w64-lmdb └── PKGBUILD ├── mingw-w64-lmdbxx └── PKGBUILD ├── mingw-w64-lua-bitop └── PKGBUILD ├── mingw-w64-lua-lgi ├── 001-lua5.1.patch └── PKGBUILD ├── mingw-w64-lua-lpeg ├── LICENSE ├── PKGBUILD ├── lpeg-0.12-makefile.patch └── lptypes-lua-503.patch ├── mingw-w64-lua-lsqlite3 ├── Makefile.mingw ├── PKGBUILD ├── installpath.lua └── lunit.lua ├── mingw-w64-lua-luacom-git ├── 001-Fix-Lua51-prefix.patch ├── 002-CMake-AR.patch ├── 003-Lua_51_PATH.patch ├── 004-Lua_51_INC.patch ├── PKGBUILD ├── luacom.def └── luacom.pc ├── mingw-w64-lua-luarocks ├── PKGBUILD ├── luarocks-i686.install ├── luarocks-x86_64.install └── mingw32-msys2.patch ├── mingw-w64-lua-mpack └── PKGBUILD ├── mingw-w64-lua ├── LICENSE ├── PKGBUILD ├── implib.patch ├── lua.pc └── searchpath.patch ├── mingw-w64-lua51 ├── PKGBUILD ├── implib.patch └── searchpath.patch ├── mingw-w64-luabind-git └── PKGBUILD ├── mingw-w64-luajit-git ├── 001-make-import-library.patch ├── 002-fix-pkg-config-file.patch └── PKGBUILD ├── mingw-w64-luatex-svn ├── 0001-Add-missing-kpathsea-win32-mktex.h-and-mkpaths.c.patch └── PKGBUILD ├── mingw-w64-lz4 ├── 001-mingw-install-over-msys.patch └── PKGBUILD ├── mingw-w64-lzo2 └── PKGBUILD ├── mingw-w64-m4 └── PKGBUILD ├── mingw-w64-make ├── PKGBUILD ├── make-getopt.patch └── make-linebuf-mingw.patch ├── mingw-w64-mathgl ├── PKGBUILD └── mathgl-2.3.5.1.patch ├── mingw-w64-matio └── PKGBUILD ├── mingw-w64-mbedtls ├── PKGBUILD ├── dll-location.patch ├── enable-features.patch └── symlink-test.patch ├── mingw-w64-mcfgthread-git └── PKGBUILD ├── mingw-w64-mcpp └── PKGBUILD ├── mingw-w64-meanwhile ├── PKGBUILD ├── broken-status.patch ├── fix_glib_includes.patch └── fix_groupchat.patch ├── mingw-w64-med └── PKGBUILD ├── mingw-w64-meld3 ├── 0001-fixes-for-MinGW-w64-symlinks-and-use-sh-to-spawn.patch ├── PKGBUILD ├── dont-use-private-api.patch ├── meld-i686.install └── meld-x86_64.install ├── mingw-w64-memphis ├── 001-win.patch └── PKGBUILD ├── mingw-w64-mesa ├── 001-extra-libs.patch ├── PKGBUILD ├── link-ole32.patch └── osmesa.pc ├── mingw-w64-meson ├── 0001-Install-scripts-without-.py-extension.patch ├── 0001-gtk-doc-Use-LD_LIBRARY_PATH-to-modify-PATH-on-W32.patch ├── 0002-Default-to-sys.prefix-as-the-default-prefix.patch ├── 0003-Strip-the-prefix-from-all-paths-when-installing-with.patch ├── PKGBUILD └── color-term.patch ├── mingw-w64-metis ├── 0001-mingw-w64-does-not-have-sys-resource-h.patch ├── 0002-mingw-w64-do-not-use-reserved-double-underscored-names.patch ├── 0003-WIN32-Install-RUNTIME-to-bin.patch ├── 0004-Fix-GKLIB_PATH-default-for-out-of-tree-builds.patch └── PKGBUILD ├── mingw-w64-mhook └── PKGBUILD ├── mingw-w64-midori ├── 0001-ValaPrecompile-abs-path-regex-win-friendly.patch └── PKGBUILD ├── mingw-w64-minisign └── PKGBUILD ├── mingw-w64-miniupnpc ├── 001-link-libraries.patch └── PKGBUILD ├── mingw-w64-mlpack ├── 0001-mingw-w64-cmake.patch └── PKGBUILD ├── mingw-w64-mono-basic ├── 0001-mono-basic-4.6-fix-slash-vs-hyphen.patch └── PKGBUILD ├── mingw-w64-mono ├── 0001-mono-5.4.1.7-fix-build.patch ├── 0002-mono-5.4.1.7-avoid-appending-prefix.patch ├── 0003-mono-5.4.1.7-fix-runtime.patch ├── PKGBUILD └── bootstrap │ ├── 0001-mono-5.4.1.7-fix-build.patch │ ├── 0002-mono-5.4.1.7-avoid-appending-prefix.patch │ ├── 0003-mono-5.4.1.7-fix-runtime.patch │ └── PKGBUILD ├── mingw-w64-mpc └── PKGBUILD ├── mingw-w64-mpdecimal ├── PKGBUILD └── msys2-mingw-fixes.patch ├── mingw-w64-mpfr └── PKGBUILD ├── mingw-w64-mpg123 └── PKGBUILD ├── mingw-w64-mpv ├── 001-ffmpeg-abi.patch └── PKGBUILD ├── mingw-w64-mruby └── PKGBUILD ├── mingw-w64-mscgen ├── 0.20-default-font.patch ├── 0.20-escape.patch ├── 0.20-language.patch ├── 0.20-uninitialized-ymax.patch ├── PKGBUILD └── mscgen-0.20-4.cygwin.patch ├── mingw-w64-msgpack-c └── PKGBUILD ├── mingw-w64-msmtp ├── 0001-include-winsock2.patch ├── 0002-dont-redefine-winver-constant.patch └── PKGBUILD ├── mingw-w64-mtex2MML ├── PKGBUILD └── mtex2MML.patch ├── mingw-w64-muparser ├── CMakeLists.txt └── PKGBUILD ├── mingw-w64-mypaint-brushes ├── 001-fix-pkgdir-location.patch └── PKGBUILD ├── mingw-w64-mypaint-git ├── PKGBUILD ├── mypaint-i686.install └── mypaint-x86_64.install ├── mingw-w64-mypaint ├── PKGBUILD ├── mypaint-i686.install └── mypaint-x86_64.install ├── mingw-w64-nanodbc ├── PKGBUILD └── nanodbc-2.12.4.patch ├── mingw-w64-nanovg-git └── PKGBUILD ├── mingw-w64-nasm └── PKGBUILD ├── mingw-w64-ncurses ├── 001-use-libsystre.patch └── PKGBUILD ├── mingw-w64-netcdf ├── 0001-mingw-cmake.patch ├── 0002-dutil-correcttypo.patch ├── 0003-ncconfigure-strlcat-export.patch ├── 0004-ddispatch-set-temp.patch ├── 0005-dapcvt-conversion.patch ├── 0006-cvt-conversion.patch ├── 0007-mingw-config.patch └── PKGBUILD ├── mingw-w64-nettle └── PKGBUILD ├── mingw-w64-nghttp2 └── PKGBUILD ├── mingw-w64-ngraph-gtk └── PKGBUILD ├── mingw-w64-ngspice-git └── PKGBUILD ├── mingw-w64-ngspice └── PKGBUILD ├── mingw-w64-nim ├── 0001-Use-unixy-filenames-even-on-Windows.patch └── PKGBUILD ├── mingw-w64-nimble └── PKGBUILD ├── mingw-w64-ninja └── PKGBUILD ├── mingw-w64-nlopt ├── PKGBUILD ├── config.guess └── config.sub ├── mingw-w64-nodejs ├── 0001-Fix-python-invocation-to-python2.patch ├── 0002-Fix-system-icu-build.patch ├── 0003-Include-win32-headers.h-in-v8-atomicops.h.patch ├── 0004-Define-localtime_s-for-MinGW.patch ├── 0005-Remove-.lib-suffix-on-linked-libraries.patch ├── 0006-Define-_WIN32_WINNT-in-node.gyp.patch ├── 0007-Skip-sys-resource-and-unneeded-includes-in-node.cc.patch ├── 0008-Link-with-municode-and-extern-wmain-for-Unicode.patch ├── 0009-Remove-no_rand_screen-from-s_client-invocation.patch ├── 0010-Fix-incorrect-test-assumptions-for-MinGW.patch ├── 0011-detect-architecture.patch ├── 0012-Use-shell-wrapper-script-for-npm-on-MSYS2-mingw-w64.patch ├── 0013-Revert-to-FHS-installation-paths-on-Windows-tests-no.patch ├── 0014-cctest-allow-building-with-municode.patch ├── 0015-format-macros.h-do-not-rely-on-__STDC_FORMAT_MACROS.patch ├── 0016-Do-not-get-confused-by-the-presence-of-winpthread.patch ├── 0017-Add-missing-include-to-build-condition-variable.cc-s.patch ├── 0018-inspector-use-namespaced-icu-symbols.patch ├── 0019-Use-wide-character-Win32-API-functions-to-handle-wch.patch ├── 0020-Disable-MSVC_HACK.patch ├── 0021-Make-sure-that-__rdtsc-is-declared.patch ├── 0022-win32-avoid-including-non-existing-headers.patch ├── 0023-win32-work-around-stat-fstat-defines.patch ├── 0024-win32-work-around-path-issues.patch ├── PKGBUILD └── node ├── mingw-w64-npm └── PKGBUILD ├── mingw-w64-npth └── PKGBUILD ├── mingw-w64-nsis-nsisunz ├── 001-use-system-libraries.patch ├── LICENSE └── PKGBUILD ├── mingw-w64-nsis-svn ├── 001-fhs-directory-structure.patch ├── 002-compile-fixes.patch ├── 003-remove-redundant-architecture-suffix.patch └── PKGBUILD ├── mingw-w64-nsis ├── 001-fhs-directory-structure.patch ├── 002-compile-fixes.patch ├── 003-remove-redundant-architecture-suffix.patch └── PKGBUILD ├── mingw-w64-nspr ├── PKGBUILD ├── manifest ├── nspr-4.10.2_autotools.patch ├── nspr-4.10.2_mingw.patch ├── nspr-4.10.2_staticbuild.patch ├── nspr-4.10.2_x64.patch └── nspr-4.10.6-mswsock.patch ├── mingw-w64-nss ├── PKGBUILD ├── blank-cert8.db ├── blank-key3.db ├── blank-secmod.db ├── manifest ├── nss-3.14.3-build.patch ├── nss-3.20.1-headers.patch ├── nss-build.patch ├── nss-config.in ├── nss.pc.in └── ssl-renegotiate-transitional.patch ├── mingw-w64-ntldd-git └── PKGBUILD ├── mingw-w64-nutsnbolts-hg └── PKGBUILD ├── mingw-w64-nvidia-cg-toolkit └── PKGBUILD ├── mingw-w64-ocaml-camlp4 ├── 0001-Properly-quote-preprocessor-command-to-ocamldep.patch ├── 0003-Guess-the-library-path-on-msys2.patch └── PKGBUILD ├── mingw-w64-ocaml-findlib ├── PKGBUILD ├── ocaml-findlib-i686.install └── ocaml-findlib-x86_64.install ├── mingw-w64-ocaml-lablgtk ├── 0001-Fix-a-path-issue-during-installation.patch └── PKGBUILD ├── mingw-w64-ocaml ├── 0002-Adapt-to-msys2-directory-layout.patch ├── 0003-Install-manuals-in-msys2.patch ├── 0004-camlheader-has-the-extension-.exe-in-msys2.patch ├── 0005-Install-libraries-to-lib-ocaml-instead-of-lib.patch ├── 0006-Configure-the-relative-paths-for-ocaml-libraries-on-.patch ├── 0007-Convert-to-windows-path-before-checking-stats.patch ├── 0008-Use-the-standard-paths-as-default-in-ocamlbuild.patch ├── PKGBUILD ├── ocaml-i686.install └── ocaml-x86_64.install ├── mingw-w64-oce ├── PKGBUILD ├── oce-i686.install └── oce-x86_64.install ├── mingw-w64-octave-hg ├── 0001-Port-to-Qt5.patch ├── 0001-tempname.h-Rename-try-to-try_.patch ├── 0002-OCTAVE_CHECK_LIB-for-suitesparseconfig.patch ├── PKGBUILD └── octave.install ├── mingw-w64-octopi-git ├── 0001-Use-Q_PID-instead-of-int-reducing-QProcess-repititio.patch ├── 0002-Use-a-shared-QProcessEnvironment.patch ├── 0003-Win32-Link-to-Windows-Terminal-Services-wtsapi32.patch ├── 0004-Remove-redundancy-in-UnixCommand-s-exe-checking-func.patch ├── 0005-Use-instead-of-QDir-separator.patch ├── 0006-Append-to-instead-of-overwrite-m_readAllStandardOutp.patch ├── 0007-Define-QT_WA.patch ├── 0008-MSYS2-Add-ectn_MSYS2-as-a-LinuxDistro.patch ├── 0009-MSYS2-Add-getMSYS2Root.patch ├── 0010-MSYS2-hasPacmanDatabase-getMSYS2Root-changes.patch ├── 0011-MSYS2-Changes-to-various-system-calls.patch ├── 0012-MSYS2-Process-id-changes-WIP.patch ├── 0013-MSYS2-Prepend-getMSYS2Root-to-file-checks.patch ├── 0014-MSYS2-Support-discoverBinaryPath.patch └── PKGBUILD ├── mingw-w64-odt2txt ├── 0001-Compile-for-Msys2.patch └── PKGBUILD ├── mingw-w64-ogitor ├── PKGBUILD ├── cmake-commands-fix.patch ├── disable-msvc-flags.patch ├── dont-install-3rdparty-libraries.patch └── ogitor.install ├── mingw-w64-ogre3d-hg ├── 002-endlessworld-fix-cast.patch ├── 003-freeimage-link-with-shared.patch ├── 004-use-mingw-w64-directx.patch ├── 005-mingw-w64-redeclarations.patch ├── 007-fix-_WIN32-defines2.patch ├── 010-missing-include.patch ├── 011-fix-typo.patch ├── 012-add-link-library.patch ├── 013-mingw-stringconverter.patch ├── 014-custom-install.patch └── PKGBUILD ├── mingw-w64-ogre3d ├── PKGBUILD ├── mingw-w64-fix.patch ├── ogre-1.9.0-fix-cflags.patch ├── ogre-endlessworld-fix.patch ├── ogre-freeimage-fix.patch └── use-mingw-w64-directx.patch ├── mingw-w64-ogreassimp-hg ├── PKGBUILD ├── install-fix.patch ├── support-ogre-1_9_0.patch └── update-boost-part.patch ├── mingw-w64-ois-git ├── 0001-Upgrade-autotools-to-newer-version.-Allow-build-IOS-.patch ├── 0002-Fix-macros-name.patch ├── 0003-InputManager-Cannot-have-pure-virtual-methods.patch ├── 0004-Substitute-proper-OIS-libraries-in-config-files.-Fix.patch ├── 0005-Fix-typo.patch ├── 0006-Add-mingw-definitions-to-CFLAGS.patch ├── 0007-Fix-source-file-name.patch ├── 0008-Add-macros-directory-to-configure.patch ├── 0009-Switched-Win32Mouse-to-use-GetDeviceState-instead-of.patch ├── 0010-Unicode-fix.patch └── PKGBUILD ├── mingw-w64-ois ├── PKGBUILD ├── configure.patch ├── demos.patch ├── gcc47.patch ├── win32forcefeedback.patch ├── win32joystick.patch ├── win32keyboard.patch ├── win32mouse.patch └── win32prereqs.patch ├── mingw-w64-oniguruma ├── 001-no-undefined.patch ├── 002-autoconf.patch └── PKGBUILD ├── mingw-w64-openal ├── 0001-versioned-w32-dll.mingw.patch ├── 0002-w32ize-portaudio-loading.mingw.patch ├── 0003-openal-not-32.mingw.patch ├── 0004-disable-OSS-windows.patch └── PKGBUILD ├── mingw-w64-openblas ├── 001-defaultlib-not-for-gcc.patch ├── 002-lgfortran-requires-lquadmath.patch ├── PKGBUILD └── openblas.install ├── mingw-w64-opencl-headers ├── LICENSE.txt └── PKGBUILD ├── mingw-w64-opencollada-git ├── PKGBUILD ├── fix-inttypes-mingw.patch ├── fix-mingw-w64.patch ├── fix-missing-include.patch ├── fix-pcre-type-conflict.patch ├── opencollada-cmake.patch └── opencollada-disable-test-mingw.patch ├── mingw-w64-opencolorio-git ├── PKGBUILD ├── declspec-typo.patch ├── detect-mingw-python.patch ├── fix-redefinitions.patch ├── mingw-no-dupenv_s.patch ├── mingw-w64.patch └── msvc-flags.patch ├── mingw-w64-opencore-amr └── PKGBUILD ├── mingw-w64-opencsg ├── 01-makefile-mingw.patch ├── 02-qmake-mingw.patch └── PKGBUILD ├── mingw-w64-opencv ├── 0001-mingw-w64-cmake.patch ├── 0002-solve_deg3-underflow.patch ├── 0003-issue-4107.patch ├── 0004-generate-proper-pkg-config-file.patch ├── 0005-opencv-support-python-3.6.patch ├── 0006-somehow-uint-not-detected.patch ├── 0007-mingw-w64-have-sincos.patch ├── 0008-mingw-w64-cmake-lib-path.patch ├── 0009-openblas-find.patch ├── 0010-find-libpng-header.patch ├── 0011-dshow-build-fix.patch ├── 0012-dnn_modern-test-fix.patch ├── 0013-dnn_modern-NO_STRICT-fix.patch ├── 0100-fix-precomp-usage.patch ├── 0101-avx512-mingw-w64.patch ├── 0102-make-header-usable-with-C-compiler.patch └── PKGBUILD ├── mingw-w64-openexr ├── 0001-mingw-w64-fix.patch ├── 0002-openexr-2.1.0-headers.patch ├── 0003-openexr-2.1.0_aligned-malloc.patch ├── 0004-openexr-2.1.0_cast.patch ├── 0005-cmake-win-building.patch ├── 0006-cmake-soversion.patch ├── 0007-mingw-dll-install.patch ├── 0008-change-suffixes-for-64bit-literals.patch ├── 0009-win-dwalookups.patch ├── 0010-openexr-2.2.0-mingw-utf8.patch ├── 0011-fix-crashes-on-windows.patch ├── 0012-pull93.patch ├── 0100-mingw-gcc6-bug.patch └── PKGBUILD ├── mingw-w64-openh264 └── PKGBUILD ├── mingw-w64-openimageio ├── 0000-fix-mingw-w64.patch ├── 0000-workaround-ansidecl-h-PTR-define-conflict.patch ├── 0001-MinGW-w64-include-winbase-h-early-for-TCHAR-types.patch ├── 0003-boost-latest.patch ├── 0004-guard-msvc-stuff.patch ├── 0006-fix-intrinistic-conflict.patch ├── 0007-find-pugixml.patch ├── 0008-find-openjpeg.patch ├── 0009-msvcrt-dont-have-create-locale.patch └── PKGBUILD ├── mingw-w64-openjpeg ├── PKGBUILD ├── mingw-install-pkgconfig-files.patch ├── openjpeg-1.5.1_tiff-pkgconfig.patch ├── openjpeg-1.5.2-stdcall-for-all-win.patch └── versioned-dlls-mingw.patch ├── mingw-w64-openjpeg2 ├── 0001-fix-install-for-dlls.all.patch ├── 0003-versioned-dlls.mingw.patch ├── 0005-sock-jpip.all.patch ├── 0006-openjpeg-2.1.0-stdcall-for-all-win.patch └── PKGBUILD ├── mingw-w64-openldap ├── 001-backmdb.patch ├── 002-link-with-icu.patch ├── 003-symdummy-error.patch └── PKGBUILD ├── mingw-w64-openocd-git └── PKGBUILD ├── mingw-w64-openocd └── PKGBUILD ├── mingw-w64-openscad-git └── PKGBUILD ├── mingw-w64-openscad └── PKGBUILD ├── mingw-w64-openscenegraph-git └── .gitignore ├── mingw-w64-openscenegraph └── las-link-with-boost.patch ├── mingw-w64-openshadinglanguage-git ├── 0001-osolex-Define-isatty-as-_isatty-for-_WIN32.patch ├── 0002-Use-getcwd-for-older-OIIO.patch ├── 0002-dont-add-flex-include-dir.patch ├── 0003-Fix-unsigned-signed-compares.patch ├── 0003-fix-OIIO-windows.patch ├── 0005-Fix-cast-from-void-ptr.patch ├── 0007-Fix-bad-casts-with-intptr_t.patch └── PKGBUILD ├── mingw-w64-openshadinglanguage ├── 0001-install-dirs.patch ├── 0002-dont-add-flex-include-dir.patch ├── 0003-fix-OIIO-windows.patch ├── 0004-fix-installing-docs.patch ├── 0005-Fix-cast-from-void-ptr.patch ├── 0007-Fix-bad-casts-with-intptr_t.patch ├── 0008-openimageio-api-changes.patch ├── 0009-find-pugixml.patch └── PKGBUILD ├── mingw-w64-openssl ├── 0001-support-aarch64.patch ├── 0002-relocation.patch ├── 0003-test_rand-use-the-better-chomp.patch ├── 0004-mingw32-broken-test.patch ├── 0005-Fix-Text-comparison.patch ├── 0006-Mangle-Absolute-path.patch ├── 0007-Fix-OS-detection.patch ├── PKGBUILD ├── pathtools.c └── pathtools.h ├── mingw-w64-openvr ├── 001-_WIN32-macros.patch ├── 002-install-headers.patch ├── 003-mingw-library-name.patch ├── 004-install-location.patch └── PKGBUILD ├── mingw-w64-optipng └── PKGBUILD ├── mingw-w64-opus-git └── PKGBUILD ├── mingw-w64-opus-tools └── PKGBUILD ├── mingw-w64-opus └── PKGBUILD ├── mingw-w64-opusfile └── PKGBUILD ├── mingw-w64-orc └── PKGBUILD ├── mingw-w64-osgQt └── PKGBUILD ├── mingw-w64-osgQtQuick └── PKGBUILD ├── mingw-w64-osgbullet-git └── PKGBUILD ├── mingw-w64-osgearth-git ├── .gitignore └── PKGBUILD ├── mingw-w64-osgearth ├── 0001-setup-link-libraries-change-order-of-target-link-lib.patch ├── 0002-cache_rocksdb-use-find_package-CONFIG-mode-when-buil.patch └── PKGBUILD ├── mingw-w64-osgocean-git ├── 000-mingw-w64-cmake.patch ├── 001-posix-layout.patch ├── 002-pkgconfig.patch ├── 010-osg-3.5.patch └── PKGBUILD ├── mingw-w64-osgqt ├── 001-qt5-render-issue.patch └── 002-osg-compatibility-old-version.patch ├── mingw-w64-osgworks-git ├── PKGBUILD ├── mingw-fpc-libs.patch └── osg-3.3.x.patch ├── mingw-w64-osl ├── 0001-osl-0.9.2-fix-shared-libs.patch └── PKGBUILD ├── mingw-w64-osm-gps-map └── PKGBUILD ├── mingw-w64-osmgpsmap-git ├── 001-fix-docdir.patch └── PKGBUILD ├── mingw-w64-osslsigncode └── PKGBUILD ├── mingw-w64-p11-kit ├── 0001-allow-gtkdocize.all.patch ├── 0002-fix-includes.patch ├── 0004-fix-abspath-check.all.patch ├── 0006-p11-kit-relocation.patch ├── 0007-mmap-CreateFile-with-FILE_SHARE_READ.patch ├── 0008-add-debugging-to-mmap.patch ├── 0009-add-debugging-to-path.patch ├── 0010-fix-transport-test.patch ├── 0011-p11-kit-spawn-external.patch └── PKGBUILD ├── mingw-w64-paho.mqtt.c ├── 0001-CMakeLists.patch └── PKGBUILD ├── mingw-w64-pango ├── 0001-build-move-usp10-before-gdi32.patch ├── 0001-meson-skip-pangoxft-headers-on-Windows-gtk-doc-build.patch ├── 0002-pangowin32-fix-script-cache-hash-key-for-64bit-build.patch ├── PKGBUILD └── static-skip-help2man.patch ├── mingw-w64-pangomm └── PKGBUILD ├── mingw-w64-pathtools ├── main.c ├── meson.build ├── msys2_relocate.c ├── msys2_relocate.h ├── pathtools.c ├── pathtools.h └── update-dependencees.sh ├── mingw-w64-pcre └── PKGBUILD ├── mingw-w64-pcre2 ├── 0001-RunTest-skip-a-couple-more-tests-on-Windows.patch ├── 0002-RunGrepTest-compare-without-paying-attention-to-line.patch ├── 0003-Fix-INTERACTIVE-fd-on-Windows.patch ├── 0004-pcre2grep-avoid-letting-Windows-handle-command-line-.patch ├── 0005-RunGrepTest-work-around-Unix-vs-Windows-path-issues.patch ├── 0006-RunGrepTest-Windows-does-not-have-a-bin-echo.patch ├── 0007-RunGrepTest-work-around-MSYS2-idiosyncrasy.patch └── PKGBUILD ├── mingw-w64-pdcurses ├── 001-mingw-pdcurses-3.6-build.patch └── PKGBUILD ├── mingw-w64-pdf2djvu ├── 001-windres-compile-fix.patch └── PKGBUILD ├── mingw-w64-pdf2svg └── PKGBUILD ├── mingw-w64-pdfium-git ├── PKGBUILD └── pdfium-2729.patch ├── mingw-w64-pdftex-svn └── PKGBUILD ├── mingw-w64-perl ├── 001-fhs-directory-structure.patch ├── 002-relocate-html-documentation.patch ├── 003-replace-batch-scripts-with-bare-perl.patch ├── 004-fix-cpan-external-programs.patch ├── 005-rename-cpan-home.patch ├── 006-generate-manpages.patch ├── PKGBUILD ├── perlinstall.in ├── perlprofile.in └── setup_perl_dirs.sh ├── mingw-w64-phodav ├── 001-win.patch └── PKGBUILD ├── mingw-w64-physfs-hg ├── 0000_pkgconfig.patch └── PKGBUILD ├── mingw-w64-physfs └── PKGBUILD ├── mingw-w64-pidgin++-bzr ├── 001-autotools-and-fhs-pidgin.patch ├── 002-autotools-and-fhs-pidgin++.patch ├── 003-autotools-and-fhs-adaptation.patch ├── 004-build-fixes.patch ├── 005-fix-save-suffix.patch ├── 006-gtk-customizations.patch └── PKGBUILD ├── mingw-w64-pidgin++ ├── 001-autotools-and-fhs-pidgin.patch ├── 002-autotools-and-fhs-pidgin++.patch ├── 003-autotools-and-fhs-adaptation.patch ├── 004-build-fixes.patch ├── 005-fix-save-suffix.patch ├── 006-gtk-customizations.patch └── PKGBUILD ├── mingw-w64-pidgin-hg ├── 001-build-fixes.patch ├── 002-finch-fixes.patch └── PKGBUILD ├── mingw-w64-pidgin ├── 001-autotools-and-fhs.patch ├── 002-build-fixes.patch └── PKGBUILD ├── mingw-w64-pinentry └── PKGBUILD ├── mingw-w64-pitivi-git └── PKGBUILD ├── mingw-w64-pixman └── PKGBUILD ├── mingw-w64-pkg-config ├── 0001-fix-double-slash-in-test.patch ├── 0010-expand-paths.mingw.patch ├── 0011-platform-dependent-separator-and-adjustable-prefix.mingw.patch ├── 1001-Use-CreateFile-on-Win32-to-make-sure-g_unlink-always.patch ├── 1003-g_abort.all.patch ├── 1005-glib-send-log-messages-to-correct-stdout-and-stderr.patch ├── 1017-glib-use-gnu-print-scanf.patch ├── 1024-return-actually-written-data-in-printf.all.patch ├── 1030-fix-stat.all.patch ├── 1031-fix-glib-gettext-m4-error.patch └── PKGBUILD ├── mingw-w64-pkgconf ├── 0001-fix-mingw64-and-static.patch └── PKGBUILD ├── mingw-w64-plplot ├── Include-wx-msw-wrapwin.h-instead-of-Windows.h.patch ├── PKGBUILD ├── find-gd.patch └── pdf-linking-libharu.patch ├── mingw-w64-png2ico ├── PKGBUILD └── fix_include.diff ├── mingw-w64-pngcrush ├── LICENSE └── PKGBUILD ├── mingw-w64-pngnq ├── PKGBUILD ├── configure-mistake.patch └── no-syslog.patch ├── mingw-w64-poco ├── 002-enable-C++11-if-compiler-supports-it.patch ├── 003-check-for-WIN64-and-enable-LLP64-schema.patch ├── 004-format-string-using-ostringstream.patch ├── 005-dont-compare-signed-unsigned.patch ├── 007-MinGW-doesnt-implement-wide-character-startup-module.patch ├── 008-Add-Mingw32-W64-configuration.patch ├── 009-Fix-compilation-on-WIN64-target.patch ├── 010-remove-warnings.patch ├── 011-cmake-mingw.patch ├── 012-find-mysql.patch ├── 013-POCO_WIN32_UTF8-redefinition.patch ├── 014-strerror-win32.patch ├── 100-fix-mingw-config.patch └── PKGBUILD ├── mingw-w64-podofo ├── PKGBUILD ├── find-modules.patch └── fix-unittests.patch ├── mingw-w64-polipo ├── 416e59f75934cd1c42fcf043f118b2d1a4e4e8d4.patch ├── PKGBUILD ├── a532fc1ceee6cb6ecb5dd04cb360a757bb037dfe.patch ├── d2df61dcde8079e1f7e5f8bcffefefa10277540f.patch └── fix-install-folders.patch ├── mingw-w64-poppler-data └── PKGBUILD ├── mingw-w64-poppler-qt4 ├── PKGBUILD └── give-cc-to-gir-scanner.mingw.patch ├── mingw-w64-poppler ├── 001-enable-nss-mingw.patch ├── 003-fix-introspection.patch ├── 004-basename-include.patch └── PKGBUILD ├── mingw-w64-popt ├── 0001-nl_langinfo.mingw32.patch ├── 197416.all.patch ├── 217602.all.patch ├── 278402-manpage.all.patch ├── 318833.all.patch ├── 356669.all.patch ├── 367153-manpage.all.patch ├── PKGBUILD ├── get-w32-console-maxcols.mingw32.patch └── no-uid-stuff-on.mingw32.patch ├── mingw-w64-port-scanner ├── PKGBUILD └── paths.patch ├── mingw-w64-portablexdr └── PKGBUILD ├── mingw-w64-portaudio ├── PKGBUILD ├── fix-build.patch └── wdmks-wasapi-dsound.patch ├── mingw-w64-portmidi ├── PKGBUILD └── enable-install-on-windows.patch ├── mingw-w64-postgresql ├── PKGBUILD ├── postgresql-9.4.1-mingw-enable-readline.patch ├── postgresql-9.4.1-mingw-link.patch ├── postgresql-9.4.1-pl-tcl.patch ├── postgresql-9.5.1-pl-perl.patch └── postgresql-9.5.1-pl-python.patch ├── mingw-w64-postr ├── 001-win.patch └── PKGBUILD ├── mingw-w64-potrace ├── 001-reaarange-compiler-detect.patch └── PKGBUILD ├── mingw-w64-premake └── PKGBUILD ├── mingw-w64-profit-hg └── PKGBUILD ├── mingw-w64-proj └── PKGBUILD ├── mingw-w64-protobuf-c ├── 001-fix-mingw-compilation.patch └── PKGBUILD ├── mingw-w64-protobuf ├── 0001-protobuf-3.1.0-gcc6.2.0-tests.patch └── PKGBUILD ├── mingw-w64-ptex ├── 0001-ptex-2.1.28-remove-msc_ver.patch ├── 0002-ptex-2.1.28-install-dll-correctly.patch └── PKGBUILD ├── mingw-w64-pugixml ├── 001-correct-lib-location.patch └── PKGBUILD ├── mingw-w64-purple-facebook-git ├── 001-build-fixes.patch └── PKGBUILD ├── mingw-w64-purple-facebook ├── 001-build-fixes.patch └── PKGBUILD ├── mingw-w64-purple-hangouts-hg ├── Makefile └── PKGBUILD ├── mingw-w64-purple-skypeweb-git ├── Makefile └── PKGBUILD ├── mingw-w64-purple-skypeweb ├── Makefile └── PKGBUILD ├── mingw-w64-putty-git ├── 0001-fixes.patch ├── 0003-linedraw.patch └── PKGBUILD ├── mingw-w64-putty-ssh └── PKGBUILD ├── mingw-w64-putty ├── 0001-Fixes-for-various-compilation-warnings.patch ├── 0003-linedraw.patch └── PKGBUILD ├── mingw-w64-pycairo └── PKGBUILD ├── mingw-w64-pygobject └── PKGBUILD ├── mingw-w64-pygobject2 ├── PKGBUILD ├── gio-types.patch ├── python-m4.patch └── win32-fix.patch ├── mingw-w64-pygtksourceview2 ├── PKGBUILD └── python-m4.patch ├── mingw-w64-pyqt4 ├── 001-mingw-python.patch └── PKGBUILD ├── mingw-w64-pyqt5 ├── 001-mingw-python.patch └── PKGBUILD ├── mingw-w64-pyrex └── PKGBUILD ├── mingw-w64-pyside-qt4 ├── PKGBUILD ├── pyside-i686.install ├── pyside-x86_64.install └── pyside.patch ├── mingw-w64-pyside-tools-qt4 └── PKGBUILD ├── mingw-w64-python-appdirs └── PKGBUILD ├── mingw-w64-python-asn1crypto └── PKGBUILD ├── mingw-w64-python-attrs └── PKGBUILD ├── mingw-w64-python-babel ├── PKGBUILD ├── babel2-i686.install ├── babel2-x86_64.install ├── babel3-i686.install └── babel3-x86_64.install ├── mingw-w64-python-backcall └── PKGBUILD ├── mingw-w64-python-beaker └── PKGBUILD ├── mingw-w64-python-beautifulsoup4 └── PKGBUILD ├── mingw-w64-python-binwalk └── PKGBUILD ├── mingw-w64-python-bleach └── PKGBUILD ├── mingw-w64-python-bsddb3 └── PKGBUILD ├── mingw-w64-python-certifi └── PKGBUILD ├── mingw-w64-python-cffi └── PKGBUILD ├── mingw-w64-python-characteristic └── PKGBUILD ├── mingw-w64-python-chardet └── PKGBUILD ├── mingw-w64-python-colorama └── PKGBUILD ├── mingw-w64-python-colorspacious └── PKGBUILD ├── mingw-w64-python-coverage ├── PKGBUILD ├── coverage2-i686.install ├── coverage2-x86_64.install ├── coverage3-i686.install └── coverage3-x86_64.install ├── mingw-w64-python-crcmod └── PKGBUILD ├── mingw-w64-python-cryptography └── PKGBUILD ├── mingw-w64-python-cssselect └── PKGBUILD ├── mingw-w64-python-cvxopt └── PKGBUILD ├── mingw-w64-python-cx_Freeze ├── 0001-fix-build.patch └── PKGBUILD ├── mingw-w64-python-cycler └── PKGBUILD ├── mingw-w64-python-dateutil └── PKGBUILD ├── mingw-w64-python-decorator └── PKGBUILD ├── mingw-w64-python-distutils-extra └── PKGBUILD ├── mingw-w64-python-docutils └── PKGBUILD ├── mingw-w64-python-et-xmlfile ├── LICENSE └── PKGBUILD ├── mingw-w64-python-funcsigs └── PKGBUILD ├── mingw-w64-python-genty └── PKGBUILD ├── mingw-w64-python-h5py ├── 001-mingw-python.patch ├── PKGBUILD └── lzf_c.c.patch ├── mingw-w64-python-html5lib ├── LICENSE └── PKGBUILD ├── mingw-w64-python-httplib2 ├── PKGBUILD └── cert.patch ├── mingw-w64-python-icu ├── 001-icu-config.patch └── PKGBUILD ├── mingw-w64-python-idna └── PKGBUILD ├── mingw-w64-python-imagesize └── PKGBUILD ├── mingw-w64-python-ipykernel └── PKGBUILD ├── mingw-w64-python-ipython_genutils └── PKGBUILD ├── mingw-w64-python-jdcal └── PKGBUILD ├── mingw-w64-python-jinja └── PKGBUILD ├── mingw-w64-python-json-rpc └── PKGBUILD ├── mingw-w64-python-jsonschema └── PKGBUILD ├── mingw-w64-python-jupyter_client └── PKGBUILD ├── mingw-w64-python-jupyter_console └── PKGBUILD ├── mingw-w64-python-jupyter_core └── PKGBUILD ├── mingw-w64-python-lhafile └── PKGBUILD ├── mingw-w64-python-lxml ├── PKGBUILD ├── mingw-python-fix.patch └── use-distutils-get_platform.patch ├── mingw-w64-python-mako ├── PKGBUILD ├── mako2-i686.install ├── mako2-x86_64.install ├── mako3-i686.install └── mako3-x86_64.install ├── mingw-w64-python-markupsafe └── PKGBUILD ├── mingw-w64-python-matplotlib ├── PKGBUILD ├── setup.py.patch └── setupext.py.patch ├── mingw-w64-python-mistune └── PKGBUILD ├── mingw-w64-python-mock └── PKGBUILD ├── mingw-w64-python-more-itertools └── PKGBUILD ├── mingw-w64-python-ndg-httpsclient ├── PKGBUILD ├── ndg-httpsclient2-i686.install ├── ndg-httpsclient2-x86_64.install ├── ndg-httpsclient3-i686.install └── ndg-httpsclient3-x86_64.install ├── mingw-w64-python-networkx └── PKGBUILD ├── mingw-w64-python-nose ├── PKGBUILD ├── nose2-i686.install ├── nose2-x86_64.install ├── nose3-i686.install └── nose3-x86_64.install ├── mingw-w64-python-nuitka └── PKGBUILD ├── mingw-w64-python-numexpr └── PKGBUILD ├── mingw-w64-python-numpy ├── 0001-detect-mingw-environment.patch ├── 0002-fix-finding-python2.patch ├── 0003-gfortran-better-version-check.patch ├── 0004-fix-testsuite.patch ├── 0005-mincoming-stack-boundary-32bit-optimized-64bit.patch ├── 0006-disable-visualcompaq-for-mingw.patch ├── 0007-disable-64bit-experimental-warning.patch └── PKGBUILD ├── mingw-w64-python-olefile └── PKGBUILD ├── mingw-w64-python-openmdao └── PKGBUILD ├── mingw-w64-python-openpyxl ├── LICENSE └── PKGBUILD ├── mingw-w64-python-packaging └── PKGBUILD ├── mingw-w64-python-pandas └── PKGBUILD ├── mingw-w64-python-path └── PKGBUILD ├── mingw-w64-python-pathlib2 └── PKGBUILD ├── mingw-w64-python-patsy └── PKGBUILD ├── mingw-w64-python-pbr ├── PKGBUILD ├── pbr2-i686.install ├── pbr2-x86_64.install ├── pbr3-i686.install └── pbr3-x86_64.install ├── mingw-w64-python-pdfrw └── PKGBUILD ├── mingw-w64-python-pgen2 └── PKGBUILD ├── mingw-w64-python-pickleshare └── PKGBUILD ├── mingw-w64-python-pillow ├── 001-freeze-support.patch ├── 002-shared-openjpeg.patch ├── PKGBUILD └── dlopen-fix.patch ├── mingw-w64-python-pip ├── PKGBUILD ├── pip2-i686.install ├── pip2-x86_64.install ├── pip3-i686.install └── pip3-x86_64.install ├── mingw-w64-python-pluggy └── PKGBUILD ├── mingw-w64-python-ply ├── LICENSE └── PKGBUILD ├── mingw-w64-python-pptx └── PKGBUILD ├── mingw-w64-python-pretend └── PKGBUILD ├── mingw-w64-python-progress └── PKGBUILD ├── mingw-w64-python-prompt_toolkit └── PKGBUILD ├── mingw-w64-python-psutil ├── 0001-MSYS-Allow-detecting-when-running-on-MSYS.patch ├── 0002-msys-Fixes-for-msys2.patch └── PKGBUILD ├── mingw-w64-python-ptyprocess └── PKGBUILD ├── mingw-w64-python-py └── PKGBUILD ├── mingw-w64-python-pyamg └── PKGBUILD ├── mingw-w64-python-pyasn1-modules └── PKGBUILD ├── mingw-w64-python-pyasn1 └── PKGBUILD ├── mingw-w64-python-pycparser └── PKGBUILD ├── mingw-w64-python-pygments ├── PKGBUILD ├── pygments2-i686.install ├── pygments2-x86_64.install ├── pygments3-i686.install └── pygments3-x86_64.install ├── mingw-w64-python-pyopenssl └── PKGBUILD ├── mingw-w64-python-pyparsing └── PKGBUILD ├── mingw-w64-python-pystemmer └── PKGBUILD ├── mingw-w64-python-pytest ├── PKGBUILD ├── pytest2-i686.install ├── pytest2-x86_64.install ├── pytest3-i686.install └── pytest3-x86_64.install ├── mingw-w64-python-pytz └── PKGBUILD ├── mingw-w64-python-pywavelets └── PKGBUILD ├── mingw-w64-python-pywin32 ├── 001-compile-and-setup-fixes.patch └── PKGBUILD ├── mingw-w64-python-pyzmq ├── 001-mingw-python.patch └── PKGBUILD ├── mingw-w64-python-qtconsole └── PKGBUILD ├── mingw-w64-python-reportlab ├── 0001-Do-not-specialcase-quote-LIBART_VERSION-on-Windows.patch └── PKGBUILD ├── mingw-w64-python-requests └── PKGBUILD ├── mingw-w64-python-rst2pdf └── PKGBUILD ├── mingw-w64-python-scandir └── PKGBUILD ├── mingw-w64-python-scipy └── PKGBUILD ├── mingw-w64-python-setuptools-scm └── PKGBUILD ├── mingw-w64-python-setuptools ├── 0001-mingw-python-fix.patch ├── 0002-Allow-usr-bin-env-in-script.patch ├── 0003-MinGW-w64-Look-in-same-dir-as-script-for-exe.patch ├── 0004-dont-execute-msvc.patch └── PKGBUILD ├── mingw-w64-python-simplegeneric └── PKGBUILD ├── mingw-w64-python-six └── PKGBUILD ├── mingw-w64-python-snowballstemmer └── PKGBUILD ├── mingw-w64-python-sphinx-alabaster-theme └── PKGBUILD ├── mingw-w64-python-sphinx ├── PKGBUILD ├── sphinx2-i686.install ├── sphinx2-x86_64.install ├── sphinx3-i686.install └── sphinx3-x86_64.install ├── mingw-w64-python-sphinx_rtd_theme └── PKGBUILD ├── mingw-w64-python-sphinxcontrib-websupport └── PKGBUILD ├── mingw-w64-python-sqlitedict └── PKGBUILD ├── mingw-w64-python-statsmodels └── PKGBUILD ├── mingw-w64-python-tornado └── PKGBUILD ├── mingw-w64-python-traitlets └── PKGBUILD ├── mingw-w64-python-urllib3 └── PKGBUILD ├── mingw-w64-python-virtualenv ├── PKGBUILD ├── virtualenv2-i686.install ├── virtualenv2-x86_64.install ├── virtualenv3-i686.install └── virtualenv3-x86_64.install ├── mingw-w64-python-wcwidth └── PKGBUILD ├── mingw-w64-python-webencodings └── PKGBUILD ├── mingw-w64-python-wheel ├── PKGBUILD ├── wheel2-i686.install ├── wheel2-x86_64.install ├── wheel3-i686.install └── wheel3-x86_64.install ├── mingw-w64-python-whoosh └── PKGBUILD ├── mingw-w64-python-win_unicode_console └── PKGBUILD ├── mingw-w64-python-wrapt └── PKGBUILD ├── mingw-w64-python-xdg └── PKGBUILD ├── mingw-w64-python-xlsxwriter └── PKGBUILD ├── mingw-w64-python-yaml ├── PKGBUILD └── python-yaml.install ├── mingw-w64-python-zope.event └── PKGBUILD ├── mingw-w64-python-zope.interface └── PKGBUILD ├── mingw-w64-python2-backports.shutil_get_terminal_size └── PKGBUILD ├── mingw-w64-python2-backports └── PKGBUILD ├── mingw-w64-python2-beautifulsoup3 └── PKGBUILD ├── mingw-w64-python2-cjson └── PKGBUILD ├── mingw-w64-python2-enum └── PKGBUILD ├── mingw-w64-python2-enum34 └── PKGBUILD ├── mingw-w64-python2-ipaddress └── PKGBUILD ├── mingw-w64-python2-ipython ├── 0001-unimplemented-readline-calls.patch └── PKGBUILD ├── mingw-w64-python2-pygtk ├── 001-python27.patch ├── 002-no-undefined.patch ├── 003-python-m4.patch ├── 004-pygtk-demo.patch └── PKGBUILD ├── mingw-w64-python2-typing └── PKGBUILD ├── mingw-w64-python2 ├── 0000-make-_sysconfigdata.py-relocatable.patch ├── 0001-fix-_nt_quote_args-using-subprocess-list2cmdline.patch ├── 0100-MINGW-BASE-use-NT-thread-model.patch ├── 0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch ├── 0120-MINGW-use-header-in-lowercase.patch ├── 0130-MINGW-configure-MACHDEP-and-platform-for-build.patch ├── 0140-MINGW-preset-configure-defaults.patch ├── 0150-MINGW-configure-largefile-support-for-windows-builds.patch ├── 0160-MINGW-add-wincrypt.h-in-Python-random.c.patch ├── 0180-MINGW-init-system-calls.patch ├── 0190-MINGW-detect-REPARSE_DATA_BUFFER.patch ├── 0200-MINGW-build-in-windows-modules-winreg.patch ├── 0210-MINGW-determine-if-pwdmodule-should-be-used.patch ├── 0220-MINGW-default-sys.path-calculations-for-windows-plat.patch ├── 0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch ├── 0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch ├── 0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch ├── 0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch ├── 0300-MINGW-configure-for-shared-build.patch ├── 0310-MINGW-dynamic-loading-support.patch ├── 0320-MINGW-implement-exec-prefix.patch ├── 0330-MINGW-ignore-main-program-for-frozen-scripts.patch ├── 0340-MINGW-setup-exclude-termios-module.patch ├── 0350-MINGW-setup-_multiprocessing-module.patch ├── 0360-MINGW-setup-select-module.patch ├── 0370-MINGW-setup-_ctypes-module-with-system-libffi.patch ├── 0380-MINGW-defect-winsock2-and-setup-_socket-module.patch ├── 0390-MINGW-exclude-unix-only-modules.patch ├── 0400-MINGW-setup-msvcrt-module.patch ├── 0410-MINGW-build-extensions-with-GCC.patch ├── 0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch ├── 0430-MINGW-find-import-library.patch ├── 0440-MINGW-setup-_ssl-module.patch ├── 0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch ├── 0462-MINGW-support-stdcall-without-underscore.patch ├── 0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch ├── 0490-MINGW-customize-site.patch ├── 0500-add-python-config-sh.patch ├── 0510-cross-darwin-feature.patch ├── 0520-py3k-mingw-ntthreads-vs-pthreads.patch ├── 0530-mingw-system-libffi.patch ├── 0540-mingw-semicolon-DELIM.patch ├── 0550-mingw-regen-use-stddef_h.patch ├── 0560-mingw-use-posix-getpath.patch ├── 0565-mingw-add-ModuleFileName-dir-to-PATH.patch ├── 0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch ├── 0580-mingw32-test-REPARSE_DATA_BUFFER.patch ├── 0590-mingw-INSTALL_SHARED-LDLIBRARY-LIBPL.patch ├── 0600-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch ├── 0610-msys-cygwin-semi-native-build-sysconfig.patch ├── 0620-mingw-sysconfig-like-posix.patch ├── 0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch ├── 0640-mingw-x86_64-size_t-format-specifier-pid_t.patch ├── 0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch ├── 0660-mingw-use-backslashes-in-compileall-py.patch ├── 0670-msys-convert_path-fix-and-root-hack.patch ├── 0690-allow-static-tcltk.patch ├── 0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch ├── 0720-mingw-pdcurses_ISPAD.patch ├── 0740-grammar-fixes.patch ├── 0750-Add-interp-Python-DESTSHARED-to-PYTHONPATH-b4-pybuilddir-txt-dir.patch ├── 0760-msys-monkeypatch-os-system-via-sh-exe.patch ├── 0770-msys-replace-slashes-used-in-io-redirection.patch ├── 0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch ├── 0800-mingw-install-layout-as-posix.patch ├── 0820-mingw-reorder-bininstall-ln-symlink-creation.patch ├── 0830-add-build-sysroot-config-option.patch ├── 0840-add-builddir-to-library_dirs.patch ├── 0845-Remove-compiler-lib-dirs-from-extension-lib-dirs.patch ├── 0850-cross-PYTHON_FOR_BUILD-gteq-276-and-fullpath-it.patch ├── 0855-mingw-fix-ssl-dont-use-enum_certificates.patch ├── 0860-mingw-build-optimized-ext.patch ├── 0870-mingw-add-LIBPL-to-library-dirs.patch ├── 0910-fix-using-dllhandle-and-winver-mingw.patch ├── 0970-Add-AMD64-to-sys-config-so-msvccompiler-get_build_version-works.patch ├── 0980-mingw-readline-features-skip.patch ├── 1000-dont-link-with-gettext.patch ├── 1010-ctypes-python-dll.patch ├── 1020-gdbm-module-includes.patch ├── 1030-use-gnu_printf-in-format.patch ├── 1040-install-msilib.patch ├── 1050-skip-add-db-includes-for-win.patch ├── 2000-distutils-add-windmc-to-cygwinccompiler.patch ├── 2700-cygpty-isatty-disable-readline.patch ├── 2701-disable-broken-gdbm-module.patch └── PKGBUILD ├── mingw-w64-python3-entrypoints └── PKGBUILD ├── mingw-w64-python3-ipython └── PKGBUILD ├── mingw-w64-python3-jupyter-nbformat └── PKGBUILD ├── mingw-w64-python3 ├── 0000-make-_sysconfigdata.py-relocatable.patch ├── 0001-fix-_nt_quote_args-using-subprocess-list2cmdline.patch ├── 0100-MINGW-BASE-use-NT-thread-model.patch ├── 0110-MINGW-translate-gcc-internal-defines-to-python-platf.patch ├── 0130-MINGW-configure-MACHDEP-and-platform-for-build.patch ├── 0140-MINGW-preset-configure-defaults.patch ├── 0150-MINGW-configure-largefile-support-for-windows-builds.patch ├── 0170-MINGW-add-srcdir-PC-to-CPPFLAGS.patch ├── 0180-MINGW-init-system-calls.patch ├── 0200-MINGW-build-in-windows-modules-winreg.patch ├── 0210-MINGW-determine-if-pwdmodule-should-be-used.patch ├── 0220-MINGW-default-sys.path-calculations-for-windows-plat.patch ├── 0230-MINGW-AC_LIBOBJ-replacement-of-fileblocks.patch ├── 0240-MINGW-use-main-to-start-execution.patch ├── 0250-MINGW-compiler-customize-mingw-cygwin-compilers.patch ├── 0260-MINGW-compiler-enable-new-dtags.patch ├── 0270-CYGWIN-issue13756-Python-make-fail-on-cygwin.patch ├── 0290-issue6672-v2-Add-Mingw-recognition-to-pyport.h-to-al.patch ├── 0300-MINGW-configure-for-shared-build.patch ├── 0310-MINGW-dynamic-loading-support.patch ├── 0320-MINGW-implement-exec-prefix.patch ├── 0330-MINGW-ignore-main-program-for-frozen-scripts.patch ├── 0340-MINGW-setup-exclude-termios-module.patch ├── 0350-MINGW-setup-_multiprocessing-module.patch ├── 0360-MINGW-setup-select-module.patch ├── 0370-MINGW-setup-_ctypes-module-with-system-libffi.patch ├── 0380-MINGW-defect-winsock2-and-setup-_socket-module.patch ├── 0390-MINGW-exclude-unix-only-modules.patch ├── 0400-MINGW-setup-msvcrt-and-_winapi-modules.patch ├── 0410-MINGW-build-extensions-with-GCC.patch ├── 0420-MINGW-use-Mingw32CCompiler-as-default-compiler-for-m.patch ├── 0430-MINGW-find-import-library.patch ├── 0440-MINGW-setup-_ssl-module.patch ├── 0460-MINGW-generalization-of-posix-build-in-sysconfig.py.patch ├── 0462-MINGW-support-stdcall-without-underscore.patch ├── 0464-use-replace-instead-rename-to-avoid-failure-on-windo.patch ├── 0470-MINGW-avoid-circular-dependency-from-time-module-dur.patch ├── 0480-MINGW-generalization-of-posix-build-in-distutils-sys.patch ├── 0490-MINGW-customize-site.patch ├── 0500-add-python-config-sh.patch ├── 0510-cross-darwin-feature.patch ├── 0520-py3k-mingw-ntthreads-vs-pthreads.patch ├── 0530-mingw-system-libffi.patch ├── 0540-mingw-semicolon-DELIM.patch ├── 0555-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch ├── 0560-mingw-use-posix-getpath.patch ├── 0565-mingw-add-ModuleFileName-dir-to-PATH.patch ├── 0570-mingw-add-BUILDIN_WIN32_MODULEs-time-msvcrt.patch ├── 0610-msys-cygwin-semi-native-build-sysconfig.patch ├── 0620-mingw-sysconfig-like-posix.patch ├── 0630-mingw-_winapi_as_builtin_for_Popen_in_cygwinccompiler.patch ├── 0640-mingw-x86_64-size_t-format-specifier-pid_t.patch ├── 0650-cross-dont-add-multiarch-paths-if-cross-compiling.patch ├── 0660-mingw-use-backslashes-in-compileall-py.patch ├── 0670-msys-convert_path-fix-and-root-hack.patch ├── 0690-allow-static-tcltk.patch ├── 0710-CROSS-properly-detect-WINDOW-_flags-for-different-nc.patch ├── 0720-mingw-pdcurses_ISPAD.patch ├── 0730-mingw-fix-ncurses-module.patch ├── 0740-grammar-fixes.patch ├── 0750-builddir-fixes.patch ├── 0760-msys-monkeypatch-os-system-via-sh-exe.patch ├── 0770-msys-replace-slashes-used-in-io-redirection.patch ├── 0790-mingw-add-_exec_prefix-for-tcltk-dlls.patch ├── 0800-mingw-install-layout-as-posix.patch ├── 0810-remove_path_max.default.patch ├── 0820-dont-link-with-gettext.patch ├── 0830-ctypes-python-dll.patch ├── 0840-gdbm-module-includes.patch ├── 0850-use-gnu_printf-in-format.patch ├── 0860-fix-_Py_CheckPython3-prototype.patch ├── 0870-mingw-fix-ssl-dont-use-enum_certificates.patch ├── 0890-mingw-build-optimized-ext.patch ├── 0900-cygwinccompiler-dont-strip-modules-if-pydebug.patch ├── 0910-fix-using-dllhandle-and-winver-mingw.patch ├── 0920-mingw-add-LIBPL-to-library-dirs.patch ├── 0930-mingw-w64-build-overlapped-module.patch ├── 0940-mingw-w64-Also-define-_Py_BEGIN_END_SUPPRESS_IPH-when-Py_BUILD_CORE_MODULE.patch ├── 0950-mingw-w64-XP3-compat-GetProcAddress-GetTickCount64.patch ├── 0960-mingw-w64-XP3-compat-GetProcAddress-GetFinalPathNameByHandleW.patch ├── 0970-Add-AMD64-to-sys-config-so-msvccompiler-get_build_version-works.patch ├── 0980-mingw-readline-features-skip.patch ├── 0990-MINGW-link-with-additional-library.patch ├── 1010-install-msilib.patch ├── 1500-mingw-w64-dont-look-in-DLLs-folder-for-python-dll.patch ├── 1600-fix-disable-blake2-sse.patch ├── 1610-fix-have-wspawnv.patch ├── 1620-fix-signal-module-build.patch ├── 1630-build-winconsoleio.patch ├── 1640-dont-include-consoleapi-h.patch ├── 1650-expose-sem_unlink.patch ├── 1690-need-win7-headers.patch ├── 1700-cygpty-isatty-disable-readline.patch ├── 1701-disable-broken-gdbm-module.patch ├── 1800-link-win-resource-files-and-build-pythonw.patch ├── PKGBUILD └── smoketests.py ├── mingw-w64-qbittorrent └── PKGBUILD ├── mingw-w64-qbs-git ├── 0001-add-hostosinfo.h-to-installed-headers.1.3.4.patch ├── 0001-add-hostosinfo.h-to-installed-headers.1.4.patch ├── 0001-add-hostosinfo.h-to-installed-headers.master.patch ├── 0002-WIP-Xcode-generator.1.3.4.patch ├── 0002-WIP-Xcode-generator.1.4.patch ├── 0002-WIP-Xcode-generator.master.patch ├── 0003-add-generator-header-installs.1.3.4.patch ├── 0003-add-generator-header-installs.1.4.patch ├── 0003-add-generator-header-installs.master.patch ├── 0004-Use-.dll.a-instead-of-.a-for-mingw-import-lib.master.patch ├── 0004-Use-.dll.a-instead-of-.a-for-mingw-import-libr.1.3.4.patch ├── 0004-Use-.dll.a-instead-of-.a-for-mingw-import-librar.1.4.patch ├── 0005-setup-toolchains-Pretend-msys-is-mingw.1.3.4.patch ├── 0005-setup-toolchains-Pretend-msys-is-mingw.1.4.patch ├── 0005-setup-toolchains-Pretend-msys-is-mingw.master.patch ├── 0006-add-commandechomode.h-to-installed-headers.1.4.patch ├── 0007-add-many-files-to-installed-headers.1.4.patch ├── 0008-Disable-QT_NO_CAST_FROM_ASCII-due-to-Xcode-gener.1.4.patch ├── 0009-win32-Don-t-specify-LIBS-Psapi.lib-just-psapi.1.4.patch ├── 0010-Disable-WIP-Xcode-generator.1.4.patch ├── PKGBUILD └── manifest ├── mingw-w64-qbs ├── 0001-add-hostosinfo.h-to-installed-headers.1.4.patch ├── 0003-add-generator-header-installs.1.4.patch ├── 0004-Use-.dll.a-instead-of-.a-for-mingw-import-librar.1.4.patch ├── 0005-setup-toolchains-Pretend-msys-is-mingw.1.4.patch ├── 0006-Add-some-missing-files.1.4.patch ├── 0007-add-commandechomode.h-to-installed-headers.1.4.patch ├── 0008-add-many-files-to-installed-headers.1.4.patch ├── 0009-fix-installed-headers-list.patch ├── PKGBUILD └── manifest ├── mingw-w64-qca-qt4-git ├── PKGBUILD ├── cyrus_sasl_linking.patch ├── find_nss_cmake.patch ├── qca-mingw-custom-certificates.patch ├── qca-mingw-pkg-config.patch ├── qca-qt4-git-i686.install ├── qca-qt4-git-x86_64.install └── qt4-custom-dirs.patch ├── mingw-w64-qca-qt5-git ├── PKGBUILD ├── cyrus_sasl_linking.patch ├── find_nss_cmake.patch ├── qca-mingw-custom-certificates.patch ├── qca-mingw-pkg-config.patch ├── qca-qt5-git-i686.install ├── qca-qt5-git-x86_64.install └── qt5-custom-dirs.patch ├── mingw-w64-qemu └── PKGBUILD ├── mingw-w64-qhttpengine └── PKGBUILD ├── mingw-w64-qhull-git ├── 0001-MSYS2-Adopt-FHS-layout-in-cmake.patch ├── 0002-resolve-conflict-system-io_h.patch └── PKGBUILD ├── mingw-w64-qjson-qt4 ├── PKGBUILD ├── qjson-qt4-i686.install └── qjson-qt4-x86_64.install ├── mingw-w64-qmdnsengine └── PKGBUILD ├── mingw-w64-qpdf ├── 0001-fix-printf-on-mingw-w64.patch ├── 0002-enable-advapi32-mingw.patch ├── 0003-install-rule.patch └── PKGBUILD ├── mingw-w64-qrencode └── PKGBUILD ├── mingw-w64-qrupdate-svn └── PKGBUILD ├── mingw-w64-qscintilla ├── PKGBUILD ├── configure.py-objdir-support.diff ├── qmake-install-paths.patch └── run-command-via-sh.patch ├── mingw-w64-qt-creator ├── 0001-autotools-Set-a-default-buildDir.patch ├── PKGBUILD ├── qt-creator-3.0.0-path-quote.patch ├── qt-creator-3.2.0-Allow-iOS-plugin-on-any-platform.patch ├── qt-creator-3.2.0-Allow-static-clang-via-LLVM_STATIC-env-var.patch ├── qt-creator-3.2.0-Define-QBS_INSTALL_DIR-as-relative-path.patch ├── qt-creator-3.2.0-MSYS2-autotools-run-shell-scripts-via-sh.patch ├── qt-creator-3.2.0-autotools-allow-non-Automake-Makefile-in-projects.patch ├── qt-creator-3.5.0-Hacky-fix-for-__GNUC_PREREQ-usage.patch ├── qt-creator-3.5.0-shellquote-declspec-dllexport-for-unix-shell.patch ├── qt-creator-3.5.1-Use-systemEnvironment-For-Start-and-Debug-External-Application.patch ├── qt-creator-4.3.0-qbs-CONFIG-add-qbs_enable_project_file_updates.patch ├── qt-creator-i686.install └── qt-creator-x86_64.install ├── mingw-w64-qt-installer-framework-git ├── 0002-add-installation-stuff-to-pro-files.patch ├── 0003-add-recursive-option-to-rmdir-operation.patch ├── 0004-add-dirExists-fuction.patch ├── 0005-Fix-RunProgram-variable-substitution.patch ├── 0006-Don-t-remove-files-that-live-outside-of-path.patch ├── 0007-Don-t-prevent-qmake-linking-qmltooling-plugin.patch ├── 0008-Use-QTPLUGIN-qminimal-on-Windows-too.patch ├── 0009-Add-explicit-platform-commandline-option.patch └── PKGBUILD ├── mingw-w64-qt-solutions-git ├── 0001-Don-t-install-the-libraries-in-win32.patch └── PKGBUILD ├── mingw-w64-qt3dstudio-git ├── 0001-Fix-building-Qt3DStudio-with-mingw.patch ├── 0002-Use-pragma-directives-only-for-MSVC-builds.patch ├── 0003-Fix-install-locations.patch ├── 0020-Fix-warnings-and-building-colladadom-for-mingw.patch ├── 0021-Build-lua-as-static-library.patch └── PKGBUILD ├── mingw-w64-qt4 ├── PKGBUILD ├── qt-4-8-makefile_generator_gen_pkgconfig_fix_mingw.patch ├── qt-4.6-demo-plugandpaint.patch ├── qt-4.8.0-fix-include-windows-h.patch ├── qt-4.8.0-fix-javascript-jit-on-mingw-x86_64.patch ├── qt-4.8.0-fix-mysql-driver-build.patch ├── qt-4.8.0-no-webkit-tests.patch ├── qt-4.8.0-use-fbclient-instead-gds32.patch ├── qt-4.8.1-fix-activeqt-compilation.patch ├── qt-4.8.1-linguist_qmake-qt4.patch ├── qt-4.8.3-assistant-4.8.2+gcc-4.7.patch ├── qt-4.8.3-qmake-cmd-mkdir-slash-direction.patch ├── qt-4.8.4-fix-sse-suppport-build-regression.patch ├── qt-4.8.5-dont-set-qt-dll-define-for-static-builds.patch ├── qt-4.8.5-qmake-implib.patch ├── qt-4.8.6-use-force-with-shell-commands.patch ├── qt-4.8.7-MinGW-w64-fix-qmng-define-MNG_USE_DLL-and-use-MNG_DECL.patch ├── qt-4.8.7-dont-add-resource-files-to-qmake-libs.patch ├── qt-4.8.7-fix-testcon-static-compile.patch ├── qt-4.8.7-mingw-configure.patch ├── qt-4.8.7-mingw-unix-tests.patch ├── qt-4.8.x-win32-g++-mkspec-optimization.patch ├── qt4-build-debug-qmake.patch ├── qt4-fix-linking-against-static-dbus.patch ├── qt4-i686.install ├── qt4-merge-static-and-shared-library-trees.patch ├── qt4-use-correct-pkg-config-static-flags.patch └── qt4-x86_64.install ├── mingw-w64-qt5-git ├── 0001-qt-5.6-oracle-driver-prompt.patch ├── 0001-qt-5.8.0-fix-sql-libraries-mingw.patch ├── 0001-qt-5.9.1-fix-sql-libraries-mingw.patch ├── 0002-qt-5.6-use-fbclient-instead-of-gds32.patch ├── 0002-qt-5.8.0-configure-gcc-before-clang.patch ├── 0002-qt-5.8.1-configure-gcc-before-clang.patch ├── 0003-qt-5.6-use-mingw-built-mysql-library.patch ├── 0003-qt-5.8.0-autodetect-fontconfig.patch ├── 0005-qt-5.3.0-syncqt-fix.patch ├── 0006-qt-5.3.0-win_flex-replace.patch ├── 0007-qt-5.3.0-win32-g-Enable-static-builds.patch ├── 0007-qt-5.9.0-win32-g-Enable-static-builds.patch ├── 0008-qt-5.3.0-win32-g-Add-QMAKE_EXTENSION_IMPORTLIB-defaulting-to-.patch ├── 0011-qt-5.6-win32-g++-allow-static-dbus-1.patch ├── 0011-qt-5.8.0-mingw-dbus-and-pkg-config.patch ├── 0012-qt-5.6-compileTest-for-icu-after-setting-static-or-shared.patch ├── 0014-qt-5.6-fix-configure-tests.patch ├── 0015-qt-5.6-properly-split-libraries-mingw.patch ├── 0016-qt-5.6-win32-g++-use-qpa-genericunixfontdatabase.patch ├── 0016-qt-5.8.0-win32-g++-use-qpa-genericunixfontdatabase.patch ├── 0017-qt-5.3.0-fix-examples-building.patch ├── 0020-qt-5.3.0-use-external-angle-library.patch ├── 0023-qt-5.3.0-env-set-external-angle.patch ├── 0024-qt-5.3.0-icu-add-U_LIB_SUFFIX_C_NAME.patch ├── 0024-qt-5.9.2-icu-add-U_LIB_SUFFIX_C_NAME.patch ├── 0025-qt-5.6-force-using-make-on-msys.patch ├── 0025-qt-5.8.0-force-using-make-on-msys.patch ├── 0028-qt-5.8.0-Revert-untangle-use-of-system-vs.-shell-path-list-se.patch ├── 0029-qt-5.8.0-Revert-fix-quoting-and-path-separators-in-qtPrepareT.patch ├── 0030-qt-5.3.1-workaround-ansidecl-h-PTR-define-conflict.patch ├── 0031-qt-5.5.0-workaround-BOOL-define-conflict.patch ├── 0034-qt-5.3.2-Use-QMAKE_PREFIX_STATICLIB-in-create_cmake-prf.patch ├── 0035-qt-5.3.2-dont-add-resource-files-to-qmake-libs.patch ├── 0036-qt-5.3.2-win32-qt5-static-cmake-link-ws2_32-and--static.patch ├── 0037-qt-5.4.0-Improve-cmake-plugin-detection-as-not-all-are-suffixed-Plugin.patch ├── 0038-qt-5.5.0-cmake-Rearrange-STATIC-vs-INTERFACE-targets.patch ├── 0039-qt-5.4.0-Make-it-possible-to-use-static-builds-of-Qt-with-CMa.patch ├── 0040-qt-5.4.0-Generate-separated-libraries-in-prl-files-for-CMake.patch ├── 0041-qt-5.4.0-Fix-mingw-create_cmake-prl-file-has-no-lib-prefix.patch ├── 0042-qt-5.4.0-static-cmake-also-link-plugins-and-plugin-deps.patch ├── 0043-qt-5.5.0-static-cmake-regex-QT_INSTALL_LIBS-in-QMAKE_PRL_LIBS_FOR_CMAKE.patch ├── 0045-qt-5.4.1-static-use-qminimal-platform-plugin-for-qcollectiongenerator.patch ├── 0046-qt-5.4.1-Revert-Revert-fix-NTFS-mount-points.patch ├── 0046-qt-5.6-Revert-Revert-fix-NTFS-mount-points.patch ├── 0048-qt-5.4.2-win32-Avoid-platformNativeInterface-segfaults-with-minimal-platform.patch ├── 0049-do-not-include-qopengles2ext-h.patch ├── 0049-qt-5.8.0-win32-do-not-use-fontconfig.patch ├── 0049-qt-5.9.0-win32-do-not-use-fontconfig.patch ├── 0051-qt-5.9.0-disable-qtlocation-mapboxgl-plugin.patch ├── 0051-qt-5.9.1-disable-qtlocation-mapboxgl-plugin.patch ├── 0125-qt-5.8.0-windeployqt-fixes.patch ├── 0125-qt-5.9.0-windeployqt-fixes.patch ├── 0300-qt-5.8.0-cast-errors.patch ├── PKGBUILD └── qt5.install ├── mingw-w64-qt5-static ├── 0001-Add-link-time-optimization-support-for-Clang-GCC-and.patch ├── 0001-qt-5.8.0-fix-sql-libraries-mingw.patch ├── 0002-qt-5.8.0-configure-gcc-before-clang.patch ├── 0003-qt-5.8.0-autodetect-fontconfig.patch ├── 0005-qt-5.3.0-syncqt-fix.patch ├── 0006-qt-5.3.0-win_flex-replace.patch ├── 0007-qt-5.3.0-win32-g-Enable-static-builds.patch ├── 0008-qt-5.3.0-win32-g-Add-QMAKE_EXTENSION_IMPORTLIB-defaulting-to-.patch ├── 0009-qt-5.3.0-qmlimportscanner-Ensure-the-correct-variant-is-run.patch ├── 0010-qt-5.3.0-qdoc-increase-stack-size-for-win32-g-too.patch ├── 0011-qt-5.8.0-mingw-dbus-and-pkg-config.patch ├── 0016-qt-5.8.0-win32-g++-use-qpa-genericunixfontdatabase.patch ├── 0017-qt-5.3.0-fix-examples-building.patch ├── 0020-qt-5.3.0-use-external-angle-library.patch ├── 0023-qt-5.3.0-env-set-external-angle.patch ├── 0024-qt-5.3.0-icu-add-U_LIB_SUFFIX_C_NAME.patch ├── 0025-qt-5.8.0-force-using-make-on-msys.patch ├── 0028-qt-5.8.0-Revert-untangle-use-of-system-vs.-shell-path-list-se.patch ├── 0029-qt-5.8.0-Revert-fix-quoting-and-path-separators-in-qtPrepareT.patch ├── 0030-qt-5.3.1-workaround-ansidecl-h-PTR-define-conflict.patch ├── 0031-qt-5.5.0-workaround-BOOL-define-conflict.patch ├── 0034-qt-5.3.2-Use-QMAKE_PREFIX_STATICLIB-in-create_cmake-prf.patch ├── 0035-qt-5.3.2-dont-add-resource-files-to-qmake-libs.patch ├── 0036-qt-5.3.2-win32-qt5-static-cmake-link-ws2_32-and--static.patch ├── 0037-qt-5.4.0-Improve-cmake-plugin-detection-as-not-all-are-suffixed-Plugin.patch ├── 0038-qt-5.5.0-cmake-Rearrange-STATIC-vs-INTERFACE-targets.patch ├── 0039-qt-5.4.0-Make-it-possible-to-use-static-builds-of-Qt-with-CMa.patch ├── 0040-qt-5.4.0-Generate-separated-libraries-in-prl-files-for-CMake.patch ├── 0041-qt-5.4.0-Fix-mingw-create_cmake-prl-file-has-no-lib-prefix.patch ├── 0042-qt-5.4.0-static-cmake-also-link-plugins-and-plugin-deps.patch ├── 0043-qt-5.5.0-static-cmake-regex-QT_INSTALL_LIBS-in-QMAKE_PRL_LIBS_FOR_CMAKE.patch ├── 0044-qt-5.4.0-win32-g++-enable-qtwebengine-build.patch ├── 0045-qt-5.4.1-static-use-qminimal-platform-plugin-for-qcollectiongenerator.patch ├── 0046-qt-5.4.1-Revert-Revert-fix-NTFS-mount-points.patch ├── 0048-qt-5.4.2-win32-Avoid-platformNativeInterface-segfaults-with-minimal-platform.patch ├── 0049-qt-5.8.0-win32-do-not-use-fontconfig.patch ├── 0050-qt-5.5.1-fix-the-trailing-backslash-in-DESTDIR-on-mingw-worka.patch ├── 0051-qt-5.9.1-disable-qtlocation-mapboxgl-plugin.patch ├── 0125-qt5-windeployqt-fixes.patch ├── 0300-qt-5.8.0-cast-errors.patch ├── PKGBUILD ├── qml_static_plugins.patch ├── qt5-i686.install └── qt5-x86_64.install ├── mingw-w64-qt5 ├── 0001-Add-link-time-optimization-support-for-Clang-GCC-and.patch ├── 0001-qt-5.8.0-fix-sql-libraries-mingw.patch ├── 0002-qt-5.8.0-configure-gcc-before-clang.patch ├── 0003-qt-5.8.0-autodetect-fontconfig.patch ├── 0005-qt-5.3.0-syncqt-fix.patch ├── 0006-qt-5.3.0-win_flex-replace.patch ├── 0007-qt-5.3.0-win32-g-Enable-static-builds.patch ├── 0008-qt-5.3.0-win32-g-Add-QMAKE_EXTENSION_IMPORTLIB-defaulting-to-.patch ├── 0009-qt-5.3.0-qmlimportscanner-Ensure-the-correct-variant-is-run.patch ├── 0010-qt-5.3.0-qdoc-increase-stack-size-for-win32-g-too.patch ├── 0011-qt-5.8.0-mingw-dbus-and-pkg-config.patch ├── 0016-qt-5.8.0-win32-g++-use-qpa-genericunixfontdatabase.patch ├── 0017-qt-5.3.0-fix-examples-building.patch ├── 0020-qt-5.3.0-use-external-angle-library.patch ├── 0023-qt-5.3.0-env-set-external-angle.patch ├── 0024-qt-5.3.0-icu-add-U_LIB_SUFFIX_C_NAME.patch ├── 0025-qt-5.8.0-force-using-make-on-msys.patch ├── 0028-qt-5.8.0-Revert-untangle-use-of-system-vs.-shell-path-list-se.patch ├── 0029-qt-5.8.0-Revert-fix-quoting-and-path-separators-in-qtPrepareT.patch ├── 0030-qt-5.3.1-workaround-ansidecl-h-PTR-define-conflict.patch ├── 0031-qt-5.5.0-workaround-BOOL-define-conflict.patch ├── 0034-qt-5.3.2-Use-QMAKE_PREFIX_STATICLIB-in-create_cmake-prf.patch ├── 0035-qt-5.3.2-dont-add-resource-files-to-qmake-libs.patch ├── 0036-qt-5.3.2-win32-qt5-static-cmake-link-ws2_32-and--static.patch ├── 0037-qt-5.4.0-Improve-cmake-plugin-detection-as-not-all-are-suffixed-Plugin.patch ├── 0038-qt-5.5.0-cmake-Rearrange-STATIC-vs-INTERFACE-targets.patch ├── 0039-qt-5.4.0-Make-it-possible-to-use-static-builds-of-Qt-with-CMa.patch ├── 0040-qt-5.4.0-Generate-separated-libraries-in-prl-files-for-CMake.patch ├── 0041-qt-5.4.0-Fix-mingw-create_cmake-prl-file-has-no-lib-prefix.patch ├── 0042-qt-5.4.0-static-cmake-also-link-plugins-and-plugin-deps.patch ├── 0043-qt-5.5.0-static-cmake-regex-QT_INSTALL_LIBS-in-QMAKE_PRL_LIBS_FOR_CMAKE.patch ├── 0044-qt-5.4.0-win32-g++-enable-qtwebengine-build.patch ├── 0045-qt-5.4.1-static-use-qminimal-platform-plugin-for-qcollectiongenerator.patch ├── 0046-qt-5.4.1-Revert-Revert-fix-NTFS-mount-points.patch ├── 0048-qt-5.4.2-win32-Avoid-platformNativeInterface-segfaults-with-minimal-platform.patch ├── 0049-qt-5.8.0-win32-do-not-use-fontconfig.patch ├── 0050-qt-5.5.1-fix-the-trailing-backslash-in-DESTDIR-on-mingw-worka.patch ├── 0051-qt-5.9.1-disable-qtlocation-mapboxgl-plugin.patch ├── 0125-qt5-windeployqt-fixes.patch ├── 0300-qt-5.8.0-cast-errors.patch ├── PKGBUILD ├── qml_static_plugins.patch ├── qt5-i686.install └── qt5-x86_64.install ├── mingw-w64-qtbinpatcher ├── 001-minimize-files-touching.patch ├── PKGBUILD └── qtbinpatcher-2.2.0.tar.gz ├── mingw-w64-qtwebkit ├── 0001-gettickcount64-compatibility-xp.patch ├── 0003-qtwebkit-mfence-mingw.patch ├── 0004-msvc-bug-not-mingw.patch ├── 0005-fix-icu-find.patch ├── 0006-python-output-unix-line-endings.patch ├── 0008-fix-using-msys-perl.patch ├── 0009-missing-includes.patch ├── 0011-mingw-posix-layout-files.patch ├── 0014-disable-asm-win64.patch ├── 0201-add-proper-fullscreen-support.patch ├── 0202-install-private-headers-and-modules.patch ├── 0203-add-qtmultimedia-dependencies.patch ├── 0204-fix-build-with-icu-59.1.patch ├── 0205-make-size-debug-dll-tolerable.patch ├── 0300-fix-generating-module-files.patch └── PKGBUILD ├── mingw-w64-quantlib ├── PKGBUILD └── no-undefined.patch ├── mingw-w64-quarter-hg └── PKGBUILD ├── mingw-w64-quassel ├── 0001-MinGW-w64-Adopt-FHS-Layout.patch ├── 0002-fix-webkit-including.patch ├── 0004-use-pkg-config-mingw.patch └── PKGBUILD ├── mingw-w64-quazip ├── PKGBUILD └── mingw-build.patch ├── mingw-w64-qwt-qt4 ├── PKGBUILD ├── qwt-qt4-i686.install ├── qwt-qt4-x86_64.install └── qwtconfig-msys2.pri ├── mingw-w64-qwt-qt5 ├── PKGBUILD └── qwtconfig-msys2.pri ├── mingw-w64-qxmpp-qt4 └── PKGBUILD ├── mingw-w64-qxmpp └── PKGBUILD ├── mingw-w64-rabbitmq-c ├── 0001-librabbitmq-CMakeLists.txt.patch └── PKGBUILD ├── mingw-w64-ragel └── PKGBUILD ├── mingw-w64-rapidjson ├── 0001-Use-relative-paths-for-doxygen-outputs.patch ├── 0002-Add-CMake-check-for-MinGW.patch ├── 0003-Exclude-CMakeLists.txt-from-install-targets.patch ├── 0004-CMake-Install-compiled-example-executables.patch ├── 0005-implicit-fallthrough.patch └── PKGBUILD ├── mingw-w64-raptor2 ├── PKGBUILD └── no-undefined.patch ├── mingw-w64-rasqal └── PKGBUILD ├── mingw-w64-readline ├── PKGBUILD ├── readline-7.0-mingw.patch ├── readline63-001 ├── readline63-001.sig ├── readline63-002 ├── readline63-002.sig ├── readline63-003 ├── readline63-003.sig ├── readline63-004 ├── readline63-004.sig ├── readline63-005 ├── readline63-005.sig ├── readline63-006 ├── readline63-006.sig ├── readline63-007 ├── readline63-007.sig ├── readline63-008 ├── readline63-008.sig ├── readline70-001 ├── readline70-002 └── readline70-003 ├── mingw-w64-readosm └── PKGBUILD ├── mingw-w64-recode ├── 01-no-undefined.patch └── PKGBUILD ├── mingw-w64-redland └── PKGBUILD ├── mingw-w64-remake-git ├── PKGBUILD ├── make-getopt.patch └── make-linebuf-mingw.patch ├── mingw-w64-rhash ├── 001-mingw.patch └── PKGBUILD ├── mingw-w64-rocksdb ├── 0001-fix-get-version-on-windows.patch ├── 0002-suppress-unused-warnings.patch ├── 0003-add-with-gflags-option.patch ├── 0004-fix-generating-and-install-import-lib.patch └── PKGBUILD ├── mingw-w64-rtmpdump-git ├── 0001-mingw.mingw.patch ├── 0002-no-fPIC.mingw.patch ├── 0003-better-w32-threading.all.patch ├── 0004-gnu_printf.all.patch ├── 0005-fix-unused-var-warning.all.patch ├── 0006-deprecated-gnutls-type.all.patch ├── 0007-cast-appropriately-for-nettle.all.patch ├── 0008-unused-variable-warning-fix.all.patch ├── 0009-correct-cast.all.patch ├── 0011-fix-parallel-install.all.patch ├── 0012-no-sbin.patch ├── 0013-no-extra-dll.patch └── PKGBUILD ├── mingw-w64-rubberband ├── 01-mingw-shared.patch └── PKGBUILD ├── mingw-w64-ruby-cairo └── PKGBUILD ├── mingw-w64-ruby-dbus └── PKGBUILD ├── mingw-w64-ruby-native-package-installer └── PKGBUILD ├── mingw-w64-ruby-pkg-config └── PKGBUILD ├── mingw-w64-ruby ├── 0001-mingw-w64-time-functions.patch ├── 0002-use-gnu-printf.patch ├── 0003-fix-check-types.patch ├── 0004-rbinstall-destdir.patch └── PKGBUILD ├── mingw-w64-rust-git └── PKGBUILD ├── mingw-w64-rust ├── 0001-add-missing-libs.patch ├── PKGBUILD ├── fix-jemalloc.patch ├── force-curl-cargo.patch └── force-curl-rust.patch ├── mingw-w64-rxspencer └── PKGBUILD ├── mingw-w64-sassc └── PKGBUILD ├── mingw-w64-schroedinger ├── 0001-builddir-not-srcdir.all.patch ├── 0002-link-testsuite-to-orc-tmp.mingw.patch └── PKGBUILD ├── mingw-w64-scite-hg ├── .gitignore ├── 0001-Use-POSIX-tools-in-makefiles.patch ├── 0002-Prefix-library-names.patch ├── 0003-Use-FHS.patch └── PKGBUILD ├── mingw-w64-scite ├── 0001-Use-POSIX-tools-in-makefiles.patch ├── 0002-Prefix-library-names.patch ├── 0003-Use-FHS.patch └── PKGBUILD ├── mingw-w64-scummvm ├── 0001-mingw-w64-compilation-fix.patch └── PKGBUILD ├── mingw-w64-sed ├── PKGBUILD └── msvc_invalid_parameter_handler.patch ├── mingw-w64-seexpr ├── 0001-seexpr-2.11-fix-cxxflags.patch ├── 0002-seexpr-2.11-fix-inline-error.patch ├── 0003-seexpr-2.11-fix-dll-installation.patch └── PKGBUILD ├── mingw-w64-sfml ├── PKGBUILD └── mingw-w64-msys2.patch ├── mingw-w64-sgml-common ├── PKGBUILD ├── sgml-common-0.6.3-manpage-1.patch ├── sgml-common-0.6.3-sysconfdir.patch ├── sgml-common-i686.install └── sgml-common-x86_64.install ├── mingw-w64-shapelib └── PKGBUILD ├── mingw-w64-shared-mime-info ├── PKGBUILD ├── program.manifest ├── shared-mime-info-i686.install └── shared-mime-info-x86_64.install ├── mingw-w64-shiboken-qt4 ├── PKGBUILD ├── shiboken-i686.install ├── shiboken-python-3.5-support.patch ├── shiboken-x86_64.install └── shiboken.patch ├── mingw-w64-shine ├── 0001-shine-3.1.1-fix-include.patch └── PKGBUILD ├── mingw-w64-shishi-git ├── 002-gnulib.patch ├── 003-no-shishid.patch ├── 004-fix-download-po.patch └── PKGBUILD ├── mingw-w64-silc-toolkit ├── 001-remove-outdated-mno-cygwin-gcc-option.patch ├── 002-fixes-for-64-bit.patch ├── 003-fix-references-to-slash-usr.patch ├── 004-link-with-regex-and-silc.patch ├── 005-fix-some-compiler-check.patch ├── 006-disable-dllimport-for-silcske.patch └── PKGBUILD ├── mingw-w64-simage-hg └── PKGBUILD ├── mingw-w64-simvoleon-hg └── PKGBUILD ├── mingw-w64-sip ├── 0001-mingw-python.patch └── PKGBUILD ├── mingw-w64-smpeg ├── PKGBUILD └── no-undefined.patch ├── mingw-w64-smpeg2 └── PKGBUILD ├── mingw-w64-snappy └── PKGBUILD ├── mingw-w64-snoregrowl └── PKGBUILD ├── mingw-w64-snorenotify └── PKGBUILD ├── mingw-w64-soci ├── PKGBUILD └── soci-3.2.3.patch ├── mingw-w64-sofia-sip-git ├── 0001-add-mingw-support.patch ├── 0002-su-select-port.patch ├── 0003-inet-pton-ntop-fix.patch ├── 0004-add-su_win32_port.patch ├── 0005-add-no-undefined-flag.patch └── PKGBUILD ├── mingw-w64-soil └── PKGBUILD ├── mingw-w64-solid-qt5 └── PKGBUILD ├── mingw-w64-sonnet-qt5 └── PKGBUILD ├── mingw-w64-soqt-hg └── PKGBUILD ├── mingw-w64-soundtouch ├── 0001-no-undefined-on.mingw.patch ├── 0003-fix-docdir.mingw.patch └── PKGBUILD ├── mingw-w64-source-highlight └── PKGBUILD ├── mingw-w64-sparsehash └── PKGBUILD ├── mingw-w64-spatialite-tools └── PKGBUILD ├── mingw-w64-spdylay ├── PKGBUILD └── spdylay-1.4.0-fix-zlib.patch ├── mingw-w64-speex └── PKGBUILD ├── mingw-w64-speexdsp └── PKGBUILD ├── mingw-w64-spice-gtk ├── 001-win.patch └── PKGBUILD ├── mingw-w64-spice-protocol └── PKGBUILD ├── mingw-w64-spirv-tools └── PKGBUILD ├── mingw-w64-sqlcipher ├── 01-fix_dep.diff ├── 02-fix-tcl-find.patch └── PKGBUILD ├── mingw-w64-sqlheavy ├── 000-libvala.patch └── PKGBUILD ├── mingw-w64-sqlightning-git └── PKGBUILD ├── mingw-w64-sqlite-analyzer ├── LICENSE ├── PKGBUILD └── lemon.patch ├── mingw-w64-sqlite3 ├── LICENSE └── PKGBUILD ├── mingw-w64-srt ├── 0001-CMakeLists.txt-substitute-link-flags-for-package-nam.patch ├── 0003-add-implicit-link-libraries.patch └── PKGBUILD ├── mingw-w64-stxxl-git ├── 001-cmake-files-location.patch ├── 002-install-shared-lib.patch └── PKGBUILD ├── mingw-w64-styrene └── PKGBUILD ├── mingw-w64-suitesparse ├── 0001-mingw-w64-Use-a-not-lib-as-AR_TARGET-extension.patch ├── 0002-mingw-w64-Set-SO_OPTS--shared-move-dlls-create-import-libs.patch ├── 0003-mingw-w64-no-CUDA.patch ├── 0004-mingw-w64-install-static-libs.patch └── PKGBUILD ├── mingw-w64-swig ├── 001-relocate.patch ├── 002-fix-python-find.patch └── PKGBUILD ├── mingw-w64-syntax-highlighting-qt5 └── PKGBUILD ├── mingw-w64-szip ├── PKGBUILD ├── szip-default-import-suffix.patch ├── szip-fix-install-docs.patch └── szip-proper-library-names-mingw.patch ├── mingw-w64-taglib ├── PKGBUILD └── fix-finding-cppunit.patch ├── mingw-w64-tcl-nsf └── PKGBUILD ├── mingw-w64-tcl ├── 001-fix-relocation.patch ├── 002-fix-forbidden-colon-in-paths.mingw.patch ├── 004-use-system-zlib.mingw.patch ├── 005-no-xc.mingw.patch ├── 006-proper-implib-name.mingw.patch ├── 007-install.mingw.patch ├── 008-tcl-8.5.14-hidden.patch ├── 009-fix-using-gnu-print.patch ├── 010-dont-link-shared-with--static-libgcc.patch └── PKGBUILD ├── mingw-w64-tcllib └── PKGBUILD ├── mingw-w64-tclvfs ├── 001-fix-detect-mingw.patch └── PKGBUILD ├── mingw-w64-tclx ├── 001-fix-detect-mingw.patch ├── PKGBUILD └── random.c ├── mingw-w64-template-glib ├── 0001-win.patch └── PKGBUILD ├── mingw-w64-termcap └── PKGBUILD ├── mingw-w64-tesseract-data └── PKGBUILD ├── mingw-w64-tesseract-ocr ├── 001-proper-include-thread.patch └── PKGBUILD ├── mingw-w64-threadweaver-qt5 └── PKGBUILD ├── mingw-w64-thrift-git ├── 0001-thrift-build-option-defines.patch └── PKGBUILD ├── mingw-w64-tidy └── PKGBUILD ├── mingw-w64-tidyhtml ├── PKGBUILD ├── mappedio_sizecheck.patch └── version_fix.patch ├── mingw-w64-tiny-dnn ├── PKGBUILD └── build-fixes.patch ├── mingw-w64-tinyformat └── PKGBUILD ├── mingw-w64-tinyxml ├── PKGBUILD ├── entity.patch ├── tinyxml-2.5.3-stl.patch └── tinyxml.pc ├── mingw-w64-tinyxml2 └── PKGBUILD ├── mingw-w64-tk ├── 002-implib-name.mingw.patch ├── 003-fix-forbidden-colon-in-paths.mingw.patch ├── 004-install-man.mingw.patch ├── 006-prevent-tclStubsPtr-segfault.patch ├── 007-mingw-w64-compatibility-fix.patch ├── 008-dont-link-shared-with--static-libgcc.patch └── PKGBUILD ├── mingw-w64-tkimg ├── 001-compile-tif_jbig.patch ├── 002-dtplite_tcl.patch └── PKGBUILD ├── mingw-w64-tklib ├── 001-posix-layout.patch └── PKGBUILD ├── mingw-w64-tktable ├── 001-fix-detect-mingw.patch └── PKGBUILD ├── mingw-w64-tolua └── PKGBUILD ├── mingw-w64-tools-git └── PKGBUILD ├── mingw-w64-tor └── PKGBUILD ├── mingw-w64-totem-pl-parser ├── 001-win.patch └── PKGBUILD ├── mingw-w64-transmission ├── PKGBUILD └── skip-broken-cmake-rc.patch ├── mingw-w64-trompeloeil └── PKGBUILD ├── mingw-w64-ttf-dejavu ├── PKGBUILD └── remove-generic-name-assignment-and-aliasing.patch ├── mingw-w64-tulip ├── 001-fix-tulip-python-install.patch └── PKGBUILD ├── mingw-w64-twolame ├── 0001-mingw32-does-not-need-handholding.all.patch ├── 0002-no-undefined-on.mingw.patch ├── 0003-binary-stdin.all.patch ├── 0004-no-need-for-dllexport.mingw.patch ├── 0005-silent.mingw.patch └── PKGBUILD ├── mingw-w64-uchardet └── PKGBUILD ├── mingw-w64-udis86 └── PKGBUILD ├── mingw-w64-uhttpmock ├── 0001-wsock.patch ├── 0002-give-cc-to-gir-scanner.all.patch └── PKGBUILD ├── mingw-w64-unbound ├── PKGBUILD └── manifest ├── mingw-w64-unibilium ├── 0001-unibilium-msys-makefile.patch └── PKGBUILD ├── mingw-w64-unicorn └── PKGBUILD ├── mingw-w64-universal-ctags-git └── PKGBUILD ├── mingw-w64-unixodbc ├── 0001-unixodbc-2.3.4-int.patch └── PKGBUILD ├── mingw-w64-uriparser ├── PKGBUILD └── uriparser-0.8.4.patch ├── mingw-w64-usbmuxd └── PKGBUILD ├── mingw-w64-usbredir └── PKGBUILD ├── mingw-w64-usbview-git ├── .gitignore ├── 01-uvcview-includes.patch ├── 03-resource-fix.patch ├── 04-redefinition.patch ├── 05-connection-statuses.patch ├── PKGBUILD └── my_xmlhelper.c ├── mingw-w64-usql ├── PKGBUILD └── usql-0.8.1.patch ├── mingw-w64-usrsctp ├── 0001-add-mingw-support.patch └── PKGBUILD ├── mingw-w64-v8 ├── 0000-Disable-USING_V8_SHARED-for-v8_snapshot-static-lib.patch ├── 0001-Include-win32-headers-h-before-undef-MemoryBarrier.patch ├── 0002-OS-TotalPhysicalMemory-needed-for-MinGW-w64-too.patch ├── 0003-Use-soname_version.dll-not-so.soname_version-on-Windows.patch ├── 0004-Create-an-import-library-on-Windows.patch ├── 0005-Use-gnuish-ccflags-for-gcc-on-Windows.patch ├── 0006-localtime_s-is-not-needed-for-mingw-w64.patch ├── PKGBUILD └── v8.pc ├── mingw-w64-vala ├── 001-change-pkg-config-invocations.mingw.patch └── PKGBUILD ├── mingw-w64-vamp-plugin-sdk ├── 01-mingw-shared.patch └── PKGBUILD ├── mingw-w64-vcdimager ├── 002-no-undefined.patch ├── 003-static-vcd-lib.patch └── PKGBUILD ├── mingw-w64-verilator └── PKGBUILD ├── mingw-w64-vid.stab └── PKGBUILD ├── mingw-w64-vigra ├── 0001-vigra-numpy-detection.patch ├── 0002-vigra-dllexport.patch ├── 0003-vigra-cmath-std-namespace.patch └── PKGBUILD ├── mingw-w64-virt-viewer └── PKGBUILD ├── mingw-w64-vlc-git ├── 0001-Use-libdir-for-plugins-on-msys2.patch ├── 0002-MinGW-w64-lfind-s-_NumOfElements-is-an-unsigned-int.patch ├── 0003-MinGW-w64-don-t-pass-static-to-pkg-config-if-SYS-min.patch ├── 0004-Revert-Win32-prefer-the-static-libraries-when-creati.patch ├── 0005-Remove-legacy-defines.patch ├── 0006-Linking-libqt_plugin-with-winmm.patch ├── 0007-Mingw-load-libraries-not-only-from-system32.patch ├── 0011-Add-include-on-WINSTORE-for-QueueTimer-functions.patch ├── 0012-Only-build-correct-modules-for-WINSTORE.patch ├── 0013-remove-AllocConsole-reference-for-WINSTORE.patch ├── 0014-Remove-some-legacy-mingw.org-header-defines.patch ├── 0015-x264-more-than-153-support.patch └── PKGBUILD ├── mingw-w64-vlc ├── 0001-Use-libdir-for-plugins-on-msys2.patch ├── 0002-MinGW-w64-lfind-s-_NumOfElements-is-an-unsigned-int.patch ├── 0003-MinGW-w64-don-t-pass-static-to-pkg-config-if-SYS-min.patch ├── 0004-Revert-Win32-prefer-the-static-libraries-when-creati.patch ├── 0005-Remove-legacy-defines.patch ├── 0006-Linking-libqt_plugin-with-winmm.patch ├── 0007-Mingw-load-libraries-not-only-from-system32.patch ├── 0011-Add-include-on-WINSTORE-for-QueueTimer-functions.patch ├── 0012-Only-build-correct-modules-for-WINSTORE.patch ├── 0013-remove-AllocConsole-reference-for-WINSTORE.patch ├── 0014-Remove-some-legacy-mingw.org-header-defines.patch ├── 0015-x264-more-than-153-support.patch ├── 0016-add-missing-mta_holder-include.patch ├── 0017-fribidi-1_x-support.patch ├── 0100-srt-add-support-stream-encryption.patch ├── 0101-srt-refactor-to-support-conection-recovery.patch ├── 0102-srt-parse-url-once.patch └── PKGBUILD ├── mingw-w64-vlfeat ├── 01-vlfeat-0.9.20-1-buildsys.mingw.patch └── PKGBUILD ├── mingw-w64-vo-amrwbenc └── PKGBUILD ├── mingw-w64-vpp-git └── PKGBUILD ├── mingw-w64-vrpn ├── 0001-msys2-fix-jsoncpp-related-link-failure.patch └── PKGBUILD ├── mingw-w64-vtk ├── 001-vtk-mingw-w64.patch ├── 002-libharu-linking.patch ├── 003-post-tcl-world.patch ├── 004-fix-linking-rendering-tk.patch └── PKGBUILD ├── mingw-w64-vulkan-docs ├── PKGBUILD └── remove-pdf-generating.patch ├── mingw-w64-vulkan ├── 001-build-fix.patch ├── 002-proper-def-files-for-32bit.patch ├── 003-generate-pkgconfig-files.patch ├── 004-installation-commands.patch ├── 005-mingw-dll-name.patch ├── 006-skip-commit-create.patch ├── 007-mingw-missing-defines.patch └── PKGBUILD ├── mingw-w64-w32pth ├── PKGBUILD ├── w32pth-2.0.4-deffile.patch └── w32pth-2.0.4-mingw.patch ├── mingw-w64-waf └── PKGBUILD ├── mingw-w64-wavpack └── PKGBUILD ├── mingw-w64-webkitgtk ├── 0020-W32-Fixup-dummy-HeapStatistics-implementation.all.patch ├── 0021-W32-Change-printf-format-atribute-to-gnu_printf-.all.patch ├── 0022-gl-casts.patch ├── 0101-webkitgtk-2.4.3-gcc-asm.all.patch ├── 0102-fix-build-with-icu-59.1.patch ├── PKGBUILD └── webkitgtk-2.4.9-abs.patch ├── mingw-w64-wget ├── PKGBUILD ├── gettext-reconfigure.patch ├── openssl-windows-cert-store.patch └── taskbar-progress.patch ├── mingw-w64-win7appid ├── .gitignore ├── 6f5a32543dce6a452fb852ddffdd8f85f7af69af.patch ├── 86ca5a388b5f8786b585037c95832bcf65e22e97.patch ├── LICENSE.txt ├── PKGBUILD └── win7appid.1 ├── mingw-w64-windows-default-manifest └── PKGBUILD ├── mingw-w64-wined3d └── PKGBUILD ├── mingw-w64-wineditline ├── 001-fix-installing.patch ├── 002-fix-exports.patch ├── 003-dont-link-with-def.patch └── PKGBUILD ├── mingw-w64-winico ├── 001-Fix-GCL_ICON.patch ├── 002-Fix-pointer-cast.patch └── PKGBUILD ├── mingw-w64-winpthreads-git ├── 0001-Define-__-de-register_frame_info-in-fake-libgcc_s.patch └── PKGBUILD ├── mingw-w64-winsparkle-git ├── 001-compile-fixes.patch ├── Makefile └── PKGBUILD ├── mingw-w64-winsparkle ├── 001-compile-fixes.patch ├── Makefile └── PKGBUILD ├── mingw-w64-winstorecompat-git └── PKGBUILD ├── mingw-w64-wintab-sdk ├── PKGBUILD ├── pktdef.h └── wintab.h ├── mingw-w64-wkhtmltopdf-git └── PKGBUILD ├── mingw-w64-wslay └── PKGBUILD ├── mingw-w64-wxPython ├── 001-mingw-python.patch ├── 002-system-includes.patch ├── 003-fix-cast-error.patch ├── 004-plot-fix.patch └── PKGBUILD ├── mingw-w64-wxWidgets ├── 001-wxWidgets-3.0.2-relocate-prefix-in-bin-wx-config.patch ├── 002-wxWidgets-3.0.2-relax-abi-compatibility-gcc.patch ├── 003-wxWidgets-3.0.2-fix-access-sample.patch └── PKGBUILD ├── mingw-w64-x264-git ├── 0001-beautify-pc.all.patch ├── 0002-install-avisynth_c.h.mingw.patch └── PKGBUILD ├── mingw-w64-x265 ├── 0001-winxp-condition-var.mingw.patch └── PKGBUILD ├── mingw-w64-xalan-c ├── PKGBUILD └── mingw-w64-fix.patch ├── mingw-w64-xapian-core ├── 0001-exp10-build-fix.patch └── PKGBUILD ├── mingw-w64-xavs ├── 0001-xavs-0.1.55-fix-dynamic-build.patch ├── 0002-xavs-0.1.55-fix-asm.patch └── PKGBUILD ├── mingw-w64-xerces-c ├── 001-no-undefined.patch └── PKGBUILD ├── mingw-w64-xlnt └── PKGBUILD ├── mingw-w64-xmlada-gpl └── PKGBUILD ├── mingw-w64-xmlsec └── PKGBUILD ├── mingw-w64-xmlstarlet-git └── PKGBUILD ├── mingw-w64-xpdf ├── 001-cmake.patch ├── 002-xpdf-4.00-64bit.patch ├── 003-xpdf-4.00-libpaperfix.patch ├── 004-xpdf-4.00-man-path-fix.patch ├── 005-xpdf-4.00-permissions.patch ├── 006-xpdf-4.00-only-tools.patch └── PKGBUILD ├── mingw-w64-xpm-nox ├── PKGBUILD ├── xpm-nox-4.2.0-mingw.patch ├── xpm-nox-4.2.0.tar.bz2 └── xpm.pc ├── mingw-w64-xvidcore └── PKGBUILD ├── mingw-w64-xxhash ├── PKGBUILD └── fix-cmake-build-script.patch ├── mingw-w64-xz-git └── PKGBUILD ├── mingw-w64-xz └── PKGBUILD ├── mingw-w64-yajl ├── 01-fix-compiler.patch ├── 02-fix-tests.patch └── PKGBUILD ├── mingw-w64-yaml-cpp ├── PKGBUILD └── mingw-install-pkgconfig.patch ├── mingw-w64-yaml-cpp0.3 ├── PKGBUILD └── mingw-install-pkgconfig.patch ├── mingw-w64-yasm └── PKGBUILD ├── mingw-w64-z3 ├── PKGBUILD └── mingw-fixes.patch ├── mingw-w64-zbar ├── PKGBUILD └── windowsandimagemagick.patch ├── mingw-w64-zeromq └── PKGBUILD ├── mingw-w64-zimg └── PKGBUILD ├── mingw-w64-zlib ├── 01-zlib-1.2.11-1-buildsys.mingw.patch ├── 010-unzip-add-function-unzOpenBuffer.patch ├── 011-Add-no-undefined-to-link-to-enable-build-shared-vers.patch ├── 012-Add-bzip2-library-to-pkg-config-file.patch ├── 03-dont-put-sodir-into-L.mingw.patch ├── 04-fix-largefile-support.patch └── PKGBUILD ├── mingw-w64-zopfli └── PKGBUILD ├── mingw-w64-zstd ├── PKGBUILD ├── makefile-install.patch └── pzstd-c++11.patch └── mingw-w64-zziplib ├── PKGBUILD └── configure.patch /.drone.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/.drone.yml -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/.gitignore -------------------------------------------------------------------------------- /FAIL_LIST.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/FAIL_LIST.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/TODO.md -------------------------------------------------------------------------------- /appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/appveyor.yml -------------------------------------------------------------------------------- /ci-build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/ci-build.sh -------------------------------------------------------------------------------- /ci-library.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/ci-library.sh -------------------------------------------------------------------------------- /mingw-w64-3proxy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-3proxy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-4th/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-4th/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-MinHook/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-MinHook/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-OpenBLAS-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-OpenBLAS-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2_gfx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2_gfx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2_image/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2_image/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2_mixer/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2_mixer/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2_net/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2_net/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL2_ttf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL2_ttf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL_gfx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL_gfx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL_image/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL_image/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL_mixer/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL_mixer/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL_net/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL_net/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-SDL_ttf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-SDL_ttf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-a52dec/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-a52dec/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-adns/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-adns/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ag/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ag/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-alembic/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-alembic/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-allegro/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-allegro/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-alure/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-alure/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-alure/build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-alure/build.patch -------------------------------------------------------------------------------- /mingw-w64-ansicon-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ansicon-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-antiword/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-antiword/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-antlr3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-antlr3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-apr-util/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-apr-util/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-apr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-apr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-apr/apr_ssize_t.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-apr/apr_ssize_t.patch -------------------------------------------------------------------------------- /mingw-w64-apr/apr_wtypes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-apr/apr_wtypes.patch -------------------------------------------------------------------------------- /mingw-w64-argon2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-argon2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-argon2/libargon2.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-argon2/libargon2.pc -------------------------------------------------------------------------------- /mingw-w64-aria2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aria2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aribb24/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aribb24/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-armadillo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-armadillo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-arpack/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-arpack/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-asciidoctor/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-asciidoctor/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell-de/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell-de/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell-en/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell-en/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell-es/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell-es/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell-fr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell-fr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell-ru/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell-ru/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aspell/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aspell/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-assimp-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-assimp-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-assimp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-assimp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-astyle/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-astyle/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-atk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-atk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-atkmm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-atkmm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-attica-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-attica-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-avrdude/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-avrdude/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-aztecgen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-aztecgen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-babl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-babl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-badvpn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-badvpn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-bc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-bc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-binaryen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-binaryen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-binutils-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-binutils-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-binutils/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-binutils/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-bison/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-bison/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-blender-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-blender-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-blender/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-blender/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-boost/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-boost/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-box2d/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-box2d/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-breakpad-git/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-breakpad-git/Makefile -------------------------------------------------------------------------------- /mingw-w64-breakpad-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-breakpad-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-brotli/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-brotli/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-btyacc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-btyacc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-bullet/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-bullet/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-busybox/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-busybox/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-bwidget/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-bwidget/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-bzip2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-bzip2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-c-ares/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-c-ares/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ca-certificates/trust-fixes: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mingw-w64-cairo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cairo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cairomm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cairomm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-capstone/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-capstone/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-catch/.gitignore: -------------------------------------------------------------------------------- 1 | catch.hpp 2 | LICENSE_1_0.txt 3 | -------------------------------------------------------------------------------- /mingw-w64-catch/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-catch/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ccache/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ccache/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cccl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cccl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cego/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cego/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cegui/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cegui/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cegui/freetype.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cegui/freetype.patch -------------------------------------------------------------------------------- /mingw-w64-celt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-celt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cereal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cereal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ceres-solver/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ceres-solver/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cfitsio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cfitsio/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cgal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cgal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-check/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-check/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-chipmunk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-chipmunk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-chromaprint/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-chromaprint/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-chromium-dev/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-chromium-dev/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clang-svn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clang-svn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clang35/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clang35/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cling-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cling-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clink-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clink-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cloog/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cloog/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clucene/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clucene/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clutter-gst/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clutter-gst/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clutter-gtk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clutter-gtk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-clutter/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-clutter/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cmake-doc-qt/.gitignore: -------------------------------------------------------------------------------- 1 | *.qch 2 | -------------------------------------------------------------------------------- /mingw-w64-cmake-doc-qt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cmake-doc-qt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cmake-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cmake-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cmake/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cmake/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cmark/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cmark/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cmocka/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cmocka/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cocos2d-x/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cocos2d-x/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-codelite-git/.gitignore: -------------------------------------------------------------------------------- 1 | codelite 2 | -------------------------------------------------------------------------------- /mingw-w64-codelite-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-codelite-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cogl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cogl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-coin3d-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-coin3d-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-conemu-git/ConEmu.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-conemu-git/ConEmu.xml -------------------------------------------------------------------------------- /mingw-w64-conemu-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-conemu-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-confuse/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-confuse/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-connect/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-connect/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-connect/pathtools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-connect/pathtools.c -------------------------------------------------------------------------------- /mingw-w64-connect/pathtools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-connect/pathtools.h -------------------------------------------------------------------------------- /mingw-w64-coq/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-coq/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cotire/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cotire/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cppcheck/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cppcheck/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cpptest/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cpptest/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cppunit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cppunit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-creduce-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-creduce-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-creduce/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-creduce/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-crt-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-crt-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-crypto++-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-crypto++-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-crypto++/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-crypto++/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-crypto++/cryptopp-config.cmake: -------------------------------------------------------------------------------- 1 | include("${CMAKE_CURRENT_LIST_DIR}/cryptopp-targets.cmake") 2 | -------------------------------------------------------------------------------- /mingw-w64-csfml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-csfml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ctags/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ctags/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ctpl-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ctpl-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cunit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cunit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-curl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-curl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-curl/pathtools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-curl/pathtools.c -------------------------------------------------------------------------------- /mingw-w64-curl/pathtools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-curl/pathtools.h -------------------------------------------------------------------------------- /mingw-w64-cyrus-sasl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cyrus-sasl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cython-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cython-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-cython/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-cython/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-d-feet/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-d-feet/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-daala-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-daala-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-darktable/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-darktable/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-db/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-db/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-db/mingw.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-db/mingw.patch -------------------------------------------------------------------------------- /mingw-w64-dbus-glib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dbus-glib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dbus/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dbus/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dcadec/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dcadec/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-devcon-git/.gitignore: -------------------------------------------------------------------------------- 1 | /wds 2 | -------------------------------------------------------------------------------- /mingw-w64-devcon-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-devcon-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-devhelp/001-win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-devhelp/001-win.patch -------------------------------------------------------------------------------- /mingw-w64-devhelp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-devhelp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-devil/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-devil/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-diffutils/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-diffutils/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dime-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dime-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-discount/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-discount/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-distorm/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-distorm/Makefile -------------------------------------------------------------------------------- /mingw-w64-distorm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-distorm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-djview/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-djview/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-djvulibre/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-djvulibre/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dlfcn-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dlfcn-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dlfcn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dlfcn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dlib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dlib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dmake/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dmake/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-docbook-sgml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-docbook-sgml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-docbook-xml/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-docbook-xml/LICENSE -------------------------------------------------------------------------------- /mingw-w64-docbook-xml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-docbook-xml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-docbook-xsl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-docbook-xsl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-doxygen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-doxygen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dragon/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dragon/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-drmingw-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-drmingw-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-drmingw/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-drmingw/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dsdp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dsdp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ducible-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ducible-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dumb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dumb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-dumb/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-dumb/config.txt -------------------------------------------------------------------------------- /mingw-w64-edd-dbg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-edd-dbg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-edd-fungo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-edd-fungo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-editrights/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-editrights/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-eigen3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-eigen3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-emacs-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-emacs-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-emacs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-emacs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-emacs/image.c.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-emacs/image.c.diff -------------------------------------------------------------------------------- /mingw-w64-emacs/lread.c.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-emacs/lread.c.diff -------------------------------------------------------------------------------- /mingw-w64-enca/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-enca/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-enca/configure.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-enca/configure.patch -------------------------------------------------------------------------------- /mingw-w64-enchant/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-enchant/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-enet/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-enet/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-eog-plugins/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-eog-plugins/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-eog/001-win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-eog/001-win.patch -------------------------------------------------------------------------------- /mingw-w64-eog/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-eog/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-eog/eog-i686.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-eog/eog-i686.install -------------------------------------------------------------------------------- /mingw-w64-evince/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-evince/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-exiv2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-exiv2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-expat/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-expat/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-faac/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-faac/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-faad2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-faad2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fann/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fann/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fann/fann-2.2.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fann/fann-2.2.0.patch -------------------------------------------------------------------------------- /mingw-w64-farstream/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-farstream/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fastjar/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fastjar/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fdk-aac/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fdk-aac/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ffcall/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ffcall/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ffmpeg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ffmpeg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ffms2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ffms2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fftw/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fftw/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fgsl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fgsl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-field3d/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-field3d/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-file/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-file/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-firebird-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-firebird-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-firefox/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-firefox/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-firefox/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-firefox/config.guess -------------------------------------------------------------------------------- /mingw-w64-firefox/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-firefox/config.sub -------------------------------------------------------------------------------- /mingw-w64-flac/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flac/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-flatbuffers/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flatbuffers/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-flex/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flex/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-flexdll/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flexdll/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-flickcurl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flickcurl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-flif/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-flif/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fltk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fltk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fluidsynth/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fluidsynth/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fmt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fmt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fontconfig/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fontconfig/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fossil/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fossil/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fossil/readline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fossil/readline.patch -------------------------------------------------------------------------------- /mingw-w64-fossil/win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fossil/win.patch -------------------------------------------------------------------------------- /mingw-w64-fox/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fox/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freealut/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freealut/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freeglut/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freeglut/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freeimage/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freeimage/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freerdp-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freerdp-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freetds/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freetds/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-freetype/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-freetype/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-fribidi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-fribidi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ftgl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ftgl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ftgl/m4.gl.m4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ftgl/m4.gl.m4.patch -------------------------------------------------------------------------------- /mingw-w64-gavl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gavl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gcc-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gcc-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gcc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gcc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gcc/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gcc/gdbinit -------------------------------------------------------------------------------- /mingw-w64-gd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdb-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdb-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdb-git/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdb-git/gdbinit -------------------------------------------------------------------------------- /mingw-w64-gdb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdbm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdbm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdcm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdcm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdk-pixbuf2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdk-pixbuf2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdl/001-win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdl/001-win.patch -------------------------------------------------------------------------------- /mingw-w64-gdl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdl2/001-pixbuf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdl2/001-pixbuf.patch -------------------------------------------------------------------------------- /mingw-w64-gdl2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdl2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gdlmm2/000-C11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdlmm2/000-C11.patch -------------------------------------------------------------------------------- /mingw-w64-gdlmm2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gdlmm2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geany/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geany/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gedit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gedit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gegl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gegl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geoclue/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geoclue/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geoclue/gio-win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geoclue/gio-win.patch -------------------------------------------------------------------------------- /mingw-w64-geocode-glib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geocode-glib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geoip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geoip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geos/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geos/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-geos/geos-3.5.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-geos/geos-3.5.0.patch -------------------------------------------------------------------------------- /mingw-w64-gettext/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gettext/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gexiv2/001-win.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gexiv2/001-win.patch -------------------------------------------------------------------------------- /mingw-w64-gexiv2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gexiv2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gflags/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gflags/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ghc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ghc/build.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghc/build.mk -------------------------------------------------------------------------------- /mingw-w64-ghc/ghc-register.hook: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghc/ghc-register.hook -------------------------------------------------------------------------------- /mingw-w64-ghex/001-nohelp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghex/001-nohelp.patch -------------------------------------------------------------------------------- /mingw-w64-ghex/002-fread.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghex/002-fread.patch -------------------------------------------------------------------------------- /mingw-w64-ghex/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghex/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ghostscript/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ghostscript/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-giflib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-giflib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gimp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gimp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-git-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-git-lfs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git-lfs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-git-repo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git-repo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-git/compat-bash.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/compat-bash.rc -------------------------------------------------------------------------------- /mingw-w64-git/cv2pdb-strip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/cv2pdb-strip -------------------------------------------------------------------------------- /mingw-w64-git/git-bash.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git-bash.adoc -------------------------------------------------------------------------------- /mingw-w64-git/git-bash.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git-bash.rc -------------------------------------------------------------------------------- /mingw-w64-git/git-cmd.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git-cmd.rc -------------------------------------------------------------------------------- /mingw-w64-git/git-wrapper.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git-wrapper.c -------------------------------------------------------------------------------- /mingw-w64-git/git-wrapper.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git-wrapper.rc -------------------------------------------------------------------------------- /mingw-w64-git/git.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/git.install -------------------------------------------------------------------------------- /mingw-w64-git/gitk.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-git/gitk.rc -------------------------------------------------------------------------------- /mingw-w64-git/tig.rc: -------------------------------------------------------------------------------- 1 | STRINGTABLE 2 | BEGIN 3 | 0 """@@EXEPATH@@\\..\\usr\\bin\\tig.exe""" 4 | END -------------------------------------------------------------------------------- /mingw-w64-gitg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gitg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gl2ps/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gl2ps/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glade/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glade/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glade3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glade3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glbinding/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glbinding/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glew/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glew/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glfw/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glfw/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glib2-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glib2-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glib2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glib2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glibmm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glibmm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-global/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-global/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-globjects/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-globjects/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glog/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glog/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glpk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glpk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-glslang/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-glslang/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gmime/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gmime/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gmp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gmp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gnucobol/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gnucobol/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gnucobol/cobenv.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gnucobol/cobenv.sh -------------------------------------------------------------------------------- /mingw-w64-gnupg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gnupg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gnuplot/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gnuplot/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gnutls/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gnutls/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-go/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-go/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-goocanvas/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-goocanvas/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gperf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gperf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gpgme/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gpgme/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gphoto2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gphoto2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gplugin/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gplugin/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-graphene/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-graphene/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-graphite2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-graphite2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-graphviz/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-graphviz/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-grep/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-grep/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-grpc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-grpc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gsasl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gsasl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gsfont/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gsfont/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gsl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gsl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gsm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gsm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gspell/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gspell/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gss/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gss/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gst-editing-services-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-editing-services 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-libav-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-libav 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-libav/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gst-libav/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gst-plugins-bad-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-plugins-bad 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-plugins-base-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-plugins-base 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-plugins-good-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-plugins-good 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-plugins-ugly-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-plugins-ugly 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-python-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-python 2 | -------------------------------------------------------------------------------- /mingw-w64-gst-rtsp-server-git/.gitignore: -------------------------------------------------------------------------------- 1 | gst-rtsp-server 2 | -------------------------------------------------------------------------------- /mingw-w64-gstreamer-git/.gitignore: -------------------------------------------------------------------------------- 1 | gstreamer 2 | -------------------------------------------------------------------------------- /mingw-w64-gstreamer/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gstreamer/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtef/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtef/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtest/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtest/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtk-doc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk-doc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtk-vnc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk-vnc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtk2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtk2/gtkrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk2/gtkrc -------------------------------------------------------------------------------- /mingw-w64-gtk3-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk3-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtk3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtk3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkada/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkada/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkglext/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkglext/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkhtml3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkhtml3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkmm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkmm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkmm3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkmm3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkspell/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkspell/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkspell3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkspell3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gtkwave/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gtkwave/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-guile/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-guile/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-gxml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-gxml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-h2o/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-h2o/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-harfbuzz/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-harfbuzz/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hclient-git/.gitignore: -------------------------------------------------------------------------------- 1 | wds 2 | -------------------------------------------------------------------------------- /mingw-w64-hdf4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hdf4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hdf5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hdf5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hidapi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hidapi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hub/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hub/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hunspell/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hunspell/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-hyphen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-hyphen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-icoutils/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-icoutils/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-icu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-icu/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-id3lib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-id3lib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ilmbase/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ilmbase/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-indent/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-indent/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-inkscape/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-inkscape/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-insight/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-insight/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-insight/gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-insight/gdbinit -------------------------------------------------------------------------------- /mingw-w64-intel-tbb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-intel-tbb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-irrlicht/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-irrlicht/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-isl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-isl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-iso-codes/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-iso-codes/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-itk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-itk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jansson/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jansson/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jasper/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jasper/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jbigkit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jbigkit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jemalloc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jemalloc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jpegoptim/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jpegoptim/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jq/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jq/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-json-c/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-json-c/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-json-glib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-json-glib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jsoncpp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jsoncpp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-jxrlib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-jxrlib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kauth-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kauth-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ki18n-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ki18n-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kicad-doc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kicad-doc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kicad-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kicad-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kiss_fft/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kiss_fft/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kjs-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kjs-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-krita-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-krita-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-kvazaar/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-kvazaar/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-l-smash/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-l-smash/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lame/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lame/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lapack/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lapack/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lasem/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lasem/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-laszip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-laszip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-latexila/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-latexila/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lcms/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lcms/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lcms2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lcms2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lcov/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lcov/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ldns/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ldns/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lensfun/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lensfun/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-leptonica/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-leptonica/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lfcbase/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lfcbase/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lfcxml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lfcxml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libaacs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libaacs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libao/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libao/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libass/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libass/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libassuan/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libassuan/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libbdplus/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libbdplus/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libbluray/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libbluray/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libbotan/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libbotan/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libbs2b/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libbs2b/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libbsdf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libbsdf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libc++/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libc++/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libc++abi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libc++abi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcaca/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcaca/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcddb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcddb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcdio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcdio/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcdr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcdr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcerf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcerf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcmis/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcmis/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libconfig/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libconfig/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcroco/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcroco/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libcue/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libcue/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libdvbpsi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libdvbpsi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libdvdcss/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libdvdcss/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libdvdnav/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libdvdnav/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libebml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libebml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libelf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libelf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libepoxy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libepoxy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libevent/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libevent/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libexif/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libexif/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libffi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libffi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libfreexl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libfreexl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libftdi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libftdi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgadu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgadu/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgcrypt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgcrypt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgda/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgda/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgdata/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgdata/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgee/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgee/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgit2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgit2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libglade/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libglade/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgme/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgme/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgnurx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgnurx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgoom2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgoom2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgsf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgsf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libguess/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libguess/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgusb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgusb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libgxps/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libgxps/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libharu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libharu/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libical/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libical/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libiconv/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libiconv/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libid3tag/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libid3tag/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libidl2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libidl2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libidn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libidn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libidn2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libidn2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libilbc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libilbc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libkml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libkml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libkml/strptime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libkml/strptime.c -------------------------------------------------------------------------------- /mingw-w64-libksba/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libksba/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-liblas/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-liblas/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-liblastfm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-liblastfm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-liblqr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-liblqr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmad/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmad/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmfx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmfx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmikmod/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmikmod/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmimic/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmimic/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmng/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmng/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmowgli/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmowgli/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmpcdec/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmpcdec/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libmysofa/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libmysofa/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libnice/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libnice/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libnotify/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libnotify/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libnova/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libnova/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libntlm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libntlm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-liboauth/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-liboauth/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libodfgen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libodfgen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libogg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libogg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libotr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libotr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libpaper/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libpaper/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libpeas/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libpeas/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libplist/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libplist/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libpng/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libpng/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libproxy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libproxy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libraqm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libraqm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libraw/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libraw/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-librescl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-librescl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libressl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libressl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-librest/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-librest/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-librsvg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-librsvg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-librsync/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-librsync/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsass/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsass/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsecret/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsecret/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libshout/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libshout/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsigc++/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsigc++/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsodium/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsodium/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsoup/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsoup/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsoxr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsoxr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libspiro/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libspiro/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsquish/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsquish/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsrtp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsrtp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsrtp/words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsrtp/words.txt -------------------------------------------------------------------------------- /mingw-w64-libssh/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libssh/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libssh2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libssh2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libswift/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libswift/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libsystre/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libsystre/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libtasn1/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libtasn1/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libtheora/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libtheora/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libtiff/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libtiff/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libtool/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libtool/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libusb-compat-git/.gitignore: -------------------------------------------------------------------------------- 1 | /libusb-compat 2 | -------------------------------------------------------------------------------- /mingw-w64-libusb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libusb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libuv/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libuv/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libview/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libview/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libvirt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libvirt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libvisio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libvisio/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libvorbis/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libvorbis/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libvpx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libvpx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libwebp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libwebp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libwmf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libwmf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libwpd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libwpd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libwpg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libwpg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libxml++/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libxml++/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libxml2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libxml2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libxslt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libxslt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libyaml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libyaml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-libzip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-libzip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-llvm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-llvm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lmdb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lmdb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lmdbxx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lmdbxx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua-bitop/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua-bitop/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua-lgi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua-lgi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua-lpeg/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua-lpeg/LICENSE -------------------------------------------------------------------------------- /mingw-w64-lua-lpeg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua-lpeg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua-mpack/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua-mpack/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua/LICENSE -------------------------------------------------------------------------------- /mingw-w64-lua/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua/implib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua/implib.patch -------------------------------------------------------------------------------- /mingw-w64-lua/lua.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua/lua.pc -------------------------------------------------------------------------------- /mingw-w64-lua51/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua51/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lua51/implib.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lua51/implib.patch -------------------------------------------------------------------------------- /mingw-w64-lz4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lz4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-lzo2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-lzo2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-m4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-m4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-make/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-make/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mathgl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mathgl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-matio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-matio/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mbedtls/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mbedtls/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mcpp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mcpp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-meanwhile/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-meanwhile/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-med/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-med/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-meld3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-meld3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-memphis/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-memphis/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mesa/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mesa/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mesa/osmesa.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mesa/osmesa.pc -------------------------------------------------------------------------------- /mingw-w64-meson/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-meson/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-metis/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-metis/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mhook/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mhook/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-midori/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-midori/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-minisign/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-minisign/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-miniupnpc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-miniupnpc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mlpack/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mlpack/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mono/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mono/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mpc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mpc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mpdecimal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mpdecimal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mpfr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mpfr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mpg123/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mpg123/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mpv/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mpv/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mruby/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mruby/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mscgen/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mscgen/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-msgpack-c/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-msgpack-c/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-msmtp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-msmtp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mtex2MML/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mtex2MML/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-muparser/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-muparser/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-mypaint/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-mypaint/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nanodbc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nanodbc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nasm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nasm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ncurses/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ncurses/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-netcdf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-netcdf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nettle/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nettle/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nghttp2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nghttp2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ngspice/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ngspice/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nim/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nim/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nimble/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nimble/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ninja/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ninja/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nlopt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nlopt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nlopt/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nlopt/config.guess -------------------------------------------------------------------------------- /mingw-w64-nlopt/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nlopt/config.sub -------------------------------------------------------------------------------- /mingw-w64-nodejs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nodejs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nodejs/node: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nodejs/node -------------------------------------------------------------------------------- /mingw-w64-npm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-npm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-npth/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-npth/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nsis-svn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nsis-svn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nsis/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nsis/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nspr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nspr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nspr/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nspr/manifest -------------------------------------------------------------------------------- /mingw-w64-nss/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-nss/blank-cert8.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/blank-cert8.db -------------------------------------------------------------------------------- /mingw-w64-nss/blank-key3.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/blank-key3.db -------------------------------------------------------------------------------- /mingw-w64-nss/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/manifest -------------------------------------------------------------------------------- /mingw-w64-nss/nss-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/nss-config.in -------------------------------------------------------------------------------- /mingw-w64-nss/nss.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-nss/nss.pc.in -------------------------------------------------------------------------------- /mingw-w64-ntldd-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ntldd-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ocaml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ocaml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-oce/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-oce/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-octave-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-octave-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-odt2txt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-odt2txt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ogitor/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ogitor/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ogre3d-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ogre3d-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ogre3d/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ogre3d/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ois-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ois-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ois/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ois/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ois/demos.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ois/demos.patch -------------------------------------------------------------------------------- /mingw-w64-ois/gcc47.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ois/gcc47.patch -------------------------------------------------------------------------------- /mingw-w64-oniguruma/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-oniguruma/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openblas/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openblas/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-opencsg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-opencsg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-opencv/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-opencv/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openexr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openexr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openh264/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openh264/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openjpeg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openjpeg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openjpeg2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openjpeg2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openldap/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openldap/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openocd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openocd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openscad/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openscad/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openscenegraph-git/.gitignore: -------------------------------------------------------------------------------- 1 | OpenSceneGraph 2 | -------------------------------------------------------------------------------- /mingw-w64-openssl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openssl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-openvr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-openvr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-optipng/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-optipng/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-opus-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-opus-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-opus/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-opus/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-opusfile/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-opusfile/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-orc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-orc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-osgQt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-osgQt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-osgearth-git/.gitignore: -------------------------------------------------------------------------------- 1 | osgearth 2 | -------------------------------------------------------------------------------- /mingw-w64-osgearth/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-osgearth/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-osl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-osl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-p11-kit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-p11-kit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pango/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pango/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pangomm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pangomm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pathtools/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pathtools/main.c -------------------------------------------------------------------------------- /mingw-w64-pcre/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pcre/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pcre2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pcre2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pdcurses/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pdcurses/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pdf2djvu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pdf2djvu/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pdf2svg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pdf2svg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-perl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-perl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-phodav/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-phodav/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-physfs-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-physfs-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-physfs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-physfs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pidgin++/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pidgin++/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pidgin-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pidgin-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pidgin/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pidgin/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pinentry/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pinentry/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pixman/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pixman/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pkgconf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pkgconf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-plplot/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-plplot/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-png2ico/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-png2ico/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pngcrush/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pngcrush/LICENSE -------------------------------------------------------------------------------- /mingw-w64-pngcrush/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pngcrush/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pngnq/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pngnq/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-poco/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-poco/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-podofo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-podofo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-polipo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-polipo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-poppler/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-poppler/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-popt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-popt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-portaudio/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-portaudio/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-portmidi/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-portmidi/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-postr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-postr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-potrace/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-potrace/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-premake/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-premake/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-profit-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-profit-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-proj/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-proj/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-protobuf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-protobuf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ptex/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ptex/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pugixml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pugixml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-putty-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-putty-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-putty-ssh/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-putty-ssh/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-putty/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-putty/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pycairo/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pycairo/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pygobject/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pygobject/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pyqt4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pyqt4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pyqt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pyqt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-pyrex/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-pyrex/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-python-ply/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-python-ply/LICENSE -------------------------------------------------------------------------------- /mingw-w64-python-py/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-python-py/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-python2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-python2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-python3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-python3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qbs-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qbs-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qbs-git/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qbs-git/manifest -------------------------------------------------------------------------------- /mingw-w64-qbs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qbs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qbs/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qbs/manifest -------------------------------------------------------------------------------- /mingw-w64-qemu/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qemu/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qhull-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qhull-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qjson-qt4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qjson-qt4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qpdf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qpdf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qrencode/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qrencode/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qt4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qt4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qt5-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qt5-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qtwebkit/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qtwebkit/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-quantlib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-quantlib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-quassel/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-quassel/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-quazip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-quazip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qwt-qt4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qwt-qt4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qwt-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qwt-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qxmpp-qt4/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qxmpp-qt4/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-qxmpp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-qxmpp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ragel/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ragel/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rapidjson/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rapidjson/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-raptor2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-raptor2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rasqal/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rasqal/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-readline/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-readline/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-readosm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-readosm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-recode/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-recode/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-redland/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-redland/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rhash/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rhash/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rocksdb/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rocksdb/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ruby-dbus/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ruby-dbus/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-ruby/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-ruby/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rust-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rust-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rust/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rust/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-rxspencer/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-rxspencer/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sassc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sassc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-scite-hg/.gitignore: -------------------------------------------------------------------------------- 1 | scintilla/ 2 | scite/ 3 | -------------------------------------------------------------------------------- /mingw-w64-scite-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-scite-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-scite/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-scite/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-scummvm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-scummvm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sed/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sed/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-seexpr/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-seexpr/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sfml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sfml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-shapelib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-shapelib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-shine/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-shine/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-simage-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-simage-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-smpeg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-smpeg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-smpeg2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-smpeg2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-snappy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-snappy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-soci/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-soci/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-soil/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-soil/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-solid-qt5/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-solid-qt5/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-soqt-hg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-soqt-hg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-spdylay/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-spdylay/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-speex/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-speex/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-speexdsp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-speexdsp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-spice-gtk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-spice-gtk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sqlcipher/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sqlcipher/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sqlheavy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sqlheavy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-sqlite3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sqlite3/LICENSE -------------------------------------------------------------------------------- /mingw-w64-sqlite3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-sqlite3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-srt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-srt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-stxxl-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-stxxl-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-styrene/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-styrene/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-swig/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-swig/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-szip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-szip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-taglib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-taglib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tcl-nsf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tcl-nsf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tcl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tcl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tcllib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tcllib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tclvfs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tclvfs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tclx/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tclx/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tclx/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tclx/random.c -------------------------------------------------------------------------------- /mingw-w64-termcap/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-termcap/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tidy/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tidy/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tidyhtml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tidyhtml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tiny-dnn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tiny-dnn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tinyxml/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tinyxml/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tinyxml/tinyxml.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tinyxml/tinyxml.pc -------------------------------------------------------------------------------- /mingw-w64-tinyxml2/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tinyxml2/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tkimg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tkimg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tklib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tklib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tktable/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tktable/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tolua/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tolua/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tools-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tools-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tor/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tor/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-tulip/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-tulip/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-twolame/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-twolame/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-uchardet/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-uchardet/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-udis86/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-udis86/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-uhttpmock/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-uhttpmock/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-unbound/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-unbound/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-unbound/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-unbound/manifest -------------------------------------------------------------------------------- /mingw-w64-unibilium/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-unibilium/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-unicorn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-unicorn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-unixodbc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-unixodbc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-uriparser/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-uriparser/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-usbmuxd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-usbmuxd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-usbredir/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-usbredir/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-usbview-git/.gitignore: -------------------------------------------------------------------------------- 1 | /wds 2 | -------------------------------------------------------------------------------- /mingw-w64-usql/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-usql/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-usrsctp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-usrsctp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-v8/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-v8/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-v8/v8.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-v8/v8.pc -------------------------------------------------------------------------------- /mingw-w64-vala/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vala/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vcdimager/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vcdimager/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-verilator/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-verilator/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vid.stab/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vid.stab/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vigra/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vigra/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vlc-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vlc-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vlc/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vlc/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vlfeat/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vlfeat/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vpp-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vpp-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vrpn/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vrpn/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vtk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vtk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-vulkan/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-vulkan/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-w32pth/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-w32pth/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-waf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-waf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wavpack/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wavpack/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-webkitgtk/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-webkitgtk/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wget/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wget/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-win7appid/.gitignore: -------------------------------------------------------------------------------- 1 | Win7AppId.cpp 2 | -------------------------------------------------------------------------------- /mingw-w64-win7appid/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-win7appid/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wined3d/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wined3d/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-winico/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-winico/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wslay/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wslay/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wxPython/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wxPython/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-wxWidgets/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-wxWidgets/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-x264-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-x264-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-x265/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-x265/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xalan-c/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xalan-c/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xavs/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xavs/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xerces-c/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xerces-c/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xlnt/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xlnt/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xmlsec/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xmlsec/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xpdf/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xpdf/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xpm-nox/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xpm-nox/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xpm-nox/xpm.pc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xpm-nox/xpm.pc -------------------------------------------------------------------------------- /mingw-w64-xvidcore/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xvidcore/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xxhash/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xxhash/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xz-git/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xz-git/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-xz/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-xz/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-yajl/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-yajl/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-yaml-cpp/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-yaml-cpp/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-yasm/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-yasm/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-z3/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-z3/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zbar/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zbar/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zeromq/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zeromq/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zimg/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zimg/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zlib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zlib/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zopfli/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zopfli/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zstd/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zstd/PKGBUILD -------------------------------------------------------------------------------- /mingw-w64-zziplib/PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/git-for-windows/MINGW-packages/HEAD/mingw-w64-zziplib/PKGBUILD --------------------------------------------------------------------------------