[packages/gnome-radio] - updated to 64.0, added type fixes
qboosh
qboosh at pld-linux.org
Sun Aug 31 14:51:03 CEST 2025
commit 9f5e155069591c8a91e979c6163f2a7d1e7892ab
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Aug 31 14:53:48 2025 +0200
- updated to 64.0, added type fixes
gnome-radio-types.patch | 25 +++++++++++++++++++++++++
gnome-radio.spec | 11 +++++++----
2 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/gnome-radio.spec b/gnome-radio.spec
index 91f5306..525e5a0 100644
--- a/gnome-radio.spec
+++ b/gnome-radio.spec
@@ -1,12 +1,13 @@
Summary: Public radio mapping application for GNOME
Summary(pl.UTF-8): Aplikacja z mapą publicznych stacji radiowych dla GNOME
Name: gnome-radio
-Version: 48.1
-Release: 3
+Version: 64.0
+Release: 1
License: GPL v3
Group: X11/Applications
-Source0: https://download.gnome.org/sources/gnome-radio/48/%{name}-%{version}.tar.xz
-# Source0-md5: 7f4a7a6a46bcf1033af8da97402e2608
+Source0: https://download.gnome.org/sources/gnome-radio/64/%{name}-%{version}.tar.xz
+# Source0-md5: 0b7bcbe3ba6252cdf0793d1e86b0d651
+Patch0: %{name}-types.patch
URL: https://wiki.gnome.org/Apps/Radio
BuildRequires: autoconf >= 2.69
BuildRequires: automake >= 1:1.11
@@ -53,8 +54,10 @@ dostęp do darmowych rozgłośni dźwiękowych z Internetu.
%prep
%setup -q
+%patch -P0 -p1
%build
+%{__libtoolize}
%{__aclocal}
%{__autoconf}
%{__autoheader}
diff --git a/gnome-radio-types.patch b/gnome-radio-types.patch
new file mode 100644
index 0000000..748dd86
--- /dev/null
+++ b/gnome-radio-types.patch
@@ -0,0 +1,25 @@
+--- gnome-radio-64.0/src/gnome-radio-location.c.orig 2022-11-09 11:17:03.000000000 +0100
++++ gnome-radio-64.0/src/gnome-radio-location.c 2025-08-31 13:52:22.398626358 +0200
+@@ -190,7 +190,7 @@ void location_main (ChamplainView *view)
+ gdouble altitude, speed, heading;
+ gclue_simple_new ("gnome-radio",
+ accuracy_level,
+- time_threshold,
++ NULL,
+ on_simple_ready,
+ CHAMPLAIN_VIEW (view));
+ return;
+--- gnome-radio-64.0/src/gnome-radio-streams.h.orig 2025-08-31 14:27:09.210654461 +0200
++++ gnome-radio-64.0/src/gnome-radio-streams.h 2025-08-31 14:28:53.330090397 +0200
+@@ -34,9 +34,9 @@ struct _GNOMERadioStreamsInfo {
+ gchar *mimetype;
+ gchar *uri;
+ gchar *codec;
+- gchar *samplerate;
++ glong samplerate;
+ gchar *streams;
+- gchar *bitrate;
++ glong bitrate;
+ /* GNOMERadioChannels channels; */
+ GNOMERadioEncoderInfo *encoder;
+ GNOMERadioStreamsInfo *next;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-radio.git/commitdiff/9f5e155069591c8a91e979c6163f2a7d1e7892ab
More information about the pld-cvs-commit
mailing list