Search Criteria
Package Details: aarch64-linux-gnu-meson 1.0.1-2
Git Clone URL: | https://aur.archlinux.org/aarch64-linux-gnu-meson.git (read-only, click to copy) |
---|---|
Package Base: | aarch64-linux-gnu-meson |
Description: | A meson wrapper for the ARM64 target |
Upstream URL: | http://fedoraproject.org/wiki/MinGW |
Licenses: | |
Submitter: | ATiltedTree |
Maintainer: | ATiltedTree |
Last Packager: | ATiltedTree |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-18 14:35 |
Last Updated: | 2020-03-20 09:40 |
Dependencies (5)
- aarch64-linux-gnu-environment
- aarch64-linux-gnu-gcc (aarch64-linux-gnu-gcc55, aarch64-linux-gnu-gcc49-linaro-bin)
- aarch64-linux-gnu-pkg-config
- meson (meson-git)
- qemu-arch-extra (qemu-headless-templeos, qemu-headless-arch-extra-templeos, qemu-block-iscsi-templeos, qemu-block-rbd-templeos, qemu-block-gluster-templeos, qemu-guest-agent-templeos, qemu-arch-extra-git)
Required by (2)
- aarch64-linux-gnu-glib2 (make)
- aarch64-linux-gnu-wayland (make)
Latest Comments
dcbaker commented on 2018-12-05 19:06
It feels really strange to me to not have the tools are required dependencies, if you just want the cross file without the dependencies it's on github and you can easily download it from there.
I've fixed the pkg-config entry and I'll update the pkg-build and fix .srcinfo
oxalin commented on 2018-12-02 05:52
Hi. I have a few suggestions to improve the building process.
First, as it is, I am unable to install this package directly. I had to clone the repository and launch makepkg. It seems your .SRCINFO is not up-to-date. Please, could you do "makepkg --printsrcinfo > .SRCINFO". This would be gladly appreciated.
Now, I would like to suggest keeping meson as the only package under "depends" and moving all the others under "optdepends". While I do understand that using the cross-compile file will need the listed tools, I don't think it should be mandatory. As an example: I was mostly interested in having a look at the cross-compile file and, to my surprise, I ended up to install the tools for an actual usage of the AARCH64 tools.
I also reported a bug in your git repository about a misslabel variable ("pkgconfig" instead of "pkg-config")
Thank you. Alexandre