]> git.pld-linux.org Git - packages/gqrx.git/commitdiff
- up to 2.11.5 auto/th/gqrx-2.11.5-1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Mar 2019 19:07:42 +0000 (20:07 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Mar 2019 19:07:42 +0000 (20:07 +0100)
gqrx-nopulse.patch [deleted file]
gqrx.spec

diff --git a/gqrx-nopulse.patch b/gqrx-nopulse.patch
deleted file mode 100644 (file)
index ee23ea0..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- gqrx-2.3.0/gqrx.pro~       2014-08-05 21:14:41.000000000 +0200
-+++ gqrx-2.3.0/gqrx.pro        2015-06-19 12:30:17.734906712 +0200
-@@ -27,14 +27,6 @@ macx {
- # enable pkg-config to find dependencies
- CONFIG += link_pkgconfig
--unix:!macx {
--    packagesExist(libpulse libpulse-simple) {
--        # Comment out to use gr-audio (not recommended with ALSA and Funcube Dongle Pro)
--        AUDIO_BACKEND = pulse
--        message("Gqrx configured with pulseaudio backend")
--    }
--}
--
- RESOURCES += icons.qrc \
-     textfiles.qrc
index 8822d1d40b7aa3212ea1a7a34abb0f8c5be720fc..2ecce8096b3aa8ed44d9a2166f6942f3e27c30e2 100644 (file)
--- a/gqrx.spec
+++ b/gqrx.spec
@@ -3,17 +3,16 @@
 #
 Summary:       Software defined radio receiver powered by GNU Radio and Qt
 Name:          gqrx
-Version:       2.3.2
-Release:       4
+Version:       2.11.5
+Release:       1
 License:       GPL v3+
 Group:         Applications/Engineering
-Source0:       http://downloads.sourceforge.net/gqrx/%{name}-%{version}.tar.xz
-# Source0-md5: 2dae602db3e7d637a01c7deced7fad4f
-Patch0:                %{name}-nopulse.patch
+Source0:       https://github.com/csete/gqrx/releases/download/v%{version}/%{name}-sdr-%{version}-src.tar.xz
+# Source0-md5: fed4994d5c04daf70cb19e2393da7a04
 URL:           http://gqrx.dk/
-BuildRequires: QtCore-devel
-BuildRequires: QtGui-devel
-BuildRequires: QtSvg-devel
+BuildRequires: Qt5Core-devel
+BuildRequires: Qt5Gui-devel
+BuildRequires: Qt5Svg-devel
 BuildRequires: boost-devel
 BuildRequires: gnuradio-devel >= 3.7
 BuildRequires: gr-osmosdr-devel
@@ -22,7 +21,7 @@ BuildRequires:        pulseaudio-devel
 %else
 BuildRequires: portaudio-devel
 %endif
-BuildRequires: qt4-qmake
+BuildRequires: qt5-qmake
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -30,13 +29,12 @@ Gqrx is a software defined radio receiver powered by the GNU Radio SDR
 framework and the Qt graphical toolkit.
 
 %prep
-%setup -q
-%patch0 -p1
+%setup -q -n %{name}-sdr-%{version}
 
 %build
 install -d build
 cd build
-qmake-qt4 \
+qmake-qt5 \
        PREFIX=%{_prefix} \
        AUDIO_BACKEND=%{?with_pulseaudio:pulse}%{!?with_pulseaudio:portaudio} \
        ../gqrx.pro
This page took 0.132505 seconds and 4 git commands to generate.