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 »
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:
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.
« First ‹ Previous 1 2 3 4 5 6 Next › Last »