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)
- Show 28 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
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}
drakkan commented on 2020-11-27 08:51 (UTC)
Hi,
can you please paste you mesa PKGBUILD so I can do some tests?
a change like this one:
breaks fribidi tests
xantares commented on 2020-11-26 18:37 (UTC) (edited on 2020-11-26 19:08 (UTC) by xantares)
I appears it helps to set MESON_EXE_WRAPPER env variable when calling i686-w64-mingw32-meson when configuring mesa for tests to be run, should it be defined inside the wrapper when NEED_WINE is set ?
would this be an alternative to having to use 2 different config files ?
drakkan commented on 2020-11-03 18:01 (UTC)
Hi,
I think we need to change
properties
tobuilt-in options
here. I cannot test this change before tomorrowxantares commented on 2020-11-03 17:50 (UTC) (edited on 2020-11-03 17:50 (UTC) by xantares)
hello,
seems something has changed in latest meson, can you have a look:
DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
drakkan commented on 2020-08-21 11:43 (UTC)
Please take a look here
« First ‹ Previous 1 2 3 4 5 6 Next › Last »