Hello community, here is the log from the commit of package jaero for openSUSE:Factory checked in at 2019-10-16 09:12:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jaero (Old) and /work/SRC/openSUSE:Factory/.jaero.new.2352 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jaero" Wed Oct 16 09:12:43 2019 rev:2 rq:736306 version:1.0.4.11 Changes: -------- --- /work/SRC/openSUSE:Factory/jaero/jaero.changes 2017-05-20 10:12:25.806337400 +0200 +++ /work/SRC/openSUSE:Factory/.jaero.new.2352/jaero.changes 2019-10-16 09:12:45.591858094 +0200 @@ -1,0 +2,63 @@ +Tue Oct 8 11:16:32 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 1.0.4.11 + * Multiple UDP output destinations allowed (use a space between + destinations) + * Window geometry persistence (useful for multiple instances) + * Fixed crash issue when opening log more than once and scrolling + * Added libacars uplink messages to plane log + * Fixed ACARS UDP output stopping when raw UDP output was toggled + * Merged Jeroen's CPU reduction button. + +------------------------------------------------------------------- +Sun Jan 20 20:48:36 UTC 2019 - [email protected] + +- Update to version 1.0.4.10 + * Removed std::cout messages + * Fixed C-Channel assignment freq=0 message bug + +------------------------------------------------------------------- +Sat Jan 19 12:09:42 UTC 2019 - [email protected] + +- Update to version 1.0.4.9 + * More ACARS message support. + * 8400bps channels use a raised cosine weighting for locking. + * 8400bps channels use large complex fasrfir RRC filter before + the mixer shifted to the approxmate place of the signal. + * RRC filter for 8400bps channels is 0.6 rather than 1.0. + * Slowed frequency agility of 8400bps signals. + * Added detection for stable non carrier detected states. + * Added AES and GES to the audio file logging names when availible. + * Delete audio files less then than 10k. + * Changed audio logging timeout to 2 secs. + * Reduced 8400bps symbol resonator from 35hz to 10hz. + * Allowed shifting 8400bps carrier to go less than 4200Hz. + * 24000Hz bandwith locking just for fun. + * Optimized 8400bps sample times better. + * Removed beep from C-Channel assignment. + +- Update to version 1.0.4.8 + * Supports demodulation of C channels (8400bps signals). + * New tab layout. + * Supports audio codecs. + * If audio codecs are available it will log audio to disk as + well as playing it in real time. + * Fixed libcorrect linking issue on Linux. (you may have to + still move libcorrect.so into your system libs directory). + * Added unzip for the different database format on Linux. + (you will need unzip installed) + +- Rename binary to lowercase: JAERO -> jaero +- Specfile cleanup +- Add patch: + * jaero-use-system-libs.patch + +------------------------------------------------------------------- +Sun Jan 28 10:03:58 UTC 2018 - [email protected] + +- Update to version 1.0.4.7 + * 1200 C-band burst + * Soft FEC + * Reduced CPU load on 600/1200 L-band + +------------------------------------------------------------------- Old: ---- jaero-1.0.4.6.tar.xz New: ---- jaero-1.0.4.11.tar.xz jaero-use-system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jaero.spec ++++++ --- /var/tmp/diff_new_pack.lehJvu/_old 2019-10-16 09:12:46.099856785 +0200 +++ /var/tmp/diff_new_pack.lehJvu/_new 2019-10-16 09:12:46.099856785 +0200 @@ -1,7 +1,7 @@ # # spec file for package jaero # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,20 +13,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: jaero -Version: 1.0.4.6 +Version: 1.0.4.11 Release: 0 Summary: A SatCom ACARS demodulator and decoder for the Aero standard # Bundled qcustomplot is GPL-3.0+ -License: MIT and GPL-3.0+ +# Bundled kiss_fft is BSD-3-Clause +License: MIT AND GPL-3.0-or-later Group: Productivity/Hamradio/Other -Url: http://jontio.zapto.org/hda1/jaero.html +URL: http://jontio.zapto.org/hda1/jaero.html Source: https://github.com/jontio/JAERO/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.xz +Patch0: jaero-use-system-libs.patch BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme +BuildRequires: libcorrect-devel BuildRequires: libqt5-qtbase-common-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files @@ -38,8 +42,11 @@ BuildRequires: pkgconfig(Qt5Sql) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(libacars) +BuildRequires: pkgconfig(vorbis) Requires(post): update-desktop-files Requires(postun): update-desktop-files +Requires: unzip %description JAERO is a program that demodulates and decodes Classic Aero ACARS (Aircraft @@ -54,6 +61,14 @@ %prep %setup -q -n JAERO-%{version} +%patch0 -p1 +## remove bundled libs +rm -rf libcorrect +rm -rf libvorbis-* +rm -rf libacars-* +rm -rf libogg-* +#rm -rf qcustomplot +#rm -rf kiss_fft130 %build mkdir JAERO/build @@ -62,11 +77,9 @@ %make_jobs %install -install -Dpm 0755 JAERO/build/JAERO %{buildroot}/%{_bindir}/JAERO -mkdir -p %{buildroot}/%{_datadir}/applications/ -install -Dpm 0644 JAERO/JAERO.desktop %{buildroot}/%{_datadir}/applications/JAERO.desktop -mkdir -p %{buildroot}/%{_datadir}/pixmaps/ -install -Dpm 0644 JAERO/images/primary-modem.svg %{buildroot}/%{_datadir}/pixmaps/JAERO.svg +install -Dpm 0755 JAERO/build/JAERO %{buildroot}/%{_bindir}/jaero +install -Dpm 0644 JAERO/images/primary-modem.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg +%suse_update_desktop_file -c %{name} JAERO "A SatCom ACARS demodulator and decoder for the Aero standard" %{name} %{name} Network HamRadio %post %desktop_database_post @@ -75,10 +88,10 @@ %desktop_database_postun %files -%defattr(-,root,root) -%doc README.md JAERO/LICENSE -%{_bindir}/JAERO -%{_datadir}/applications/JAERO.desktop -%{_datadir}/pixmaps/JAERO.svg +%license JAERO/LICENSE +%doc README.md +%{_bindir}/jaero +%{_datadir}/applications/%{name}.desktop +%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg %changelog ++++++ jaero-1.0.4.6.tar.xz -> jaero-1.0.4.11.tar.xz ++++++ ++++++ jaero-use-system-libs.patch ++++++ diff --git a/JAERO/jconvolutionalcodec.h b/JAERO/jconvolutionalcodec.h index 10c5f49..0101fa6 100644 --- a/JAERO/jconvolutionalcodec.h +++ b/JAERO/jconvolutionalcodec.h @@ -5,7 +5,7 @@ #ifdef __cplusplus extern "C" { #endif -#include "../libcorrect/include/correct.h" +#include "correct.h" #ifdef __cplusplus } #endif
