[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r3791: update gnuradio to 3.7.10
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r3791: update gnuradio to 3.7.10 |
Date: |
Wed, 6 Jul 2016 08:03:31 +0000 (UTC) |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 3791
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2016-07-06 01:03:24 -0700
message:
update gnuradio to 3.7.10
modified:
pkg/gnu/gnuradio/Makefile makefile-20160617014725-uokjfnggs70iry9h-861
pkg/gnu/gnuradio/config.mk config.mk-20160617015900-32qqzb53tspmltt0-1
pkg/gnu/gnuradio/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-862
=== modified file 'pkg/gnu/gnuradio/Makefile'
--- a/pkg/gnu/gnuradio/Makefile 2016-06-22 04:58:40 +0000
+++ b/pkg/gnu/gnuradio/Makefile 2016-07-06 08:03:24 +0000
@@ -17,7 +17,9 @@
NAME = GNU Radio
GARNAME = gnuradio
-GARVERSION = 3.7.9.2
+#GARVERSION = 3.7.9.2
+#GARVERSION = 3.7.9.3
+GARVERSION = 3.7.10
HOME_URL = http://www.gnu.org/software/gnuradio
DESCRIPTION = Software radio implementations
define BLURB
@@ -33,7 +35,7 @@
MASTER_SITES = http://www.gnuradio.org/releases/
MASTER_SUBDIR = $(GARNAME)/
DISTFILES = $(DISTNAME).tar.gz
-SIGFILES =
+SIGFILES = $(DISTNAME).tar.gz.asc
WORKOBJ = $(WORKDIR)/build-$(GARVERSION)/
CONFIGURE_SCRIPTS = $(WORKSRC)/CMakeLists.txt
BUILD_SCRIPTS = $(WORKOBJ)/Makefile
@@ -47,6 +49,7 @@
include ../../../gar/gar.mk
include config.mk
+# problems with iconv.... need to add -liconv one place
pre-build:
@echo "Can't figure out how to specify the SDL headers location to the "
=== modified file 'pkg/gnu/gnuradio/config.mk'
--- a/pkg/gnu/gnuradio/config.mk 2016-06-22 04:58:40 +0000
+++ b/pkg/gnu/gnuradio/config.mk 2016-07-06 08:03:24 +0000
@@ -2,4 +2,4 @@
CONFIGURE_OPTS ?=
# might or might not be needed on your system:
-BUILD_OPTS ?= LIBS="-L/opt/gsrc/lib -liconv "
+BUILD_OPTS ?= LIBS="-L/opt/gsrc/lib -liconv
--with-libiconv-prefix=$(prefix) -L/usr/lib/x86_64-linux-gnu/mesa -lGL"
"LDFLAGS=-rpath=/usr/lib/x86_64-linux-gnu/mesa "
=== modified file 'pkg/gnu/gnuradio/sha256sums'
--- a/pkg/gnu/gnuradio/sha256sums 2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnuradio/sha256sums 2016-07-06 08:03:24 +0000
@@ -1,1 +1,2 @@
-71662ff8089b8533cd8162ecef57661ec97d0026735876b1b55d0efcf654b561
download/gnuradio-3.7.9.2.tar.gz
+a4c88851be1a9dc682781586a24a0e3f57abb28f1cbdfd25680945664cf31b49
download/gnuradio-3.7.10.tar.gz
+f19b9aa38c0f525aafa11a17eb361fc3676ea6b5da43cb3e1e34b6b78cf870b9
download/gnuradio-3.7.10.tar.gz.asc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r3791: update gnuradio to 3.7.10,
Carl Hansen <=