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 »
xantares commented on 2019-12-02 20:53 (UTC)
hello, can you use mingw-w64-environment ?
just do "source mingw-env @TRIPLE@" at beginning of meson-mingw-wrapper instead of setting all the flags manually, see /usr/bin/mingw-env.sh
xan.
xantares commented on 2019-11-17 11:56 (UTC)
one last thing, can you add the "-Wl,-O1,--sort-common,--as-needed" linker flags that are used in mingw-w64-configure and mingw-w64-cmake ?
xantares commented on 2019-11-17 11:43 (UTC)
thanks!
can you add mingw-w64-cmake as optdepends ?
xantares commented on 2019-11-17 10:47 (UTC) (edited on 2019-11-17 10:55 (UTC) by xantares)
could you add the cmake entry in toolchain-mingw.meson under [binaries] ?
cmake = '@TRIPLE@-cmake'
then mingw-w64-cmake can be added to optdepends
this is needed for mingw-w64-mesa if I want to switch to meson
rodrigo21 commented on 2019-11-16 22:28 (UTC)
Please add c_link_args = ['-fstack-protector'] and cpp_link_args = ['-fstack-protector'] under [properties] or some package will not build.
xantares commented on 2019-11-11 16:47 (UTC)
you'll probably want to add -fstack-protector to LDFLAGS with the new crt
drakkan commented on 2019-01-05 12:06 (UTC)
@xantares, ok I'll do some test with these flags
and I'll push the changes if all is fine.
Please note that with meson the flags
-O2 -g
ecc.. are added by buildtype:xantares commented on 2019-01-05 09:34 (UTC)
hi, you may want to update the flags here to add "fno-plt" like in w64-cmake
drakkan commented on 2018-12-22 18:22 (UTC)
@Martchus, we could add a new package (for example something like mingw-w64-env) that defines default mingw env vars and then modify mingw meson/cmake/configure to read these vars from the file provided by that package.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »