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 »
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
xantares commented on 2020-08-21 11:15 (UTC)
Hello.
How can I add custom flags to my build ?
I tried setting CXXFLAGS/LDFLAGS/CFLAGS without luck:
CXXFLAGS="-fno-lto" ${_arch}-meson
xan.
Martchus commented on 2019-12-06 14:16 (UTC)
That's similar to qmake. But you can still at least insert the flags at build time of the
mingw-w64-mesion
package instead of duplicating them. I did the same formingw-w64-qt5-base
: https://github.com/Martchus/PKGBUILDs/commit/6face8aef30195f0800623e38e60c460c3db0876This way we can change flags when needed by only customizing
mingw-w64-environment
and just need to rebuildmingw-w64-meson
(andmingw-w64-qt5-base
).xantares commented on 2019-12-04 08:19 (UTC) (edited on 2019-12-04 08:19 (UTC) by xantares)
ok; seems their design allow to have rules for native and cross targets in the same build, no idea what it's for
drakkan commented on 2019-12-02 21:29 (UTC) (edited on 2019-12-02 21:30 (UTC) by drakkan)
@xantares, I don't think that this work for meson, from the docs:
https://mesonbuild.com/Builtin-options.html
I just did a quick test adding -v to
ninja
for mingw-w64-libsoup, current meson wrapper:meson wrapper modified as you suggest:
« First ‹ Previous 1 2 3 4 5 6 Next › Last »