Search Criteria
Package Details: mingw-w64-meson 1-26
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mingw-w64-meson.git (read-only, click to copy) |
|---|---|
| Package Base: | mingw-w64-meson |
| Description: | Meson wrapper for MinGW (mingw-w64) |
| Upstream URL: | http://fedoraproject.org/wiki/MinGW |
| Licenses: | GPL |
| Submitter: | drakkan |
| Maintainer: | Martchus |
| Last Packager: | Martchus |
| Votes: | 8 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-04-23 10:40 (UTC) |
| Last Updated: | 2025-01-20 00:19 (UTC) |
Dependencies (5)
- meson (meson-gitAUR)
- mingw-w64-gcc (llvm-mingwAUR)
- mingw-w64-pkg-configAUR (llvm-mingw-w64-pkg-configAUR)
- mingw-w64-environmentAUR (llvm-mingw-w64-environmentAUR) (make)
- mingw-w64-wineAUR (optional) – Set NEED_WINE env variable in your PKGBUILD to use wine support in meson
Required by (53)
- mingw-w64-adwaita-icon-theme (make)
- mingw-w64-cairo (make)
- mingw-w64-cairo-bootstrap (make)
- mingw-w64-cairomm (make)
- mingw-w64-dav1d (make)
- mingw-w64-dbus (make)
- mingw-w64-directx-headers (make)
- mingw-w64-freetype2 (make)
- mingw-w64-freetype2-bootstrap (make)
- mingw-w64-fribidi (make)
- mingw-w64-gdk-pixbuf2 (make)
- mingw-w64-glib-networking (make)
- mingw-w64-glib2 (make)
- mingw-w64-glibmm (make)
- mingw-w64-graphene (make)
- mingw-w64-grvk (make)
- mingw-w64-gst-editing-services (make)
- mingw-w64-gst-libav (make)
- mingw-w64-gst-plugins-bad (make)
- mingw-w64-gst-plugins-base (make)
- Show 33 more...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
Martchus commented on 2025-08-04 20:41 (UTC) (edited on 2025-08-04 20:41 (UTC) by Martchus)
@brody Sorry for the delayed response. I've almost forgotten that I am the maintainer of this package now on the AUR, too. Feel free to create a PR on https://github.com/Martchus/PKGBUILDs.
I must say that for me another improvement would be more important than modern style and happy linters: Making it work with LLVM-based tooling. I have actually already made it work but only in form of a separate version of the script which is of course a nightmare to maintain.
I've just pushed commit https://github.com/Martchus/PKGBUILDs/commit/be63ae17f41411101e2cb3964a787e98ea90a202 to my repo to make the diff between the different scripts at least a little bit smaller. So you would have to rebase your version or incorporate these changes into your version.
brody commented on 2025-08-04 10:36 (UTC)
I refactored the
toolchain_generator.pyfor myself to a more modern Python style (pylint approved ;) ). If there is interest, I can create a pull request.Martchus commented on 2025-01-20 00:22 (UTC)
@xantares I updated the package. I built the cmake wrapper and mesa and can confirm that everything builds.
Note that I haven't realized that I was made maintainer of the package until just now. Otherwise I would have updated this sooner :-)
xantares commented on 2025-01-16 19:36 (UTC)
I checked that catching --system-information in mingw-w64-cmake makes mingw-w64-waffle compile with the mingw-w64-meson cmake wrapper enabled
would you consider re-enabling cmake here then ?
Martchus commented on 2025-01-16 17:04 (UTC)
CMake support was dropped due to a problem @xexaxo faced when compiling https://gitlab.freedesktop.org/mesa/waffle.git (check previous comments). Not sure whether there's a nice way to please everyone.
We could of course simply have two wrappers. One without cmake support and one with cmake support. Not nice but it would be an option.
Alternatively, we could fix this in
x86_64-w64-mingw32-cmakeby making it behave as expected when called like thisx86_64-w64-mingw32-cmake --system-information …. (We would probably just invokecmake "$@"if[[ $1 == --system-information ]].)xantares commented on 2025-01-16 14:57 (UTC)
I see cmake support was removed in the last update, could you restore it ? its needed for mingw-w64-mesa
Denzy7 commented on 2024-08-26 13:56 (UTC) (edited on 2024-08-26 14:00 (UTC) by Denzy7)
I had pkg-config error "pkg-config binary missing from cross or native file, or env var undefined" and this solved it for each arch
export PKG_CONFIG_LIBDIR=/usr/${arch}_w64-mingw32/lib/pkgconfig:/usr/${arch}-w64-mingw32/share/pkgconfig. Probably broken upstreamMoSal commented on 2024-06-19 11:02 (UTC)
Why not
--default-library both?drakkan commented on 2023-10-30 17:31 (UTC)
@xexaxo, you are right,stripping is against guidelines, removed. For the issue with the cmake wrapper try asking to the maintainer. Thank you
1 2 3 4 5 6 7 Next › Last »