From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA68C1389E2 for ; Mon, 8 Dec 2014 11:53:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E596E0B1E; Mon, 8 Dec 2014 11:53:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE5D3E0B1E for ; Mon, 8 Dec 2014 11:53:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B983404D9 for ; Mon, 8 Dec 2014 11:53:14 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2139) id 8DA6EBE17; Mon, 8 Dec 2014 11:53:13 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/pcl: metadata.xml ChangeLog pcl-1.7.2.ebuild pcl-9999.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml ChangeLog pcl-1.7.2.ebuild pcl-9999.ebuild X-VCS-Directories: sci-libs/pcl X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141208115313.8DA6EBE17@oystercatcher.gentoo.org> Date: Mon, 8 Dec 2014 11:53: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: a4326604-bb4e-44d5-ad4f-07e483a4ed96 X-Archives-Hash: ad23b14292f5e46f13c1dd8ace5d0244 aballier 14/12/08 11:53:13 Added: metadata.xml ChangeLog pcl-1.7.2.ebuild pcl-9999.ebuild Log: initial import, ebuild by me Signed-off-by: aballier@gentoo.org (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.1 sci-libs/pcl/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== aballier@gentoo.org Alexis Ballier Adds support for NVIDIA CUDA. Adds pcap file capabilities in some drivers. Adds convex-hull operation support via media-libs/qhull. Adds support for VTK-Visualizations. Builds and installs tutorials. The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. 1.1 sci-libs/pcl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for sci-libs/pcl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/ChangeLog,v 1.1 2014/12/08 11:53:13 aballier Exp $ *pcl-9999 (08 Dec 2014) *pcl-1.7.2 (08 Dec 2014) 08 Dec 2014; Alexis Ballier +pcl-1.7.2.ebuild, +pcl-9999.ebuild, +files/nogl.patch, +metadata.xml: initial import, ebuild by me 1.1 sci-libs/pcl/pcl-1.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild?rev=1.1&content-type=text/plain Index: pcl-1.7.2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-1.7.2.ebuild,v 1.1 2014/12/08 11:53:13 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/PointCloudLibrary/pcl" fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="http://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" fi HOMEPAGE="http://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" SLOT="0" IUSE="cuda doc opengl pcap png +qhull qt4 usb vtk sse test tutorials" RDEPEND=" >=sci-libs/flann-1.7.1 dev-libs/boost:=[threads] dev-cpp/eigen:3 opengl? ( virtual/opengl media-libs/freeglut ) pcap? ( net-libs/libpcap ) png? ( media-libs/libpng:0= ) qhull? ( media-libs/qhull ) qt4? ( dev-qt/qtgui:4 ) usb? ( virtual/libusb:1 ) vtk? ( >=sci-libs/vtk-5.6[imaging,rendering,qt4?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) " DEPEND="${RDEPEND} !!dev-cpp/metslib doc? ( app-doc/doxygen ) tutorials? ( dev-python/sphinx dev-python/sphinxcontrib-doxylink ) test? ( >=dev-cpp/gtest-1.6.0 ) virtual/pkgconfig" REQUIRED_USE=" tutorials? ( doc ) " PATCHES=( "${FILESDIR}/nogl.patch" ) src_configure() { local mycmakeargs=( "-DLIB_INSTALL_DIR=$(get_libdir)" "-DWITH_CUDA=$(usex cuda TRUE FALSE)" "-DWITH_LIBUSB=$(usex usb TRUE FALSE)" "-DWITH_OPENGL=$(usex opengl TRUE FALSE)" "-DWITH_PNG=$(usex png TRUE FALSE)" "-DWITH_QHULL=$(usex qhull TRUE FALSE)" "-DWITH_QT=$(usex qt4 TRUE FALSE)" "-DWITH_VTK=$(usex vtk TRUE FALSE)" "-DWITH_PCAP=$(usex pcap TRUE FALSE)" "-DPCL_ENABLE_SSE=$(usex sse TRUE FALSE)" "-DWITH_DOCS=$(usex doc TRUE FALSE)" "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)" "-DBUILD_TESTS=$(usex test TRUE FALSE)" ) cmake-utils_src_configure } 1.1 sci-libs/pcl/pcl-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild?rev=1.1&content-type=text/plain Index: pcl-9999.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/pcl/pcl-9999.ebuild,v 1.1 2014/12/08 11:53:13 aballier Exp $ EAPI=5 SCM="" if [ "${PV#9999}" != "${PV}" ] ; then SCM="git-r3" EGIT_REPO_URI="https://github.com/PointCloudLibrary/pcl" fi inherit ${SCM} cmake-utils multilib if [ "${PV#9999}" != "${PV}" ] ; then KEYWORDS="" SRC_URI="" else KEYWORDS="~amd64" SRC_URI="http://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz" S="${WORKDIR}/${PN}-${P}" fi HOMEPAGE="http://pointclouds.org/" DESCRIPTION="2D/3D image and point cloud processing" LICENSE="BSD" SLOT="0" IUSE="cuda doc opengl pcap png +qhull qt4 usb vtk sse test tutorials" RDEPEND=" >=sci-libs/flann-1.7.1 dev-libs/boost:=[threads] dev-cpp/eigen:3 opengl? ( virtual/opengl media-libs/freeglut ) pcap? ( net-libs/libpcap ) png? ( media-libs/libpng:0= ) qhull? ( media-libs/qhull ) qt4? ( dev-qt/qtgui:4 ) usb? ( virtual/libusb:1 ) vtk? ( >=sci-libs/vtk-5.6[imaging,rendering,qt4?] ) cuda? ( >=dev-util/nvidia-cuda-toolkit-4 ) " DEPEND="${RDEPEND} !!dev-cpp/metslib doc? ( app-doc/doxygen ) tutorials? ( dev-python/sphinx dev-python/sphinxcontrib-doxylink ) test? ( >=dev-cpp/gtest-1.6.0 ) virtual/pkgconfig" REQUIRED_USE=" tutorials? ( doc ) " src_configure() { local mycmakeargs=( "-DLIB_INSTALL_DIR=$(get_libdir)" "-DWITH_CUDA=$(usex cuda TRUE FALSE)" "-DWITH_LIBUSB=$(usex usb TRUE FALSE)" "-DWITH_OPENGL=$(usex opengl TRUE FALSE)" "-DWITH_PNG=$(usex png TRUE FALSE)" "-DWITH_QHULL=$(usex qhull TRUE FALSE)" "-DWITH_QT=$(usex qt4 TRUE FALSE)" "-DWITH_VTK=$(usex vtk TRUE FALSE)" "-DWITH_PCAP=$(usex pcap TRUE FALSE)" "-DPCL_ENABLE_SSE=$(usex sse TRUE FALSE)" "-DWITH_DOCS=$(usex doc TRUE FALSE)" "-DWITH_TUTORIALS=$(usex tutorials TRUE FALSE)" "-DBUILD_TESTS=$(usex test TRUE FALSE)" ) cmake-utils_src_configure }