Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: spatialite-tools
@ 2022-03-20 16:45 ar-jan
  2022-03-20 16:54 ` [PR PATCH] [Updated] " ar-jan
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: ar-jan @ 2022-03-20 16:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages spatialite-tools
https://github.com/void-linux/void-packages/pull/36247

New package: spatialite-tools
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From a47f9facfd81868263bcc977146d87a5143c080b Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:25 +0100
Subject: [PATCH 1/2] New package: readosm-1.1.0a

---
 common/shlibs            |  1 +
 srcpkgs/readosm-devel    |  1 +
 srcpkgs/readosm/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/readosm-devel
 create mode 100644 srcpkgs/readosm/template

diff --git a/common/shlibs b/common/shlibs
index 83b5783cb026..c48358d3e4d7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4116,6 +4116,7 @@ libjvm.so openjdk17-jre-17.0.1+12_1
 librttopo.so.1 librttopo-1.1.0_1
 libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
+libreadosm.so.1 readosm-1.1.0a_1
 libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
 librz_bp.so.0.3.4 rizin-0.3.4_1
diff --git a/srcpkgs/readosm-devel b/srcpkgs/readosm-devel
new file mode 120000
index 000000000000..d00e67c9449d
--- /dev/null
+++ b/srcpkgs/readosm-devel
@@ -0,0 +1 @@
+readosm
\ No newline at end of file
diff --git a/srcpkgs/readosm/template b/srcpkgs/readosm/template
new file mode 100644
index 000000000000..70867003b0e6
--- /dev/null
+++ b/srcpkgs/readosm/template
@@ -0,0 +1,24 @@
+# Template file for 'readosm'
+pkgname=readosm
+version=1.1.0a
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="zlib-devel expat-devel"
+short_desc="ReadOSM library for extracting valid data from OpenStreetMap input"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.gaia-gis.it/fossil/readosm/index"
+distfiles="http://www.gaia-gis.it/gaia-sins/readosm-$version.tar.gz"
+checksum=db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145
+
+readosm-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

From 5dadee122bdc0f7cbe0e678bcbe6d867d97677a0 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:59 +0100
Subject: [PATCH 2/2] New package: spatialite-tools-5.0.0

---
 .../patches/spatialite-tools_lxml2.patch      | 22 +++++++++++++++++++
 srcpkgs/spatialite-tools/template             | 16 ++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
 create mode 100644 srcpkgs/spatialite-tools/template

diff --git a/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
new file mode 100644
index 000000000000..b57913813b33
--- /dev/null
+++ b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
@@ -0,0 +1,22 @@
+https://src.fedoraproject.org/rpms/spatialite-tools/blob/rawhide/f/spatialite-tools_lxml2.patch
+
+--- a/Makefile.am	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.am	2021-12-14 15:45:19.962324159 +0100
+@@ -49,6 +49,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LIBADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
+--- a/Makefile.in	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.in	2021-12-14 15:45:42.976287325 +0100
+@@ -492,6 +492,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LDADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
diff --git a/srcpkgs/spatialite-tools/template b/srcpkgs/spatialite-tools/template
new file mode 100644
index 000000000000..d174698b3150
--- /dev/null
+++ b/srcpkgs/spatialite-tools/template
@@ -0,0 +1,16 @@
+# Template file for 'spatialite-tools'
+pkgname=spatialite-tools
+version=5.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config geos-devel libtool"
+makedepends="sqlite-devel zlib-devel proj-devel freexl-devel
+ geos-devel librttopo-devel libxml2-devel minizip-devel
+ expat-devel readline-devel readosm-devel"
+depends="libspatialite"
+short_desc="CLI tools supporting SpatiaLite"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.gaia-gis.it/fossil/spatialite-tools/index"
+distfiles="http://www.gaia-gis.it/gaia-sins/spatialite-tools-$version.tar.gz"
+checksum=ad092d90ccb2c480f372d1e24b1e6ad9aa8a4bb750e094efdcc6c37edb6b6d32

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

* Re: [PR PATCH] [Updated] New package: spatialite-tools
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
@ 2022-03-20 16:54 ` ar-jan
  2022-03-20 17:09 ` ar-jan
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-03-20 16:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages spatialite-tools
https://github.com/void-linux/void-packages/pull/36247

New package: spatialite-tools
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7925c53a6f1b3188f3aaa2614d3ff88b1eca4ee4 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:25 +0100
Subject: [PATCH 1/2] New package: readosm-1.1.0a

---
 common/shlibs            |  1 +
 srcpkgs/readosm-devel    |  1 +
 srcpkgs/readosm/template | 24 ++++++++++++++++++++++++
 3 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/readosm-devel
 create mode 100644 srcpkgs/readosm/template

diff --git a/common/shlibs b/common/shlibs
index 83b5783cb026..c48358d3e4d7 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4116,6 +4116,7 @@ libjvm.so openjdk17-jre-17.0.1+12_1
 librttopo.so.1 librttopo-1.1.0_1
 libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
+libreadosm.so.1 readosm-1.1.0a_1
 libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
 librz_bp.so.0.3.4 rizin-0.3.4_1
diff --git a/srcpkgs/readosm-devel b/srcpkgs/readosm-devel
new file mode 120000
index 000000000000..d00e67c9449d
--- /dev/null
+++ b/srcpkgs/readosm-devel
@@ -0,0 +1 @@
+readosm
\ No newline at end of file
diff --git a/srcpkgs/readosm/template b/srcpkgs/readosm/template
new file mode 100644
index 000000000000..e28e6f5d3d32
--- /dev/null
+++ b/srcpkgs/readosm/template
@@ -0,0 +1,24 @@
+# Template file for 'readosm'
+pkgname=readosm
+version=1.1.0a
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="zlib-devel expat-devel"
+short_desc="ReadOSM library for extracting valid data from OpenStreetMap input"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.gaia-gis.it/fossil/readosm/index"
+distfiles="https://www.gaia-gis.it/gaia-sins/readosm-$version.tar.gz"
+checksum=db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145
+
+readosm-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

From 5d7d4a13f38ce21d7380feed31ef7142ab5b0613 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:59 +0100
Subject: [PATCH 2/2] New package: spatialite-tools-5.0.0

---
 .../patches/spatialite-tools_lxml2.patch      | 22 +++++++++++++++++++
 srcpkgs/spatialite-tools/template             | 16 ++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
 create mode 100644 srcpkgs/spatialite-tools/template

diff --git a/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
new file mode 100644
index 000000000000..b57913813b33
--- /dev/null
+++ b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
@@ -0,0 +1,22 @@
+https://src.fedoraproject.org/rpms/spatialite-tools/blob/rawhide/f/spatialite-tools_lxml2.patch
+
+--- a/Makefile.am	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.am	2021-12-14 15:45:19.962324159 +0100
+@@ -49,6 +49,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LIBADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
+--- a/Makefile.in	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.in	2021-12-14 15:45:42.976287325 +0100
+@@ -492,6 +492,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LDADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
diff --git a/srcpkgs/spatialite-tools/template b/srcpkgs/spatialite-tools/template
new file mode 100644
index 000000000000..0a98c151df36
--- /dev/null
+++ b/srcpkgs/spatialite-tools/template
@@ -0,0 +1,16 @@
+# Template file for 'spatialite-tools'
+pkgname=spatialite-tools
+version=5.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config geos-devel libspatialite-devel"
+makedepends="sqlite-devel zlib-devel proj-devel freexl-devel
+ geos-devel librttopo-devel libxml2-devel minizip-devel
+ libspatialite-devel expat-devel readline-devel readosm-devel"
+depends="libspatialite"
+short_desc="CLI tools supporting SpatiaLite"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.gaia-gis.it/fossil/spatialite-tools/index"
+distfiles="https://www.gaia-gis.it/gaia-sins/spatialite-tools-$version.tar.gz"
+checksum=ad092d90ccb2c480f372d1e24b1e6ad9aa8a4bb750e094efdcc6c37edb6b6d32

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

* Re: New package: spatialite-tools
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
  2022-03-20 16:54 ` [PR PATCH] [Updated] " ar-jan
