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-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR, 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 (55)
- mingw-w64-adwaita-icon-theme (make)
- mingw-w64-cairo (make)
- mingw-w64-cairo-bootstrap (make)
- mingw-w64-cairomm (make)
- mingw-w64-cairomm-1.16 (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-glibmm-2.68 (make)
- mingw-w64-graphene (make)
- mingw-w64-grvk (make)
- mingw-w64-gst-editing-services (make)
- mingw-w64-gst-libav (make)
- Show 35 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
xexaxo commented on 2022-11-20 20:01 (UTC) (edited on 2023-10-29 22:34 (UTC) by xexaxo)
I may have noticed a some of bugs in the package:
cmake
variable is set in the cross file, meson fails to import the cmake module with "unable to determine cmake root" from hereSeems like
cmake --system-information
will refuse to print anything when any of the-D...
options are passed.the wrapper sets
-D strip=true
which means that everything is stripped, contradicts the guidelines which says that stripping should be done manually in the PKGBUILDsome binaries end up linked against libssp-0.dll, thus fail at runtime. removing
'--param=ssp-buffer-size=4'
and'-fstack-protector'
fixes that - forwarded to mingw-w64-environmentdrakkan commented on 2022-06-05 08:09 (UTC)
we use CFLAGS from
mingw-w64-environment
jackoneill commented on 2022-06-01 13:26 (UTC)
Hi!
Any progress on removing -O2 from the CFLAGS? It's breaking meson's --optimization parameter.
xantares commented on 2021-04-26 13:30 (UTC) (edited on 2021-04-26 13:30 (UTC) by xantares)
hello,
could you bump the release number ?
I updated mingw-w64-environment and newer flags should be taken into account
Martchus commented on 2021-03-27 20:40 (UTC)
Just export
MINGW_CFLAGS
andMINGW_CXXFLAGS
with the flags you want before calling the wrapper.jackoneill commented on 2021-03-27 20:04 (UTC)
Hi!
There's a small problem with sourcing mingw-env: the -O2 flag in mingw-env.sh ends up overriding meson's --optimization parameter.
My software happens to need the -O3 flag to compile. Lower values don't work.
drakkan commented on 2020-12-02 19:04 (UTC)
I pushed a less intrusive change that keeps the 2 different config files for now,so no PKGBUILD should break
drakkan commented on 2020-11-29 17:00 (UTC)
the problem is that it breaks fribidi, I hope to find some time tomorrow to do some tests, thank you
xantares commented on 2020-11-29 14:25 (UTC)
I tried your modification and yes it works!
xantares commented on 2020-11-27 20:20 (UTC)
I use the mingw-w64-mesa-git PKGBUILD, with the following modifications:
MESON_EXE_WRAPPER=/usr/bin/${_arch}-wine NEED_WINE=1 ${_arch}-meson build-${_arch} -Db_lto=false -Dgallium-drivers=swrast -Dbuild-tests=true
ninja test -C build-${_arch} ${MAKEFLAGS}
« First ‹ Previous 1 2 3 4 5 6 Next › Last »