2014-01-04 22:02:03 +00:00
|
|
|
#
|
|
|
|
# spec file for package qsstv
|
|
|
|
#
|
|
|
|
|
2014-01-27 23:11:55 +00:00
|
|
|
Name: qsstv
|
2019-08-25 20:07:58 +00:00
|
|
|
Version: 9.4.4
|
2014-01-27 23:11:55 +00:00
|
|
|
Release: 0
|
|
|
|
License: GPL-3.0
|
|
|
|
Summary: Qt-based SSTV and HAMDRM
|
|
|
|
Url: http://users.telenet.be/on4qz/qsstv/
|
|
|
|
Group: Productivity/Hamradio/Other
|
2016-05-18 10:08:06 +00:00
|
|
|
Source: %{name}_%{version}.tar.gz
|
2014-01-27 23:11:55 +00:00
|
|
|
Source1: qsstv.1
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2014-01-27 23:11:55 +00:00
|
|
|
BuildRequires: gcc-c++
|
2016-05-18 10:08:06 +00:00
|
|
|
BuildRequires: libv4l-devel
|
|
|
|
BuildRequires: pkgconfig(alsa)
|
|
|
|
BuildRequires: pkgconfig(fftw3)
|
|
|
|
BuildRequires: pkgconfig(hamlib)
|
2017-12-29 18:20:10 +00:00
|
|
|
BuildRequires: pkgconfig(libopenjp2)
|
2016-05-18 10:08:06 +00:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
2016-12-25 21:59:41 +00:00
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Network)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
BuildRequires: pkgconfig(Qt5Xml)
|
2012-12-16 20:53:10 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2007-06-22 06:21:50 +00:00
|
|
|
|
|
|
|
%description
|
2014-01-27 23:11:55 +00:00
|
|
|
QSSTV is a program for receiving and transmitting SSTV and HAMDRM (sometimes
|
|
|
|
called DSSTV). It is compatible with most of MmSSTV and EasyPal
|
2007-06-22 06:21:50 +00:00
|
|
|
|
|
|
|
%prep
|
2012-12-16 20:53:10 +00:00
|
|
|
%setup -q -n %{name}_%{version}
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2012-12-16 20:53:10 +00:00
|
|
|
%build
|
2019-08-25 20:07:58 +00:00
|
|
|
qmake-qt5 qsstv_9.4.pro PREFIX=/usr
|
2019-04-29 19:42:10 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-06-22 06:21:50 +00:00
|
|
|
|
|
|
|
%install
|
2014-01-27 23:11:55 +00:00
|
|
|
%make_install INSTALL_ROOT=%{buildroot}
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2015-03-02 09:47:33 +00:00
|
|
|
# Let suse_update_desktop_file find the qsstv icon
|
2014-10-12 14:54:01 +00:00
|
|
|
cp qsstv/icons/%{name}.png %_sourcedir
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2012-12-16 20:53:10 +00:00
|
|
|
# Install man page borrowed from Debian
|
|
|
|
mkdir -p %{buildroot}%{_mandir}/man1
|
2014-01-27 23:11:55 +00:00
|
|
|
install -pm 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2014-01-27 23:11:55 +00:00
|
|
|
%suse_update_desktop_file -c %{name} Qsstv "Qt-based SSTV and HAMDRM" %{name} %{name} "Network;HamRadio"
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2014-10-12 14:54:01 +00:00
|
|
|
|
2012-12-16 20:53:10 +00:00
|
|
|
%files
|
2019-04-29 19:10:58 +00:00
|
|
|
%doc README.txt
|
|
|
|
%license COPYING
|
2014-01-31 23:28:29 +00:00
|
|
|
%{_bindir}/*
|
2012-12-16 20:53:10 +00:00
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
|
|
|
%{_mandir}/man1/%{name}.1*
|
2007-06-22 06:21:50 +00:00
|
|
|
|
2008-10-04 14:29:55 +00:00
|
|
|
%changelog
|