@ 2022-03-20 17:09 ` ar-jan
  2022-03-21  9:19 ` New package: spatialite-tools, readosm ar-jan
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-03-20 17:09 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1073293415

Comment:
My local build fails so I haven't tested it (yet).

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
  2022-03-20 16:54 ` [PR PATCH] [Updated] " ar-jan
  2022-03-20 17:09 ` ar-jan
@ 2022-03-21  9:19 ` ar-jan
  2022-03-24 21:36 ` ar-jan
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-03-21  9:19 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1073293415

Comment:
~My local build fails~ local build works (from a clean repository without conflicting builds), but haven't tested it yet because I have a conflicting local update (libproj) installed.

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (2 preceding siblings ...)
  2022-03-21  9:19 ` New package: spatialite-tools, readosm ar-jan
@ 2022-03-24 21:36 ` ar-jan
  2022-03-24 21:36 ` ar-jan
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-03-24 21:36 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1073293415

Comment:
~My local build fails local build works (from a clean repository without conflicting builds), but haven't tested it yet because I have a conflicting local update (libproj) installed.~

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (3 preceding siblings ...)
  2022-03-24 21:36 ` ar-jan
@ 2022-03-24 21:36 ` ar-jan
  2022-04-25 19:59 ` ar-jan
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-03-24 21:36 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1078409155

