Search Criteria
Package Details: vulkan-intel-git 20.3.0_devel-1
Git Clone URL: | https://aur.archlinux.org/vulkan-intel-git.git (read-only, click to copy) |
---|---|
Package Base: | vulkan-intel-git |
Description: | Intel's Vulkan mesa driver |
Upstream URL: | http://www.mesa3d.org |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | haagch |
Maintainer: | haagch |
Last Packager: | haagch |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-21 23:13 |
Last Updated: | 2020-09-13 20:47 |
Dependencies (18)
- libgcrypt (libgcrypt15-git, libgcrypt-git)
- libpthread-stubs
- libxcb (libxcb-git)
- vulkan-icd-loader (vulkan-icd-loader-git)
- wayland (wayland-git, wayland-nodocs-git)
- git (git-git) (make)
- imake (make)
- libdrm (libdrm-grate-git, libdrm-git, libdrm-minimal-git) (make)
- libxdamage (make)
- libxmu (make)
- libxxf86vm (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- python (python-dbg) (make)
- talloc (make)
- wayland (wayland-git, wayland-nodocs-git) (make)
- xorg-server-devel (xorg-server1.12-devel, xorg-server-devel-notty, xorg-server-devel-sd_notify, xorg-server-devel-git, xorg-server-devel-noudev, xorg-server-devel-dev, xorg-server1.19-devel-git, xorg-server-devel-rootless-nosystemd-minimal-git, xorg-server-devel-rootless-nosystemd-minimal, xorg-xwayland-devel-rootless-nosystemd-minimal-git) (make)
- xorgproto (xorgproto-git) (make)
- expat>=2.0.1 (expat-git) (make)
Required by (3)
- gpu-viewer (requires vulkan-intel) (optional)
- neovide (requires vulkan-intel) (optional)
- prime (requires vulkan-intel) (optional)
Latest Comments
1 2 3 Next › Last »
haagch commented on 2020-09-13 20:49
Wow this package still exists. I would recommend just installing mesa git, but I updated this nevertheless. Also replaced some of the proto deps with xorgproto.
I don't maintain this very actively but if anyone else wants to do it, I can disown.
techwiz commented on 2020-09-03 21:46
Updated PKGBUILD incorporating @hugegameartgd's changes:
gatlinnewhouse commented on 2019-12-16 21:50
hugegameartgd commented on 2019-11-11 21:40
PKGBUILD needs to be changed from make to meson/ninja as there is no autogen.sh anymore.
Example:
morebitz commented on 2018-12-27 17:24
You still need to fix PKGBUILD if the package should get installed properly.
Line --with-vulkan-icddir="$srcdir/fakeinstall/usr/share/vulkan/icd.d" must be removed, because that directory does not exist.
haagch commented on 2018-03-14 11:50
Yea this package has not been updated in a long time. I take your word for it that the PKGBUILD works and updated it. I only commented out the debug and !strip options.
corrupt commented on 2018-03-14 11:45
Current pkgbuild does not install json file with driver description (/usr/share/vulkan/icd.d/intel_icd.x86_64.json) and loader cannot find the driver (/usr/lib/libvulkan_intel.so). So vkCreateInstance fails.
This pkgbuild solves the problem: https://pastebin.com/k5rxNt0q
Lone_Wolf commented on 2017-03-11 12:21
Haagch,
are you sure this package is still needed now both intel and radeon vulkan support is integrated in mesa ?
gutigen commented on 2016-05-24 01:10
configure: error: Package requirements (pthread-stubs) were not met
Needs libpthread-stubs from AUR to compile.
haagch commented on 2016-05-03 14:27
Ah I changed that locally and didn't update the AUR. Now it should work. They changed something in their configure script so --with-vulkan-icddir does something very weird now, but when removing --with-vulkan-icddir from the configure options, it does the right thing now.