Overview
welle-io.changes
Added
x
1
2
+-------------------------------------------------------------------
3
+Mon Nov 20 10:42:00 UTC 2023 - Fridrich Strba <fridrich.strba@bluewin.ch>
4
+
5
+- Initial packaging of welle.io from the 'next' branch
6
welle-io.spec
Added
91
1
2
+#
3
+# spec file for package welle-io
4
+#
5
+# Copyright (c) 2023 SUSE LLC
6
+#
7
+# All modifications and additions to the file contributed by third parties
8
+# remain the property of their copyright owners, unless otherwise agreed
9
+# upon. The license for this file, and modifications and additions to the
10
+# file, is the same license as for the pristine package itself (unless the
11
+# license for the pristine package is not an Open Source License, in which
12
+# case the license is the MIT License). An "Open Source License" is a
13
+# license that conforms to the Open Source Definition (Version 1.9)
14
+# published by the Open Source Initiative.
15
+
16
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
17
+#
18
+
19
+
20
+Name: welle-io
21
+Version: 2.5~20231018.8426077
22
+Release: 0
23
+Summary: Receiver for DAB and DAB+ broadcast radio
24
+License: GPL-2.0-or-later
25
+Group: Productivity/Multimedia/Other
26
+URL: https://www.welle.io/
27
+Source0: %{name}-%{version}.tar.xz
28
+BuildRequires: airspy-devel
29
+BuildRequires: cmake
30
+BuildRequires: fftw-devel
31
+BuildRequires: gcc-c++
32
+BuildRequires: hicolor-icon-theme
33
+BuildRequires: libfaad-devel
34
+BuildRequires: libmp3lame-devel
35
+BuildRequires: mpg123-devel
36
+BuildRequires: qt6-charts-devel
37
+BuildRequires: qt6-multimedia-devel
38
+BuildRequires: qt6-quickcontrols2-devel
39
+BuildRequires: rtl-sdr-devel
40
+BuildRequires: soapy-sdr-devel
41
+BuildRequires: xdg-utils
42
+Requires: qt6-charts-imports
43
+Requires: qt6-multimedia-imports
44
+Requires: qt6-qt5compat-imports
45
+
46
+%description
47
+Receive digital audio broadcasts with your computer: welle.io is an open source
48
+DAB and DAB+ software defined radio (SDR) with direct support for RTL-SDR and
49
+other SDR hardware through SoapySDR. It supports high DPI and touch displays and
50
+it runs even on cheap computers.
51
+
52
+%package -n welle-cli
53
+Group: Productivity/Multimedia/Other
54
+Summary: Receiver for DAB and DAB+ broadcast radio: command line tool
55
+
56
+%description -n welle-cli
57
+Receive digital audio broadcasts with your computer: welle.io is an open source
58
+DAB and DAB+ software defined radio (SDR) with direct support for RTL-SDR and
59
+other SDR hardware through SoapySDR.
60
+
61
+This package contains the welle-cli command line tool that does not need GUI
62
+
63
+%prep
64
+%setup -q
65
+
66
+%build
67
+%cmake -DSOAPYSDR=1 -DRTLSDR=1 -DAIRSPY=1
68
+%cmake_build
69
+
70
+%check
71
+%ctest
72
+
73
+%install
74
+%cmake_install
75
+
76
+%files
77
+%license COPYING
78
+%{_bindir}/welle-io
79
+%{_datadir}/applications/welle-io.desktop
80
+%{_datadir}/icons/hicolor/*/apps/welle-io.png
81
+%{_datadir}/welle-io
82
+%{_datadir}/metainfo
83
+%{_mandir}/man1/welle-io.1%{?ext_man}
84
+%doc README.md AUTHORS THANKS
85
+
86
+%files -n welle-cli
87
+%{_bindir}/welle-cli
88
+%{_mandir}/man1/welle-cli.1%{?ext_man}
89
+
90
+%changelog
91
_service
Added
16
1
2
+<services>
3
+ <service name="tar_scm" mode="disabled">
4
+ <param name="scm">git</param>
5
+ <param name="url">https://github.com/AlbrechtL/welle.io.git</param>
6
+ <param name="revision">84260770154b8b71c28a88875ac2ca139c60a796</param>
7
+ <param name="versionformat">2.5~%cd.%h</param>
8
+ <param name="filename">welle-io</param>
9
+ </service>
10
+ <service name="recompress" mode="disabled">
11
+ <param name="file">*.tar</param>
12
+ <param name="compression">xz</param>
13
+ </service>
14
+ <service name="set_version" mode="disabled"/>
15
+</services>
16
welle-io-2.5~20231018.8426077.tar.xz
Added
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
fstrba created request over 1 year ago
DAB+ radio software based on QT6, welle-io, with welle-cli subpackage containing command-line utility that does not need any graphic libraries
olh accepted request over 1 year ago