Comment:
Now tested.

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (4 preceding siblings ...)
  2022-03-24 21:36 ` ar-jan
@ 2022-04-25 19:59 ` ar-jan
  2022-05-22 14:21 ` [PR PATCH] [Updated] " ar-jan
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-04-25 19:59 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1108982097

Comment:
Hi @the-maldridge, I see you added spatialite, care to commit spatialite-tools as well?

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

* Re: [PR PATCH] [Updated] New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (5 preceding siblings ...)
  2022-04-25 19:59 ` ar-jan
@ 2022-05-22 14:21 ` ar-jan
  2022-08-21  2:16 ` github-actions
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-05-22 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages spatialite-tools
https://github.com/void-linux/void-packages/pull/36247

New package: spatialite-tools, readosm
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From b4d85dec2afe9a5fb2d8861380f8a45aa4f5efe7 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:25 +0100
Subject: [PATCH 1/2] New package: readosm-1.1.0a

---
 common/shlibs            |  2 ++
 srcpkgs/readosm-devel    |  1 +
 srcpkgs/readosm/template | 24 ++++++++++++++++++++++++
 3 files changed, 27 insertions(+)
 create mode 120000 srcpkgs/readosm-devel
 create mode 100644 srcpkgs/readosm/template

diff --git a/common/shlibs b/common/shlibs
index 058109664658..287efa048355 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4125,6 +4125,8 @@ librttopo.so.1 librttopo-1.1.0_1
 libspatialite.so.7 libspatialite-5.0.1_1
 mod_spatialite.so.7 libspatialite-5.0.1_1
 libSvtAv1Enc.so.1 libsvt-av1-1.0.0_1
+libreadosm.so.1 readosm-1.1.0a_1
+libSvtAv1Enc.so.0 libsvt-av1-0.9.0_1
 libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
 librz_bp.so.0.3.4 rizin-0.3.4_1
 librz_reg.so.0.3.4 rizin-0.3.4_1
diff --git a/srcpkgs/readosm-devel b/srcpkgs/readosm-devel
new file mode 120000
index 000000000000..d00e67c9449d
--- /dev/null
+++ b/srcpkgs/readosm-devel
@@ -0,0 +1 @@
+readosm
\ No newline at end of file
diff --git a/srcpkgs/readosm/template b/srcpkgs/readosm/template
new file mode 100644
index 000000000000..e28e6f5d3d32
--- /dev/null
+++ b/srcpkgs/readosm/template
@@ -0,0 +1,24 @@
+# Template file for 'readosm'
+pkgname=readosm
+version=1.1.0a
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config"
+makedepends="zlib-devel expat-devel"
+short_desc="ReadOSM library for extracting valid data from OpenStreetMap input"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="MPL-1.1, GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://www.gaia-gis.it/fossil/readosm/index"
+distfiles="https://www.gaia-gis.it/gaia-sins/readosm-$version.tar.gz"
+checksum=db7c051d256cec7ecd4c3775ab9bc820da5a4bf72ffd4e9f40b911d79770f145
+
+readosm-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

From e3840c14d861ae83df006022f5822585a53a16c8 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Sun, 20 Mar 2022 17:42:59 +0100
Subject: [PATCH 2/2] New package: spatialite-tools-5.0.0

---
 .../patches/spatialite-tools_lxml2.patch      | 22 +++++++++++++++++++
 srcpkgs/spatialite-tools/template             | 16 ++++++++++++++
 2 files changed, 38 insertions(+)
 create mode 100644 srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
 create mode 100644 srcpkgs/spatialite-tools/template

