Search Criteria
Package Details: mingw-w64-meson 1-25
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: | drakkan |
Votes: | 8 |
Popularity: | 0.000002 |
First Submitted: | 2018-04-23 10:40 (UTC) |
Last Updated: | 2023-12-30 20:41 (UTC) |
Dependencies (5)
- meson (meson-gitAUR)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR)
- 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 (48)
- mingw-w64-adwaita-icon-theme (make)
- mingw-w64-atk (make)
- mingw-w64-cairo (make)
- mingw-w64-cairo-bootstrap (make)
- mingw-w64-dav1d (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-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)
- mingw-w64-gst-plugins-good (make)
- mingw-w64-gst-plugins-ugly (make)
- mingw-w64-gst-rtsp-server (make)
- mingw-w64-gstreamer (make)
- mingw-w64-gtk3 (make)
- mingw-w64-gtk4 (make)
- mingw-w64-gtksourceview4 (make)
- mingw-w64-harfbuzz (make)
- mingw-w64-harfbuzz-icu (make)
- mingw-w64-libadwaita (make)
- mingw-w64-libelf-lfg-win32 (make)
- mingw-w64-libepoxy (make)
- mingw-w64-libinih (make)
- mingw-w64-libnice (make)
- mingw-w64-libplacebo (make)
- mingw-w64-libpsl (make)
- mingw-w64-librsvg (make)
- mingw-w64-libsoup (make)
- mingw-w64-libsoup3 (make)
- mingw-w64-libva (make)
- mingw-w64-mesa (make)
- mingw-w64-mesa-git (make)
- mingw-w64-orc (make)
- mingw-w64-p11-kit (make)
- mingw-w64-pango (make)
- mingw-w64-pixman (make)
- mingw-w64-vamp-plugin-sdk (make)
- mingw-w64-vmaf (make)
- mingw-w64-waffle (make)
- mingw-w64-xorgproto (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
drakkan commented on 2023-03-28 18:14 (UTC)
@xantares, pixman and cairo had the same issue, lto is enabled in the main repo. I'm not sure, maybe it's better to disable it to avoid potential unexpected problems
xantares commented on 2023-03-28 08:46 (UTC) (edited on 2023-03-28 08:46 (UTC) by xantares)
I wonder if other packages may seem to build fine but have execution problems because of lto
maybe we should consider to turn lto off by default in this package ?
drakkan commented on 2022-12-08 18:01 (UTC) (edited on 2022-12-08 18:02 (UTC) by drakkan)
@xexaxo, I mean to use
mingw-w64-cmake
instead of meson. I've never used this package to compile cmake based projects, but maybe the latest commit inmingw-w64-cmake
might helpxexaxo commented on 2022-12-04 15:38 (UTC)
@drakkan do you have an example meson project, where using
mingw-w64-cmake
works? I'm trying waffle and I need to remove themingw-w64-cmake
optdepends and/or cmake from the crossfile.Otherwise meson will fail with unable to determine cmake root. The issue is that meson is executing
x86_64-w64-mingw32-cmake --system-information -G Ninja
, which returns nothing due to the various-DCMAKE...
options added by the cmake wrapper.May I suggest removing
cmake
optdepends, cmake crossfile reference and-D strip=true
. Thanksdrakkan commented on 2022-11-21 18:40 (UTC)
Hi @xexaxo,
for cmake based build I think using
mingw-w64-cmake
is a better option. I have never used meson for cmake based builds (even if meson can support them). I can remove the automatic stripping if other developers agree. The cflags mentioned are from mingw-w64-environment that is supposed to provide common environment variables and functions for building mingw-w64-packages, they aren't set herexexaxo 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.« First ‹ Previous 1 2 3 4 5 6 Next › Last »