Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgdal : update to 3.1.3
@ 2020-10-15  8:55 pandom79
  2020-10-16 15:00 ` [PR REVIEW] " ahesford
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pandom79 @ 2020-10-15  8:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pandom79/void-packages libgdal
https://github.com/void-linux/void-packages/pull/25626

libgdal : update to 3.1.3
required by hdf5

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

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

From d4e0d66c4b69f02d885d7733768c3e6b1e995670 Mon Sep 17 00:00:00 2001
From: Domenico Panella <domenico@VoidDomenico.localdomain>
Date: Thu, 15 Oct 2020 10:53:57 +0200
Subject: [PATCH] libgdal : update to 3.1.3

---
 common/shlibs            | 2 +-
 srcpkgs/libgdal/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e50e44f1246..048f22f1146 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2470,7 +2470,7 @@ libu2f-host.so.0 libu2f-host-1.0.0_1
 libu2f-server.so.0 libu2f-server-1.0.1_2
 libsqlcipher.so.0 sqlcipher-3.3.1_1
 libgta.so.1 libgta-1.2.0_1
-libgdal.so.26 libgdal-3.0.0_1
+libgdal.so.27 libgdal-3.1.3_1
 libosgViewer.so.131 osg-3.4.1_1
 libosgShadow.so.131 osg-3.4.1_1
 libosgParticle.so.131 osg-3.4.1_1
diff --git a/srcpkgs/libgdal/template b/srcpkgs/libgdal/template
index c858c4264f1..e228420ed00 100644
--- a/srcpkgs/libgdal/template
+++ b/srcpkgs/libgdal/template
@@ -1,7 +1,7 @@
 # Template file for 'libgdal'
 pkgname=libgdal
-version=3.0.4
-revision=6
+version=3.1.3
+revision=1
 wrksrc="gdal-${version}"
 build_style=gnu-configure
 configure_args="--with-liblzma --with-webp --with-zstd --with-podofo --with-opencl=yes"
@@ -15,7 +15,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
 license="MIT"
 homepage="http://www.gdal.org/"
 distfiles="http://download.osgeo.org/gdal/${version}/gdal-${version}.tar.xz"
-checksum=5569a4daa1abcbba47a9d535172fc335194d9214fdb96cd0f139bb57329ae277
+checksum=161cf55371a143826f1d76ce566db1f0a666496eeb4371aed78b1642f219d51d
 subpackages="libgdal-devel libgdal-tools"
 
 if [ -z "$CROSS_BUILD" ]; then

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

* Re: [PR REVIEW] libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
@ 2020-10-16 15:00 ` ahesford
  2020-10-16 15:21 ` pandom79
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-10-16 15:00 UTC (permalink / raw)
  To: ml

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

New review comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25626#discussion_r506517639

Comment:
This will break all of the packages listed in `xrevshlib libgdal`, they need to be revbumped to be rebuilt with the new library.

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

* Re: [PR REVIEW] libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
  2020-10-16 15:00 ` [PR REVIEW] " ahesford
@ 2020-10-16 15:21 ` pandom79
  2020-10-17 17:43 ` pandom79
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pandom79 @ 2020-10-16 15:21 UTC (permalink / raw)
  To: ml

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

New review comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/25626#discussion_r506538469

Comment:
ok

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

* Re: [PR REVIEW] libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
  2020-10-16 15:00 ` [PR REVIEW] " ahesford
  2020-10-16 15:21 ` pandom79
@ 2020-10-17 17:43 ` pandom79
  2020-10-17 17:46 ` pandom79
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pandom79 @ 2020-10-17 17:43 UTC (permalink / raw)
  To: ml

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

New review comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/25626#discussion_r506966470

Comment:
they will all be ready by tomorrow....:)

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

* Re: [PR REVIEW] libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
                   ` (2 preceding siblings ...)
  2020-10-17 17:43 ` pandom79
@ 2020-10-17 17:46 ` pandom79
  2020-10-21 15:38 ` ahesford
  2020-10-21 15:38 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: pandom79 @ 2020-10-17 17:46 UTC (permalink / raw)
  To: ml

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

New review comment by pandom79 on void-packages repository

https://github.com/void-linux/void-packages/pull/25626#discussion_r506966470

Comment:
they will all be ready by tomorrow....ahahaa :)

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

* Re: libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
                   ` (3 preceding siblings ...)
  2020-10-17 17:46 ` pandom79
@ 2020-10-21 15:38 ` ahesford
  2020-10-21 15:38 ` [PR PATCH] [Closed]: " ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-10-21 15:38 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/25626#issuecomment-713666906

Comment:
Please incorporate with #25569 because this must be built *after* `hdf5`, and remember to bump everything that depends on this too.

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

* Re: [PR PATCH] [Closed]: libgdal : update to 3.1.3
  2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
                   ` (4 preceding siblings ...)
  2020-10-21 15:38 ` ahesford
@ 2020-10-21 15:38 ` ahesford
  5 siblings, 0 replies; 7+ messages in thread
From: ahesford @ 2020-10-21 15:38 UTC (permalink / raw)
  To: ml

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

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

libgdal : update to 3.1.3
https://github.com/void-linux/void-packages/pull/25626

Description:
required by hdf5

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

end of thread, other threads:[~2020-10-21 15:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  8:55 [PR PATCH] libgdal : update to 3.1.3 pandom79
2020-10-16 15:00 ` [PR REVIEW] " ahesford
2020-10-16 15:21 ` pandom79
2020-10-17 17:43 ` pandom79
2020-10-17 17:46 ` pandom79
2020-10-21 15:38 ` ahesford
2020-10-21 15:38 ` [PR PATCH] [Closed]: " ahesford

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).