diff --git a/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
new file mode 100644
index 000000000000..b57913813b33
--- /dev/null
+++ b/srcpkgs/spatialite-tools/patches/spatialite-tools_lxml2.patch
@@ -0,0 +1,22 @@
+https://src.fedoraproject.org/rpms/spatialite-tools/blob/rawhide/f/spatialite-tools_lxml2.patch
+
+--- a/Makefile.am	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.am	2021-12-14 15:45:19.962324159 +0100
+@@ -49,6 +49,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LIBADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
+--- a/Makefile.in	2021-02-07 17:34:04.000000000 +0100
++++ b/Makefile.in	2021-12-14 15:45:42.976287325 +0100
+@@ -492,6 +492,7 @@ shp_doctor_SOURCES = shp_doctor.c
+ shp_sanitize_SOURCES = shp_sanitize.c
+ exif_loader_SOURCES = exif_loader.c
+ spatialite_xml_validator_SOURCES = spatialite_xml_validator.c
++spatialite_xml_validator_LDADD = @LIBXML2_LIBS@
+ spatialite_xml_load_SOURCES = spatialite_xml_load.c
+ spatialite_xml2utf8_SOURCES = spatialite_xml2utf8.c
+ spatialite_xml_collapse_SOURCES = spatialite_xml_collapse.c
diff --git a/srcpkgs/spatialite-tools/template b/srcpkgs/spatialite-tools/template
new file mode 100644
index 000000000000..0a98c151df36
--- /dev/null
+++ b/srcpkgs/spatialite-tools/template
@@ -0,0 +1,16 @@
+# Template file for 'spatialite-tools'
+pkgname=spatialite-tools
+version=5.0.0
+revision=1
+build_style=gnu-configure
+hostmakedepends="pkg-config geos-devel libspatialite-devel"
+makedepends="sqlite-devel zlib-devel proj-devel freexl-devel
+ geos-devel librttopo-devel libxml2-devel minizip-devel
+ libspatialite-devel expat-devel readline-devel readosm-devel"
+depends="libspatialite"
+short_desc="CLI tools supporting SpatiaLite"
+maintainer="Arjan Mossel <arjanmossel@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://www.gaia-gis.it/fossil/spatialite-tools/index"
+distfiles="https://www.gaia-gis.it/gaia-sins/spatialite-tools-$version.tar.gz"
+checksum=ad092d90ccb2c480f372d1e24b1e6ad9aa8a4bb750e094efdcc6c37edb6b6d32

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (6 preceding siblings ...)
  2022-05-22 14:21 ` [PR PATCH] [Updated] " ar-jan
@ 2022-08-21  2:16 ` github-actions
  2022-08-22 14:56 ` ar-jan
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-08-21  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1221451894

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (7 preceding siblings ...)
  2022-08-21  2:16 ` github-actions
@ 2022-08-22 14:56 ` ar-jan
  2022-11-22  2:11 ` github-actions
  2022-11-22  4:29 ` [PR PATCH] [Merged]: " the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: ar-jan @ 2022-08-22 14:56 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1222476916

Comment:
bump

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

* Re: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (8 preceding siblings ...)
  2022-08-22 14:56 ` ar-jan
@ 2022-11-22  2:11 ` github-actions
  2022-11-22  4:29 ` [PR PATCH] [Merged]: " the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-11-22  2:11 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36247#issuecomment-1322920041

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Merged]: New package: spatialite-tools, readosm
  2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
                   ` (9 preceding siblings ...)
  2022-11-22  2:11 ` github-actions
@ 2022-11-22  4:29 ` the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: the-maldridge @ 2022-11-22  4:29 UTC (permalink / raw)
  To: ml

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

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

New package: spatialite-tools, readosm
https://github.com/void-linux/void-packages/pull/36247

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-22  4:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-20 16:45 [PR PATCH] New package: spatialite-tools ar-jan
2022-03-20 16:54 ` [PR PATCH] [Updated] " ar-jan
2022-03-20 17:09 ` ar-jan
2022-03-21  9:19 ` New package: spatialite-tools, readosm ar-jan
2022-03-24 21:36 ` ar-jan
2022-03-24 21:36 ` ar-jan
2022-04-25 19:59 ` ar-jan
2022-05-22 14:21 ` [PR PATCH] [Updated] " ar-jan
2022-08-21  2:16 ` github-actions
2022-08-22 14:56 ` ar-jan
2022-11-22  2:11 ` github-actions
2022-11-22  4:29 ` [PR PATCH] [Merged]: " the-maldridge

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