Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] viking: update to 1.9.
@ 2021-10-26 10:23 jhe2
  2021-10-26 10:43 ` jhe2
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 10:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages viking
https://github.com/void-linux/void-packages/pull/33759

viking: update to 1.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33759.patch is attached

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

From 390bb87b0e969f4241294388163bb536737fcbef Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Tue, 26 Oct 2021 12:19:54 +0200
Subject: [PATCH] viking: update to 1.9.

---
 ...14f554825b1350a0ad349ffc0b7920a528c6.patch | 25 -------------------
 ...97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch | 24 ------------------
 srcpkgs/viking/template                       | 13 +++++-----
 3 files changed, 7 insertions(+), 55 deletions(-)
 delete mode 100644 srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
 delete mode 100644 srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch

diff --git a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch b/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
deleted file mode 100644
index b7159a98b76d..000000000000
--- a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-upstream: yes
-
-From 7ff014f554825b1350a0ad349ffc0b7920a528c6 Mon Sep 17 00:00:00 2001
-From: Nikolay Korotkiy <sikmir@gmail.com>
-Date: Tue, 4 Feb 2020 21:12:47 +0000
-Subject: [PATCH] Fix build without mapnik
-
-Signed-off-by: Rob Norris <rw_norris@hotmail.com>
----
- src/viklayer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/viklayer.c b/src/viklayer.c
-index dc0ab1ff..3070157f 100644
---- a/src/viklayer.c
-+++ b/src/viklayer.c
-@@ -36,7 +36,7 @@ extern VikLayerInterface vik_dem_layer_interface;
- #ifdef HAVE_LIBMAPNIK
- extern VikLayerInterface vik_mapnik_layer_interface;
- #endif
--#ifdef HAVE_LIBMAPNIK
-+#ifdef HAVE_LIBGEOCLUE_2
- extern VikLayerInterface vik_geoclue_layer_interface;
- #endif
- 
diff --git a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch b/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
deleted file mode 100644
index 2ef4c0589bb7..000000000000
--- a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-upstream: yes
-
-From da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f Mon Sep 17 00:00:00 2001
-From: Rob Norris <rw_norris@hotmail.com>
-Date: Sun, 9 Feb 2020 11:28:30 +0000
-Subject: [PATCH] Github #80: Fix build with '--with-libexif'
-
----
- src/geotag_exif.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/geotag_exif.c b/src/geotag_exif.c
-index 0e879a39..6e9514a7 100644
---- a/src/geotag_exif.c
-+++ b/src/geotag_exif.c
-@@ -362,7 +362,7 @@ VikWaypoint* a_geotag_create_waypoint_from_file ( const gchar *filename, VikCoor
- 	// Not worried if none of the other fields exist, as can default the values to something
- 	//
- 
--	gdouble alt = VIK_DEFAULT_ALTITUDE;
-+	gdouble alt = NAN;
- 	ee = exif_content_get_entry (ed->ifd[EXIF_IFD_GPS], EXIF_TAG_GPS_ALTITUDE);
- 	if ( ee && ee->components == 1 && ee->format == EXIF_FORMAT_RATIONAL ) {
- 		alt = Rational2Double ( ee->data,
diff --git a/srcpkgs/viking/template b/srcpkgs/viking/template
index b02ad7498482..fa2477915dd5 100644
--- a/srcpkgs/viking/template
+++ b/srcpkgs/viking/template
@@ -1,22 +1,23 @@
 # Template file for 'viking'
 pkgname=viking
-version=1.8
-revision=2
+version=1.9
+revision=1
 build_style=gnu-configure
 configure_args="--disable-realtime-gps-tracking --disable-bluemarble
  --disable-bing --disable-terraserver --disable-spotmaps
  --disable-expedia --disable-mapnik --enable-magic --enable-bzip2
  --enable-mbtiles --with-libexif"
 hostmakedepends="gdk-pixbuf-devel intltool pkg-config"
-makedepends="file-devel gnome-doc-utils gtk+-devel libcurl-devel libexif-devel
- libgexiv2-devel sqlite-devel bzip2-devel geoclue2-devel liboauth-devel
- nettle-devel"
+makedepends="file-devel glib-devel gnome-doc-utils gtk+-devel itstool
+ libcurl-devel libexif-devel libgexiv2-devel sqlite-devel bzip2-devel
+ geoclue2-devel liboauth-devel nettle-devel"
+checkdepends="python3-lxml yelp-tools"
 short_desc="Open/source GPS data editor and analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://sourceforge.net/projects/viking"
 distfiles="${SOURCEFORGE_SITE}/viking/viking-${version}.tar.bz2"
-checksum=855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8
+checksum=fe4acf3d24121d6f3097d17ea704b42c0336a8f693151886b8b26e308dbfcb3b
 
 CFLAGS="-fcommon"
 

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
@ 2021-10-26 10:43 ` jhe2
  2021-10-26 11:07 ` jhe2
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 10:43 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-951810641

Comment:
Build fails on some platforms due to missing ``glib-compile-resources``. That should be part of ``glib-devel`` as far as I can tell.

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
  2021-10-26 10:43 ` jhe2
@ 2021-10-26 11:07 ` jhe2
  2021-10-26 11:18 ` [PR PATCH] [Updated] " jhe2
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 11:07 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-951826390

Comment:
I figured it out. I should have put that in ``hostmakedepends``, since the tool is needed at build-time.

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

* Re: [PR PATCH] [Updated] viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
  2021-10-26 10:43 ` jhe2
  2021-10-26 11:07 ` jhe2
@ 2021-10-26 11:18 ` jhe2
  2021-10-26 12:20 ` jhe2
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 11:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages viking
https://github.com/void-linux/void-packages/pull/33759

viking: update to 1.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33759.patch is attached

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

From 31e60780b5ee9e2c9b0789910751fde4822568b5 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Tue, 26 Oct 2021 12:19:54 +0200
Subject: [PATCH] viking: update to 1.9.

---
 ...14f554825b1350a0ad349ffc0b7920a528c6.patch | 25 -------------------
 ...97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch | 24 ------------------
 srcpkgs/viking/template                       | 15 +++++------
 3 files changed, 8 insertions(+), 56 deletions(-)
 delete mode 100644 srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
 delete mode 100644 srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch

diff --git a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch b/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
deleted file mode 100644
index b7159a98b76d..000000000000
--- a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-upstream: yes
-
-From 7ff014f554825b1350a0ad349ffc0b7920a528c6 Mon Sep 17 00:00:00 2001
-From: Nikolay Korotkiy <sikmir@gmail.com>
-Date: Tue, 4 Feb 2020 21:12:47 +0000
-Subject: [PATCH] Fix build without mapnik
-
-Signed-off-by: Rob Norris <rw_norris@hotmail.com>
----
- src/viklayer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/viklayer.c b/src/viklayer.c
-index dc0ab1ff..3070157f 100644
---- a/src/viklayer.c
-+++ b/src/viklayer.c
-@@ -36,7 +36,7 @@ extern VikLayerInterface vik_dem_layer_interface;
- #ifdef HAVE_LIBMAPNIK
- extern VikLayerInterface vik_mapnik_layer_interface;
- #endif
--#ifdef HAVE_LIBMAPNIK
-+#ifdef HAVE_LIBGEOCLUE_2
- extern VikLayerInterface vik_geoclue_layer_interface;
- #endif
- 
diff --git a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch b/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
deleted file mode 100644
index 2ef4c0589bb7..000000000000
--- a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-upstream: yes
-
-From da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f Mon Sep 17 00:00:00 2001
-From: Rob Norris <rw_norris@hotmail.com>
-Date: Sun, 9 Feb 2020 11:28:30 +0000
-Subject: [PATCH] Github #80: Fix build with '--with-libexif'
-
----
- src/geotag_exif.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/geotag_exif.c b/src/geotag_exif.c
-index 0e879a39..6e9514a7 100644
---- a/src/geotag_exif.c
-+++ b/src/geotag_exif.c
-@@ -362,7 +362,7 @@ VikWaypoint* a_geotag_create_waypoint_from_file ( const gchar *filename, VikCoor
- 	// Not worried if none of the other fields exist, as can default the values to something
- 	//
- 
--	gdouble alt = VIK_DEFAULT_ALTITUDE;
-+	gdouble alt = NAN;
- 	ee = exif_content_get_entry (ed->ifd[EXIF_IFD_GPS], EXIF_TAG_GPS_ALTITUDE);
- 	if ( ee && ee->components == 1 && ee->format == EXIF_FORMAT_RATIONAL ) {
- 		alt = Rational2Double ( ee->data,
diff --git a/srcpkgs/viking/template b/srcpkgs/viking/template
index b02ad7498482..24cfe2913c87 100644
--- a/srcpkgs/viking/template
+++ b/srcpkgs/viking/template
@@ -1,22 +1,23 @@
 # Template file for 'viking'
 pkgname=viking
-version=1.8
-revision=2
+version=1.9
+revision=1
 build_style=gnu-configure
 configure_args="--disable-realtime-gps-tracking --disable-bluemarble
  --disable-bing --disable-terraserver --disable-spotmaps
  --disable-expedia --disable-mapnik --enable-magic --enable-bzip2
  --enable-mbtiles --with-libexif"
-hostmakedepends="gdk-pixbuf-devel intltool pkg-config"
-makedepends="file-devel gnome-doc-utils gtk+-devel libcurl-devel libexif-devel
- libgexiv2-devel sqlite-devel bzip2-devel geoclue2-devel liboauth-devel
- nettle-devel"
+hostmakedepends="gdk-pixbuf-devel glib-devel itstool intltool libxslt pkg-config"
+makedepends="file-devel glib-devel gnome-doc-utils gtk+-devel
+ libcurl-devel libexif-devel libgexiv2-devel sqlite-devel bzip2-devel
+ geoclue2-devel liboauth-devel nettle-devel"
+checkdepends="python3-lxml yelp-tools"
 short_desc="Open/source GPS data editor and analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://sourceforge.net/projects/viking"
 distfiles="${SOURCEFORGE_SITE}/viking/viking-${version}.tar.bz2"
-checksum=855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8
+checksum=fe4acf3d24121d6f3097d17ea704b42c0336a8f693151886b8b26e308dbfcb3b
 
 CFLAGS="-fcommon"
 

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

* Re: [PR PATCH] [Updated] viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (2 preceding siblings ...)
  2021-10-26 11:18 ` [PR PATCH] [Updated] " jhe2
@ 2021-10-26 12:20 ` jhe2
  2021-10-26 15:26 ` jhe2
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 12:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jhe2/void-packages viking
https://github.com/void-linux/void-packages/pull/33759

viking: update to 1.9.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33759.patch is attached

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

From 0eadca7c99f897c61ddab06fdce0b5104ee4c224 Mon Sep 17 00:00:00 2001
From: Johannes Heimansberg <git@jhe.dedyn.io>
Date: Tue, 26 Oct 2021 12:19:54 +0200
Subject: [PATCH] viking: update to 1.9.

---
 ...14f554825b1350a0ad349ffc0b7920a528c6.patch | 25 -------------------
 ...97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch | 24 ------------------
 srcpkgs/viking/template                       | 15 +++++------
 3 files changed, 8 insertions(+), 56 deletions(-)
 delete mode 100644 srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
 delete mode 100644 srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch

diff --git a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch b/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
deleted file mode 100644
index b7159a98b76d..000000000000
--- a/srcpkgs/viking/patches/7ff014f554825b1350a0ad349ffc0b7920a528c6.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-upstream: yes
-
-From 7ff014f554825b1350a0ad349ffc0b7920a528c6 Mon Sep 17 00:00:00 2001
-From: Nikolay Korotkiy <sikmir@gmail.com>
-Date: Tue, 4 Feb 2020 21:12:47 +0000
-Subject: [PATCH] Fix build without mapnik
-
-Signed-off-by: Rob Norris <rw_norris@hotmail.com>
----
- src/viklayer.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/viklayer.c b/src/viklayer.c
-index dc0ab1ff..3070157f 100644
---- a/src/viklayer.c
-+++ b/src/viklayer.c
-@@ -36,7 +36,7 @@ extern VikLayerInterface vik_dem_layer_interface;
- #ifdef HAVE_LIBMAPNIK
- extern VikLayerInterface vik_mapnik_layer_interface;
- #endif
--#ifdef HAVE_LIBMAPNIK
-+#ifdef HAVE_LIBGEOCLUE_2
- extern VikLayerInterface vik_geoclue_layer_interface;
- #endif
- 
diff --git a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch b/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
deleted file mode 100644
index 2ef4c0589bb7..000000000000
--- a/srcpkgs/viking/patches/da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-upstream: yes
-
-From da4e97b0766243f937d11a4a4cbd6ab5aaac4e0f Mon Sep 17 00:00:00 2001
-From: Rob Norris <rw_norris@hotmail.com>
-Date: Sun, 9 Feb 2020 11:28:30 +0000
-Subject: [PATCH] Github #80: Fix build with '--with-libexif'
-
----
- src/geotag_exif.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/geotag_exif.c b/src/geotag_exif.c
-index 0e879a39..6e9514a7 100644
---- a/src/geotag_exif.c
-+++ b/src/geotag_exif.c
-@@ -362,7 +362,7 @@ VikWaypoint* a_geotag_create_waypoint_from_file ( const gchar *filename, VikCoor
- 	// Not worried if none of the other fields exist, as can default the values to something
- 	//
- 
--	gdouble alt = VIK_DEFAULT_ALTITUDE;
-+	gdouble alt = NAN;
- 	ee = exif_content_get_entry (ed->ifd[EXIF_IFD_GPS], EXIF_TAG_GPS_ALTITUDE);
- 	if ( ee && ee->components == 1 && ee->format == EXIF_FORMAT_RATIONAL ) {
- 		alt = Rational2Double ( ee->data,
diff --git a/srcpkgs/viking/template b/srcpkgs/viking/template
index b02ad7498482..9cd2eff9e11c 100644
--- a/srcpkgs/viking/template
+++ b/srcpkgs/viking/template
@@ -1,22 +1,23 @@
 # Template file for 'viking'
 pkgname=viking
-version=1.8
-revision=2
+version=1.9
+revision=1
 build_style=gnu-configure
 configure_args="--disable-realtime-gps-tracking --disable-bluemarble
  --disable-bing --disable-terraserver --disable-spotmaps
  --disable-expedia --disable-mapnik --enable-magic --enable-bzip2
  --enable-mbtiles --with-libexif"
-hostmakedepends="gdk-pixbuf-devel intltool pkg-config"
-makedepends="file-devel gnome-doc-utils gtk+-devel libcurl-devel libexif-devel
- libgexiv2-devel sqlite-devel bzip2-devel geoclue2-devel liboauth-devel
- nettle-devel"
+hostmakedepends="docbook-xsl gdk-pixbuf-devel glib-devel itstool intltool libxslt pkg-config"
+makedepends="file-devel glib-devel gnome-doc-utils gtk+-devel
+ libcurl-devel libexif-devel libgexiv2-devel sqlite-devel bzip2-devel
+ geoclue2-devel liboauth-devel nettle-devel"
+checkdepends="python3-lxml yelp-tools"
 short_desc="Open/source GPS data editor and analyzer"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://sourceforge.net/projects/viking"
 distfiles="${SOURCEFORGE_SITE}/viking/viking-${version}.tar.bz2"
-checksum=855cbccd5f17ef0dc6d7e2d080a4b20383a079dfb882edd04dba602297030fa8
+checksum=fe4acf3d24121d6f3097d17ea704b42c0336a8f693151886b8b26e308dbfcb3b
 
 CFLAGS="-fcommon"
 

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (3 preceding siblings ...)
  2021-10-26 12:20 ` jhe2
@ 2021-10-26 15:26 ` jhe2
  2021-10-26 16:47 ` Chocimier
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 15:26 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-952053122

Comment:
For some reason one of the tests fails on the i686 build. Running ``./xbps-src -a i686 check viking`` and ``./xbps-src -a i686 pkg viking`` locally both complete without errors. Is there any way to have a look at the ``test/test-suite.log`` file created on the build host?

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (4 preceding siblings ...)
  2021-10-26 15:26 ` jhe2
@ 2021-10-26 16:47 ` Chocimier
  2021-10-26 17:23 ` jhe2
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-10-26 16:47 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-952124014

Comment:
`-a i686` won't run tests, use method with separate masterdir. In order to preserve logs, run `./xbps-src check`, or `./xbps-src pkg -C`

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (5 preceding siblings ...)
  2021-10-26 16:47 ` Chocimier
@ 2021-10-26 17:23 ` jhe2
  2021-10-26 18:58 ` Chocimier
  2021-10-26 18:59 ` [PR PATCH] [Merged]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: jhe2 @ 2021-10-26 17:23 UTC (permalink / raw)
  To: ml

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

New comment by jhe2 on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-952151814

Comment:
Thanks Chocimier, I managed to reproduce the failure locally with a separate i686 masterdir.

To me it looks like the test failed due to a rounding error. I'm not sure what to do about that. There is not much I could do to fix that, except for disabling that test perhaps.

Here is the logfile:
```
=====================================
   viking 1.9: test/test-suite.log
=====================================

# TOTAL: 11
# PASS:  10
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: check_parse_latlon.sh
===========================

-34.20576 -3.76132 != -34.20576 -3.76131
FAIL check_parse_latlon.sh (exit status: 1)
```

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

* Re: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (6 preceding siblings ...)
  2021-10-26 17:23 ` jhe2
@ 2021-10-26 18:58 ` Chocimier
  2021-10-26 18:59 ` [PR PATCH] [Merged]: " Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-10-26 18:58 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/33759#issuecomment-952223066

Comment:
It's fine then.

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

* Re: [PR PATCH] [Merged]: viking: update to 1.9.
  2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
                   ` (7 preceding siblings ...)
  2021-10-26 18:58 ` Chocimier
@ 2021-10-26 18:59 ` Chocimier
  8 siblings, 0 replies; 10+ messages in thread
From: Chocimier @ 2021-10-26 18:59 UTC (permalink / raw)
  To: ml

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

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

viking: update to 1.9.
https://github.com/void-linux/void-packages/pull/33759

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 10+ messages in thread

end of thread, other threads:[~2021-10-26 18:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-26 10:23 [PR PATCH] viking: update to 1.9 jhe2
2021-10-26 10:43 ` jhe2
2021-10-26 11:07 ` jhe2
2021-10-26 11:18 ` [PR PATCH] [Updated] " jhe2
2021-10-26 12:20 ` jhe2
2021-10-26 15:26 ` jhe2
2021-10-26 16:47 ` Chocimier
2021-10-26 17:23 ` jhe2
2021-10-26 18:58 ` Chocimier
2021-10-26 18:59 ` [PR PATCH] [Merged]: " Chocimier

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