From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1974139694 for ; Mon, 13 Feb 2017 10:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04169E0C32; Mon, 13 Feb 2017 10:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C27CAE0C32 for ; Mon, 13 Feb 2017 10:35:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45F82340EF6 for ; Mon, 13 Feb 2017 10:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB472464B for ; Mon, 13 Feb 2017 10:35:13 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1486982099.b3963529155a60ed5d1972414c6f2d0481287f26.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-loader/Manifest media-libs/vulkan-loader/vulkan-loader-1.0.39.1.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b3963529155a60ed5d1972414c6f2d0481287f26 X-VCS-Branch: master Date: Mon, 13 Feb 2017 10:35:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c3273bb0-2f56-4842-b962-f247dd5c7087 X-Archives-Hash: cd64a45e0822017469658ac4528777b2 commit: b3963529155a60ed5d1972414c6f2d0481287f26 Author: Manuel Rüger gentoo org> AuthorDate: Mon Feb 13 10:34:59 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Feb 13 10:34:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3963529 media-libs/vulkan-loader: Version bump to 1.0.39.1 Package-Manager: portage-2.3.3 media-libs/vulkan-loader/Manifest | 1 + .../vulkan-loader/vulkan-loader-1.0.39.1.ebuild | 56 ++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/media-libs/vulkan-loader/Manifest b/media-libs/vulkan-loader/Manifest index 6a8f7fb0f3..7af2b8896f 100644 --- a/media-libs/vulkan-loader/Manifest +++ b/media-libs/vulkan-loader/Manifest @@ -1 +1,2 @@ DIST vulkan-loader-1.0.39.0.tar.gz 3614236 SHA256 146efb378dc143f9dc15843b29aec8e5a0ad74161628931f0057d9517457a846 SHA512 23d7ced204f76952d8b15b192c325d80264b75a7128d45a5d5dd7e9c033157ef18c9002138d89857f376b38b55974070ffacc60169ada19329f8ccd8122294fc WHIRLPOOL fb2565abc33f21fd02ff583768c0c23613c9d978e681e017639edefea276c4ff2153b10d042a9e35ee95c41b5276178210e9ee92e4c380e1d67419e464379f3d +DIST vulkan-loader-1.0.39.1.tar.gz 3614260 SHA256 39d130d2fc4cd59e3e3477330944e8c6f2beb8dff05a94af3861487a73d3952a SHA512 f5d808efb786d658b5e8837bb4910bd2e6ac536ada830b0f19a1602995849ebcc3f80f95890a6a2debeb05a62c0460d7af6e0041c0d7f79c70b9422be07bd79a WHIRLPOOL 0c9eb00cf872d3a6e375383194a7ccef59e40daded7c86554439eb94bb343f58cbb02b76c760aaab34f717655de65173b146e6c85ae4b1df01aee1e50c751e7d diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.39.1.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.0.39.1.ebuild new file mode 100644 index 0000000000..bc5901ed39 --- /dev/null +++ b/media-libs/vulkan-loader/vulkan-loader-1.0.39.1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python3_{4,5} ) + +if [[ "${PV}" == "9999" ]]; then + EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git" + inherit git-r3 +else + KEYWORDS="~amd64" + SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/Vulkan-LoaderAndValidationLayers-sdk-${PV}" +fi + +inherit python-any-r1 cmake-multilib + +DESCRIPTION="Vulkan Installable Client Driver (ICD) Loader" +HOMEPAGE="https://www.khronos.org/vulkan/" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +DEPEND="${PYTHON_DEPS}" +RDEPEND="" + +DOCS=( README.md LICENSE.txt ) + +multilib_src_configure() { + local mycmakeargs=( + -DCMAKE_SKIP_RPATH=True + -DBUILD_TESTS=False + -DBUILD_LAYERS=False + -DBUILD_DEMOS=False + -DBUILD_VKJSON=False + -DBUILD_LOADER=True + -DBUILD_WSI_MIR_SUPPORT=False + ) + cmake-utils_src_configure +} + +multilib_src_install() { + keepdir /etc/vulkan/icd.d + + cd "${BUILD_DIR}/loader" || die + dolib libvulkan.so.1.* + dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so.1 + dosym libvulkan.so.1.* /usr/$(get_libdir)/libvulkan.so + + cd "${S}" || die + insinto /usr/include/vulkan + doins include/vulkan/*.h + einstalldocs +}