Diff pdal-2.4.3-r1 with a pdal-2.5.3

/usr/portage/sci-libs/pdal/pdal-2.5.3.ebuild 2023-10-09 14:52:35.092368491 +0300
7 7

  
8 8
DESCRIPTION="A C++ library for translating and manipulating point cloud data"
9 9
HOMEPAGE="https://pdal.io/"
10
SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar.gz"
10
SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar.bz2"
11 11

  
12 12
LICENSE="BSD"
13
SLOT="0/14"
13
SLOT="0/15"
14 14
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
15 15
IUSE="postgres test"
16 16
RESTRICT="!test? ( test )"
......
37 37

  
38 38
S="${WORKDIR}/PDAL-${PV}-src"
39 39

  
40
PATCHES=(
41
	"${FILESDIR}/${P}-fix-test.patch"
42
	"${FILESDIR}/${P}-fix-gcc13.patch"
43
	"${FILESDIR}/${P}-fix-gdal37.patch"
44
)
45

  
46 40
src_configure() {
47 41
	local mycmakeargs=(
48 42
		-DBUILD_PLUGIN_PGPOINTCLOUD="$(usex postgres)"
......
54 48

  
55 49
src_test() {
56 50
	local myctestargs=(
57
		--exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test)'
51
		--exclude-regex '(pgpointcloudtest|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_io_stac_reader_test)'
58 52
		--output-on-failure
59 53
		-j1
60 54
	)
Thank you!