summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-libs/vulkan-loader: Remove unused cmake variableNick Sarnie2018-12-161-1/+0
| | | | | | Fixes: https://bugs.gentoo.org/673230 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-libs/vulkan-loader: Bump to 1.1.92.1Nick Sarnie2018-11-291-2/+2
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* media-libs/vulkan-loader: Bump to 1.1.82.0Nick Sarnie2018-09-171-2/+2
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* media-libs/vulkan-loader: Backport upstream patchNick Sarnie2018-07-071-1/+1
| | | | | | | | Also update dep in 9999 Fixes: https://bugs.gentoo.org/658900 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* media-libs/vulkan-loader: Bump to 1.1.77.0Nick Sarnie2018-06-231-2/+3
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/vulkan-loader: Support new vulkan-headers install target for 9999Nick Sarnie2018-06-021-4/+1
| | | | | | Upstream cleaned this up, so we can drop the patch and use a variable Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/vulkan-tools: Renamed to dev-util/vulkan-toolsNick Sarnie2018-06-021-1/+1
|
* media-libs/vulkan-loader: Drop unnecessary patch from 9999Nick Sarnie2018-05-311-1/+0
| | | | | | Fixed upstream Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/vulkan-loader: Update HOMEPAGE and add vulkan-layers to PDEPENDNick Sarnie2018-05-261-3/+2
| | | | | | Reported-by: [Arfrever] on IRC Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/vulkan-loader: Adapt 9999 to new packagingNick Sarnie2018-05-261-14/+16
| | | | | | | | Change EGIT_REPO_URI Drop demos USE Depend on media-libs/vulkan-layers for layers USE Package-Manager: Portage-2.3.40, Repoman-2.3.9
* media-libs/vulkan-loader: Drop unnecessary patch from 9999Nick Sarnie2018-04-271-4/+1
| | | | | | This patch was accepted upstream, so let's drop it from 9999 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-libs/vulkan-loader: Fix the installation directory of the layersNick Sarnie2018-04-221-1/+4
| | | | | | | | | | Upstream installs them into ${prefix}/etc, but these are not configuration files. They should be in the data root directory. This change is based on an idea from stephan wezel <s.wezel@web.de> Bug: https://bugs.gentoo.org/619124 Package-Manager: Portage-2.3.31, Repoman-2.3.9
* media-libs/vulkan-loader: Fix installation with ninjaMatt Turner2018-04-151-1/+1
| | | | Closes: https://bugs.gentoo.org/650090
* media-libs/vulkan-loader: Require X if building demosNick Sarnie2018-04-141-0/+1
| | | | | Reported-by: Simon <simon.vanderveldt@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/8002
* media-libs/vulkan-loader: Add layers USENick Sarnie2018-04-141-3/+9
| | | | Closes: https://bugs.gentoo.org/619124
* media-libs/vulkan-loader: Remove now-unneeded patch from 9999Nick Sarnie2018-03-231-2/+0
| | | | | | | | | Not needed after upstream https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/commit/4efbd5c81cfb9071757e446d57957aa81e9d9374 (Thanks Chewi!) Signed-off-by: Nick Sarnie <commendsarnex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/7544
* media-libs/vulkan-loader: fix missing dep on libXrandrGeorgy Yakovlev2018-03-121-1/+4
| | | | | Closes: https://bugs.gentoo.org/649334 Closes: https://github.com/gentoo/gentoo/pull/7335
* media-libs/vulkan-loader: Add demos USE flagNick Sarnie2018-03-121-2/+5
| | | | | | | | USE=demos builds vulkaninfo and vulkan demos. Bug: https://bugs.gentoo.org/619124 Closes: https://github.com/gentoo/gentoo/pull/6300 Signed-off-by: Nick Sarnie <commendsarnex@gmail.com>
* media-libs/vulkan-loader: Add python3.6 supportMatt Turner2017-11-011-1/+1
| | | | | Closes: https://bugs.gentoo.org/636136 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* media-libs/vulkan-loader: Install things properly.Matt Turner2017-03-031-11/+1
| | | | | | | | We were not installing vulkan.hpp. We were (uselessly) installing LICENSE. And by manually installing the library, we were breaking things with clang -flto=thin (see $Bug). Bug: https://bugs.gentoo.org/600070
* media-libs/vulkan-loader: Change homepage to point to the github repo.Matt Turner2017-03-031-1/+1
|
* media-libs/vulkan-loader: Add wayland and X USE flags.Matt Turner2017-03-031-2/+7
| | | | Bug: https://bugs.gentoo.org/607154
* media-libs/vulkan-loader: Add git ebuild.Matt Turner2017-03-031-0/+55