]> git.pld-linux.org Git - packages/gnuradio.git/commitdiff
- up to 2012-04-02 snap; fix build with gcc 4.7 auto/th/gnuradio-3.5.3-0.20120402.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Jul 2012 20:31:52 +0000 (22:31 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 11 Jul 2012 20:31:52 +0000 (22:31 +0200)
gnuradio-build.patch
gnuradio.spec

index 39deea80ade1a39c4fbc27650dff1e1bab76500f..a3b446dbbef708a5728674a0393b5b72a749db04 100644 (file)
@@ -6,3 +6,13 @@
        -lstdc++                        \
 +      -lpython                        \
        $(QT_LIBS)
+--- gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc~  2011-10-23 20:06:37.000000000 +0200
++++ gnuradio/gnuradio-core/src/lib/filter/qa_gri_mmse_fir_interpolator_cc.cc   2012-07-11 22:22:47.776970614 +0200
+@@ -29,6 +29,7 @@
+ #include <qa_gri_mmse_fir_interpolator_cc.h>
+ #include <gri_mmse_fir_interpolator_cc.h>
+ #include <stdio.h>
++#include <stdint.h>
+ #include <cmath>
+ #include <stdexcept>
index aaac2446c7b9e78dce5d65fb8c5b4a5ab6db2c22..cd465c7c901517f00cfe248a5d16ea3d212ead40 100644 (file)
@@ -4,17 +4,17 @@
 %bcond_with    uhd
 %bcond_with    volk
 #
-%define        snap    2012-03-26
+%define        snap    2012-04-02
 %define        snaps   %(echo %{snap} | tr -d "-")
 Summary:       Software defined radio framework
 Name:          gnuradio
 Version:       3.5.3
-Release:       0.%{snaps}.5
+Release:       0.%{snaps}.1
 License:       GPL v3
 Group:         Applications/Engineering
 URL:           http://www.gnuradio.org/
 Source0:       http://gnuradio.org/files/builds/%{name}-%{version}-%{snap}.tar.gz
-# Source0-md5: 597245618a773bad2ff6b973e83d5bcb
+# Source0-md5: 9d839403ef713a07e07131e4fc19a543
 Patch0:                %{name}-build.patch
 BuildRequires: SDL-devel
 BuildRequires: alsa-lib-devel
This page took 0.444768 seconds and 4 git commands to generate.