[welle-io] Changed welle-io/html directory ownership structure
by Marcus Müller
commit 1f2c06158c5fbb6b3fe9d50835a0be30776efdaf
Author: Marcus Müller <marcus(a)hostalia.de>
Date: Mon Mar 1 20:06:17 2021 +0100
Changed welle-io/html directory ownership structure
.gitignore | 1 +
sources | 1 +
welle-io.spec | 138 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 140 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..ba9cc5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/welle-io-2.2.tar.gz
diff --git a/sources b/sources
index e69de29..00df265 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (welle-io-2.2.tar.gz) = 13797d1024f98ea60d1f2505c7d5905361d9df4bfba0f11c84c91dc90a87e5d993156584dc921a889e0eaf59997485a922941b4a0fcfad2e8fa044e93b844015
diff --git a/welle-io.spec b/welle-io.spec
new file mode 100644
index 0000000..eacfe78
--- /dev/null
+++ b/welle-io.spec
@@ -0,0 +1,138 @@
+Name: welle-io
+
+Version: 2.2
+Release: 10%{?dist}
+Summary: Receiver for DAB and DAB+ broadcast radio
+
+License: GPLv2+
+URL: https://www.welle.io/
+Source0: https://github.com/AlbrechtL/welle.io/archive/v%{version}/%{name}-%{versi...
+
+# Basic build dependencies
+BuildRequires: cmake
+BuildRequires: gcc-c++
+# Freedesktop build dependencies
+BuildRequires: desktop-file-utils
+# Qt build dependencies
+BuildRequires: qt5-qtcharts-devel
+BuildRequires: qt5-qtmultimedia-devel
+BuildRequires: qt5-qtquickcontrols2-devel
+# SDR hardware interface dependencies
+BuildRequires: SoapySDR-devel
+BuildRequires: rtl-sdr-devel
+# Signal processing & codecs
+BuildRequires: fftw-devel
+BuildRequires: lame-devel
+BuildRequires: mpg123-devel
+# faad2 is in rpmfusion
+BuildRequires: faad2-devel
+
+%description
+Receive digital audio broadcasts with your computer: welle.io is an open source
+DAB and DAB+ software defined radio (SDR) with direct support for RTL-SDR and
+other SDR hardware through SoapySDR. It supports high DPI and touch displays and
+it runs even on cheap computers.
+
+
+%prep
+%autosetup -n welle.io-%{version}
+rm -rf src/libs/faad2
+rm -rf src/libs/mpg123
+
+%build
+%cmake -DSOAPYSDR=1 -DRTLSDR=1
+%cmake_build
+
+%check
+%ctest
+
+
+%install
+%cmake_install
+desktop-file-install \
+ --add-category="AudioVideo" \
+ --delete-original \
+ --dir=%{buildroot}%{_datadir}/applications \
+ %{buildroot}/%{_datadir}/applications/welle-io.desktop
+
+%files
+%license COPYING
+%{_bindir}/welle-io
+%{_bindir}/welle-cli
+%{_datadir}/applications/welle-io.desktop
+%{_datadir}/icons/hicolor/*/apps/welle-io.png
+%{_datadir}/welle-io/
+
+%doc README.md AUTHORS THANKS
+
+%changelog
+* Sun Feb 28 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-10
+- Changed welle-io/html directory ownership structure
+
+* Sun Feb 28 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-9
+- Unbundled faad2 and mpg123
+
+* Sun Feb 28 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-8
+- use %%autosetup instead of %%setup to reduce friction in future patching
+ efforts
+
+* Sun Feb 28 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-7
+- Changed Source0 URL to release archive
+
+* Sun Feb 28 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-6
+- removed Group: macro
+- used macro'd target directories
+- desktop-file-install .desktop file
+
+* Sat Feb 27 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-5
+- coherent version naming in changelog
+
+* Sat Feb 27 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-4
+- add qt5-qtmultimedia as build dependency
+
+* Sat Feb 27 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-3
+- add qt5-qtquickcontrol2 as build dependency
+
+* Sat Feb 27 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-2
+- Remove qt5-devel BuildRequire, as it upsets koji, and should be in
+ qt5-qtcharts-devel
+
+* Sat Feb 27 2021 Marcus Müller <marcus(a)hostalia.de> - 2.2-1
+- Use current upstream version
+- Use cmake-specific macros
+- correct usage of setup
+- license, license macro
+- linted description, summmary, changelog
+
+* Tue Dec 25 2018 Dick Marinus <dick(a)mrns.nl> - v2.0_beta1-3
+- Dutch translations
+
+* Tue Dec 25 2018 Dick Marinus <dick(a)mrns.nl> - v2.0_beta1-2
+- Dutch translations
+
+* Fri Dec 21 2018 Dick Marinus <dick(a)mrns.nl> - v2.0_beta1-1
+- Update to v2.0_beta1
+
+* Sat Dec 15 2018 Dick Marinus <dick(a)mrns.nl> - v2.0_beta1_4_ga90b66a-1
+- Update to v2.0_beta1_4_ga90b66a
+
+* Fri Nov 9 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_566_ga771bec-1
+- Update to V1.0_566_ga771bec
+
+* Sat Oct 20 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_548_gc31208d-1
+- Update to V1.0_548_gc31208d
+
+* Sat Aug 25 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_426_g9c543d4-1
+- Update to V1.0_426_g9c543d4
+
+* Sat Jul 21 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_363_g8813ebc
+- Update to V1.0_363_g8813ebc
+
+* Wed Jul 11 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_353_g4b10de9-1
+- Update to V1.0_353
+
+* Fri Jul 06 2018 Dick Marinus <dick(a)mrns.nl> - V1.0_351_gae7d895-2
+- Install icon and html files
+
+* Sun Jul 01 2018 Dick Marinus <dick(a)mrns.nl> - 1.0-1
+- Initial version
3 years, 8 months
[megasync/f34] Update to 4.4.0.0.
by Vasiliy Glazov
Summary of changes:
8b4c0c6... Update to 4.4.0.0. (*)
(*) This commit already existed in another branch; no separate mail sent
3 years, 8 months
[megasync] Update to 4.4.0.0.
by Vasiliy Glazov
commit 8b4c0c6173175898e09792bbeb0691747170bbf2
Author: vascom <vascom2(a)gmail.com>
Date: Mon Mar 1 21:47:18 2021 +0300
Update to 4.4.0.0.
.gitignore | 2 ++
megasync.spec | 9 ++++++---
sources | 4 ++--
3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8906a6c..4a68793 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,5 @@
/v4.3.5.0_Linux.tar.gz
/v3.7.3e.tar.gz
/v4.3.7.0_Linux.tar.gz
+/v3.7.3h.tar.gz
+/v4.4.0.0_Linux.tar.gz
diff --git a/megasync.spec b/megasync.spec
index c39ea8b..7e5f49e 100644
--- a/megasync.spec
+++ b/megasync.spec
@@ -1,4 +1,4 @@
-%global sdk_version 3.7.3e
+%global sdk_version 3.7.3h
%bcond_without dolphin
%bcond_without nautilus
@@ -9,8 +9,8 @@
%endif
Name: megasync
-Version: 4.3.7.0
-Release: 3%{?dist}
+Version: 4.4.0.0
+Release: 1%{?dist}
Summary: Easy automated syncing between your computers and your MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -242,6 +242,9 @@ popd
%endif
%changelog
+* Mon Mar 01 2021 Vasiliy N. Glazov <vascom2(a)gmail.com> - 4.4.0.0-1
+- Update to 4.4.0.0
+
* Thu Feb 04 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 4.3.7.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
diff --git a/sources b/sources
index a7fd839..9c5e0c8 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (v3.7.3e.tar.gz) = a3de29614ca45d3099cf84823726901aa7d586b0f09df9f55539d962f292822608cc481eaddca2f8ac1e63931ccfc48ab65c349b06a57db25e8996332fcc2d69
-SHA512 (v4.3.7.0_Linux.tar.gz) = 6852390e05da13effd059a5e0dc7fe400f3456668925fbed5e34bc5018b3664d72aebd78847dfdb4f6dda39fe615a79e5c0eb99e72a401fb833d4eba8216010c
+SHA512 (v3.7.3h.tar.gz) = f3303052d50a34635e7332f668e0f2856c19b1e326bdbda16028313d558bfa737c776e5f52695f2ee08ef985dbe6633f05eb5dd68221f63ff88e56a4294d8842
+SHA512 (v4.4.0.0_Linux.tar.gz) = e868d8062989e4609eb84e3059e274f78194dd6611bb5ca264e9029c7abae4aaf48627d3004d42edd4ccec39e6f8e9708c7c63da7421ace9f584c072bda7597a
3 years, 8 months