Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2
@ 2023-12-20 23:10 ar-jan
  2024-01-02 19:44 ` [PR PATCH] [Updated] " ar-jan
  2024-01-09 15:56 ` [PR PATCH] [Merged]: libpdal: update to 2.6.2; qgis: update to 3.34.2 and " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: ar-jan @ 2023-12-20 23:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 411 bytes --]

There is a new pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages pdal
https://github.com/void-linux/void-packages/pull/47858

libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/47858.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pdal-47858.patch --]
[-- Type: text/x-diff, Size: 2533 bytes --]

From 97d959414332d14a17951e632d370fedb72e3705 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:00:23 +0100
Subject: [PATCH 1/2] libpdal: update to 2.6.2.

- pdal_util was removed
- add proj dependency
---
 common/shlibs            | 4 ++--
 srcpkgs/libpdal/template | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a45654c4fa3cf..a6861f4863e82 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4274,6 +4274,6 @@ libusrsctp.so.2 usrsctp-0.9.5.0_1
 libdatachannel.so.0.19.1 libdatachannel-0.19.1_1
 libgeotiff.so.5 libgeotiff-1.7.1_1
 libdraco.so.8 draco-1.5.6_1
-libpdal_base.so.15 libpdal-2.5.6_1
-libpdal_util.so.15 libpdal-2.5.6_1
+libpdal_base.so.16 libpdal-2.6.2_1
+libpdalcpp.so.16 libpdal-2.6.2_1
 libdisplay-info.so.1 libdisplay-info-0.1.1_1
diff --git a/srcpkgs/libpdal/template b/srcpkgs/libpdal/template
index 812729bbd7ccb..e0d517c709ea9 100644
--- a/srcpkgs/libpdal/template
+++ b/srcpkgs/libpdal/template
@@ -1,19 +1,19 @@
 # Template file for 'libpdal'
 pkgname=libpdal
-version=2.5.6
+version=2.6.2
 revision=1
 build_style=cmake
 build_helper="qemu"
 hostmakedepends="pkg-config"
 makedepends="libcurl-devel libgdal-devel libgeotiff-devel libunwind-devel
- libxml2-devel python3-devel tiff-devel zlib-devel"
+ libxml2-devel proj-devel python3-devel tiff-devel zlib-devel"
 checkdepends="libgdal-tools"
 short_desc="Point Data Abstraction Library"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pdal.io/"
 distfiles="https://github.com/PDAL/PDAL/releases/download/${version}/PDAL-${version}-src.tar.gz"
