[packages/gnome-internet-radio-locator] - fixed wrong geoclue call argument; release 4
qboosh
qboosh at pld-linux.org
Sat Aug 30 19:26:17 CEST 2025
commit ad63f6b659c6f9eb16e8abef44d1168421344845
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Aug 30 19:28:59 2025 +0200
- fixed wrong geoclue call argument; release 4
gnome-internet-radio-locator-geoclue.patch | 11 +++++++++++
gnome-internet-radio-locator.spec | 4 +++-
2 files changed, 14 insertions(+), 1 deletion(-)
---
diff --git a/gnome-internet-radio-locator.spec b/gnome-internet-radio-locator.spec
index 77f9849..4d51205 100644
--- a/gnome-internet-radio-locator.spec
+++ b/gnome-internet-radio-locator.spec
@@ -2,11 +2,12 @@ Summary: GNOME Internet Radio Locator
Summary(pl.UTF-8): GNOME Internet Radio Locator - program do wyszukiwania rozgłośni internetowych
Name: gnome-internet-radio-locator
Version: 12.7.0
-Release: 3
+Release: 4
License: GPL v3+ (parts LGPL v2.1+ or GPL v2+)
Group: X11/Applications/Sound
Source0: https://download.gnome.org/sources/gnome-internet-radio-locator/12.7/%{name}-%{version}.tar.xz
# Source0-md5: c7993a732959447e6cfcaa79068ce28a
+Patch0: %{name}-geoclue.patch
URL: https://wiki.gnome.org/Apps/Girl
BuildRequires: geoclue2-devel >= 2.5.7
BuildRequires: geocode-glib-devel >= 3.20
@@ -46,6 +47,7 @@ wyszukać programy internetowych rozgłości radiowych nadających na
%prep
%setup -q
+%patch -P0 -p1
%build
%configure \
diff --git a/gnome-internet-radio-locator-geoclue.patch b/gnome-internet-radio-locator-geoclue.patch
new file mode 100644
index 0000000..9772d4d
--- /dev/null
+++ b/gnome-internet-radio-locator-geoclue.patch
@@ -0,0 +1,11 @@
+--- gnome-internet-radio-locator-12.7.0/src/gnome-internet-radio-locator-location.c.orig 2022-09-14 04:43:02.000000000 +0200
++++ gnome-internet-radio-locator-12.7.0/src/gnome-internet-radio-locator-location.c 2025-08-30 19:23:50.564783022 +0200
+@@ -190,7 +190,7 @@ void location_main (ChamplainView *view)
+ gdouble altitude, speed, heading;
+ gclue_simple_new ("gnome-internet-radio-locator",
+ accuracy_level,
+- time_threshold,
++ NULL,
+ on_simple_ready,
+ CHAMPLAIN_VIEW (view));
+ return;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-internet-radio-locator.git/commitdiff/ad63f6b659c6f9eb16e8abef44d1168421344845
More information about the pld-cvs-commit
mailing list