Github messages for voidlinux
 help / color / mirror / Atom feed
From: ar-jan <ar-jan@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libpdal: update to 2.6.2; qgis: rebuild for libpdal-2.6.2
Date: Tue, 02 Jan 2024 20:44:31 +0100	[thread overview]
Message-ID: <20240102194431.axUDjvwzQGomzBmNVGoZ_me6ZtuDc8N_VKYFjh0vP4g@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47858@inbox.vuxu.org>

[-- 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/

  reply	other threads:[~2024-01-02 19:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-20 23:10 [PR PATCH] " ar-jan
2024-01-02 19:44 ` ar-jan [this message]
2024-01-09 15:56 ` [PR PATCH] [Merged]: libpdal: update to 2.6.2; qgis: update to 3.34.2 and " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240102194431.axUDjvwzQGomzBmNVGoZ_me6ZtuDc8N_VKYFjh0vP4g@z \
    --to=ar-jan@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).