This commit is contained in:
parent
a4e22bd0ce
commit
badb6fc63b
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 17 21:40:38 UTC 2016 - dl8fcl@t-online.de
|
||||||
|
|
||||||
|
- Update to version 9.1.5
|
||||||
|
Build on top QT 5.x ( and also compatible with Qt 4.8)
|
||||||
|
Better synchronization in SSTV mode
|
||||||
|
New SSTV narrow band modes (MP73-N,MP110-N,MP140-N,MC110-N,MC140-N,MC180-N)
|
||||||
|
Changed GUI layout
|
||||||
|
Gallery window now shows all the rx/tx images.
|
||||||
|
RX and TX images for SSTV and DRM now in separate gallery tab.
|
||||||
|
TX Stock Images for fast selecting preferred TX Images.
|
||||||
|
SSTV Images only saved after a configurable percentage completed
|
||||||
|
Setting and reading frequency via CAT interface
|
||||||
|
Preferred fast frequency selection for SSTV and DRM
|
||||||
|
Editor/templates: multi-line inputs for x,y and z
|
||||||
|
Pulse audio direct interface
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 17 21:56:18 UTC 2015 - dl8fcl@darc.de
|
Fri Jul 17 21:56:18 UTC 2015 - dl8fcl@darc.de
|
||||||
|
|
||||||
|
24
qsstv.spec
24
qsstv.spec
@ -3,22 +3,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: qsstv
|
Name: qsstv
|
||||||
Version: 8.2.12
|
Version: 9.1.5
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Summary: Qt-based SSTV and HAMDRM
|
Summary: Qt-based SSTV and HAMDRM
|
||||||
Url: http://users.telenet.be/on4qz/qsstv/
|
Url: http://users.telenet.be/on4qz/qsstv/
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
Source: %{name}_%{version}.tar.bz2
|
Source: %{name}_%{version}.tar.gz
|
||||||
Source1: qsstv.1
|
Source1: qsstv.1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
BuildRequires: alsa-devel
|
|
||||||
BuildRequires: fftw3-devel
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hamlib-devel
|
|
||||||
BuildRequires: libjasper-devel
|
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
|
BuildRequires: libv4l-devel
|
||||||
|
BuildRequires: openjpeg2-devel
|
||||||
|
BuildRequires: pkgconfig(alsa)
|
||||||
|
BuildRequires: pkgconfig(fftw3)
|
||||||
|
BuildRequires: pkgconfig(hamlib)
|
||||||
|
BuildRequires: pkgconfig(libpulse)
|
||||||
|
#BuildRequires: pkgconfig(Qt5Core)
|
||||||
|
#BuildRequires: pkgconfig(Qt5Network)
|
||||||
|
#BuildRequires: pkgconfig(Qt5Svg)
|
||||||
|
#BuildRequires: pkgconfig(Qt5Xml)
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -29,8 +35,8 @@ called DSSTV). It is compatible with most of MmSSTV and EasyPal
|
|||||||
%setup -q -n %{name}_%{version}
|
%setup -q -n %{name}_%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
qmake qsstv_8_2.pro
|
#qmake-qt5 qsstv_9_1.pro
|
||||||
|
qmake qsstv_9_1.pro
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,7 +54,7 @@ install -pm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc qsstv/COPYING
|
%doc COPYING README.txt
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b23bfac2c871a6f0465b5d7f27a73921a59a9bb0dea90417bb519ba1ddbe8fe
|
|
||||||
size 877989
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00e5165b4c24a5f8be1ff2a60dd382f0cf62e492eae06c74694eb9463ec72455
|
|
||||||
size 785987
|
|
3
qsstv_9.1.5.tar.gz
Normal file
3
qsstv_9.1.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00b2e418ca39417eb6df73e4159e29f5844ce57b215188148fe4b5d12dc55f9a
|
||||||
|
size 12372952
|
Loading…
x
Reference in New Issue
Block a user