Diff pcl-1.14.1-r2 with a pcl-9999
| /usr/portage/sci-libs/pcl/pcl-9999.ebuild 2024-12-25 14:59:52.715270181 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 11 | 11 |
else |
| 12 | 12 |
SRC_URI="https://github.com/PointCloudLibrary/pcl/archive/${P}.tar.gz"
|
| 13 | 13 |
S="${WORKDIR}/${PN}-${P}"
|
| 14 |
KEYWORDS="amd64 ~arm" |
|
| 14 |
KEYWORDS="~amd64 ~arm" |
|
| 15 | 15 |
fi |
| 16 | 16 | |
| 17 | 17 |
DESCRIPTION="2D/3D image and point cloud processing" |
| ... | ... | |
| 71 | 71 |
"${FILESDIR}"/${PN}-1.12.1-fix-hardcoded-relative-directory-of-the-installed-cmake-files.patch
|
| 72 | 72 |
"${FILESDIR}"/${PN}-1.14.1-gcc15.patch
|
| 73 | 73 |
"${FILESDIR}"/${PN}-1.14.1-tests.patch
|
| 74 |
"${FILESDIR}"/${PN}-1.14.1-boost.patch
|
|
| 75 |
"${FILESDIR}"/${PN}-1.14.1-boost-1.87.patch
|
|
| 76 | 74 |
) |
| 77 | 75 | |
| 78 | 76 |
src_prepare() {
|