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 08CB4139086 for ; Wed, 18 Jan 2017 03:12:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C192E23400D; Wed, 18 Jan 2017 03:12:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9114B23400D for ; Wed, 18 Jan 2017 03:12:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2C332341236 for ; Wed, 18 Jan 2017 03:12:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 910A62860 for ; Wed, 18 Jan 2017 03:12:30 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1484709092.07f12629f4be3de438274439df2b2004d7f9024a.mattst88@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.33.0.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 07f12629f4be3de438274439df2b2004d7f9024a X-VCS-Branch: master Date: Wed, 18 Jan 2017 03:12:30 +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: fff2425a-92da-4c3c-a4cc-b410ab0556a2 X-Archives-Hash: 5065f6f7bc469fcfcf75ddcc3299effa commit: 07f12629f4be3de438274439df2b2004d7f9024a Author: Matt Turner gentoo org> AuthorDate: Wed Jan 18 03:11:32 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 18 03:11:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f12629 media-libs/vulkan-loader: Version bump to 1.0.33.0. Package-Manager: portage-2.3.0 media-libs/vulkan-loader/Manifest | 1 + .../vulkan-loader/vulkan-loader-1.0.33.0.ebuild | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/media-libs/vulkan-loader/Manifest b/media-libs/vulkan-loader/Manifest index af2a0b8..2daae4a 100644 --- a/media-libs/vulkan-loader/Manifest +++ b/media-libs/vulkan-loader/Manifest @@ -1 +1,2 @@ DIST vulkan-loader-1.0.30.0.tar.gz 2525490 SHA256 c72586930967dd815bbd6d1cf8a20378e360c06814c78c8c8e6896d97c9541dc SHA512 0dd35aa1203b5420c7edd5bc56d8fca13472674dfe126702e09c2776f2bf68c18b762e551d9d5fd2def1200c7c757c9e590dd8e08adbcb064401d327b9a42960 WHIRLPOOL 634595ca53faac69f3eb5cb25cec4e044577fb3ac69b131e8cfd411c576e15ded0a4e1f4a683c23a12fd4e1ab7c73d490ffa0cefa6653eedb8e5a993fc74d9f1 +DIST vulkan-loader-1.0.33.0.tar.gz 2570738 SHA256 b8aba6c614e4e95024384f7b239c39683fd36e1dc37f65f86793b8e2738d4445 SHA512 96ad3d3c82a4d0cbbc3c039ee8eb551ed939e56f8ed9470b37fd9429339cdbaa100f976d56dc3ab017c92c80283b24309a0b483f5435fb5394816a490cd7c8e8 WHIRLPOOL 11051fcd4fc092ecde0ad0dafeb7d38583e368ffc880253e658a34ace3ead890e0af4f859af31519fd396767a075ec7467f315eda3376074b0c4e5d5f757e0ba diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild new file mode 100644 index 00000000..270fcd4 --- /dev/null +++ b/media-libs/vulkan-loader/vulkan-loader-1.0.33.0.ebuild @@ -0,0 +1,55 @@ +# 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 + ) + cmake-utils_src_configure +} + +multilib_src_install() { + keepdir /etc/vulkan/icd.d + + cd "${BUILD_DIR}/loader" + 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}" + insinto /usr/include/vulkan + doins include/vulkan/*.h + einstalldocs +}