-checksum=c4f51e7bb9843ecc5d51c47aad87d8ddbd919111fb49222294c5835be7c1fa85
+checksum=9d532d745339cd793fbcab49ca56f05eb66779b8bd3e9f5c188c0238fee87d21
 
 do_check() {
 	cd build

From 57afcfd48c2cc16ecb634087531a3f6845ecc27e Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Thu, 21 Dec 2023 00:03:47 +0100
Subject: [PATCH 2/2] qgis: rebuild for libpdal-2.6.2

---
 srcpkgs/qgis/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qgis/template b/srcpkgs/qgis/template
index 3c7edb573363e..43396617ccc73 100644
--- a/srcpkgs/qgis/template
+++ b/srcpkgs/qgis/template
@@ -1,7 +1,7 @@
 # Template file for 'qgis'
 pkgname=qgis
 version=3.34.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
  -DGRASS_PREFIX8=${XBPS_CROSS_BASE}/usr/lib/grass"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2
  2023-12-20 23:10 [PR PATCH] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2 ar-jan
@ 2024-01-02 19:44 ` ar-jan
  2024-01-09 15:56 ` [PR PATCH] [Merged]: libpdal: update to 2.6.2; qgis: update to 3.34.2 and " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: ar-jan @ 2024-01-02 19:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages pdal
https://github.com/void-linux/void-packages/pull/47858

libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2
#### Testing the changes
- I tested the changes in this PR: **briefly**


A patch file from https://github.com/void-linux/void-packages/pull/47858.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pdal-47858.patch --]
[-- Type: text/x-diff, Size: 2970 bytes --]

From 8dde2301dbf57c84fc047927fe77ada2ae424a12 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 27 Nov 2023 17:00:23 +0100
Subject: [PATCH 1/2] libpdal: update to 2.6.2.

- pdal_util was removed
- add proj dependency
---
 common/shlibs            | 4 ++--
 srcpkgs/libpdal/template | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c086125eb8cd4..e5924fa5a357e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4274,7 +4274,7 @@ libusrsctp.so.2 usrsctp-0.9.5.0_1
 libdatachannel.so.0.19.1 libdatachannel-0.19.1_1
 libgeotiff.so.5 libgeotiff-1.7.1_1
 libdraco.so.8 draco-1.5.6_1
-libpdal_base.so.15 libpdal-2.5.6_1
-libpdal_util.so.15 libpdal-2.5.6_1
+libpdal_base.so.16 libpdal-2.6.2_1
+libpdalcpp.so.16 libpdal-2.6.2_1
 libdisplay-info.so.1 libdisplay-info-0.1.1_1
 libsqsh.so.1 libsqsh-1.3.0_1
diff --git a/srcpkgs/libpdal/template b/srcpkgs/libpdal/template
index 812729bbd7ccb..e0d517c709ea9 100644
--- a/srcpkgs/libpdal/template
+++ b/srcpkgs/libpdal/template
@@ -1,19 +1,19 @@
 # Template file for 'libpdal'
 pkgname=libpdal
-version=2.5.6
+version=2.6.2
 revision=1
 build_style=cmake
 build_helper="qemu"
 hostmakedepends="pkg-config"
 makedepends="libcurl-devel libgdal-devel libgeotiff-devel libunwind-devel
- libxml2-devel python3-devel tiff-devel zlib-devel"
+ libxml2-devel proj-devel python3-devel tiff-devel zlib-devel"
 checkdepends="libgdal-tools"
 short_desc="Point Data Abstraction Library"
 maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://pdal.io/"
 distfiles="https://github.com/PDAL/PDAL/releases/download/${version}/PDAL-${version}-src.tar.gz"
-checksum=c4f51e7bb9843ecc5d51c47aad87d8ddbd919111fb49222294c5835be7c1fa85
+checksum=9d532d745339cd793fbcab49ca56f05eb66779b8bd3e9f5c188c0238fee87d21
 
 do_check() {
 	cd build

From 0f71a2041e0ae4a15a458a4d7da4f3e3c0ec609c Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Thu, 21 Dec 2023 00:03:47 +0100
Subject: [PATCH 2/2] qgis: update to 3.34.2; rebuild for libpdal-2.6.2

---
 srcpkgs/qgis/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/qgis/template b/srcpkgs/qgis/template
index 3c7edb573363e..0fed01a6d8748 100644
--- a/srcpkgs/qgis/template
+++ b/srcpkgs/qgis/template
@@ -1,6 +1,6 @@
 # Template file for 'qgis'
 pkgname=qgis
-version=3.34.1
+version=3.34.2
 revision=1
 build_style=cmake
 configure_args="-DENABLE_TESTS=OFF -DWITH_3D=True -DWITH_PDAL=True
@@ -28,7 +28,7 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://qgis.org"
 distfiles="https://github.com/qgis/QGIS/archive/final-${version//./_}.tar.gz"
-checksum=c8741aab945c66df7f83dee985f1127fd91a21b29f26a2833a9dee294608f9e4
+checksum=2c1ae6041cab21797317f9c533740c5bfe1ba984a491ea381295bc19da9c054e
 
 post_install() {
 	mv ${DESTDIR}/usr/share/qgis/python ${DESTDIR}/usr/lib/qgis/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: libpdal: update to 2.6.2; qgis: update to 3.34.2 and rebuild for libpdal-2.6.2
  2023-12-20 23:10 [PR PATCH] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2 ar-jan
  2024-01-02 19:44 ` [PR PATCH] [Updated] " ar-jan
@ 2024-01-09 15:56 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-01-09 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

There's a merged pull request on the void-packages repository

libpdal: update to 2.6.2; qgis: update to 3.34.2 and rebuild for libpdal-2.6.2
https://github.com/void-linux/void-packages/pull/47858

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-01-09 15:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-20 23:10 [PR PATCH] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2 ar-jan
2024-01-02 19:44 ` [PR PATCH] [Updated] " ar-jan
2024-01-09 15:56 ` [PR PATCH] [Merged]: libpdal: update to 2.6.2; qgis: update to 3.34.2 and " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).