diff options
author | Mario Preksavec <mario@slackware.hr> | 2021-12-06 00:52:12 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:44 +0700 |
commit | 4f1672ed46c7cd09fb89b434153da482309dc43a (patch) | |
tree | 59bdede10e07b50ad1edf737ca66eaa96fc82bd5 /development/gr-osmosdr | |
parent | 08a797609e0b8f7143a065e2d7825861df47e34f (diff) |
development/gr-osmosdr: Updated for version 20210128_a100eb0.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gr-osmosdr')
-rw-r--r-- | development/gr-osmosdr/boost-1.73.patch | 20 | ||||
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.SlackBuild | 5 | ||||
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.info | 8 |
3 files changed, 5 insertions, 28 deletions
diff --git a/development/gr-osmosdr/boost-1.73.patch b/development/gr-osmosdr/boost-1.73.patch deleted file mode 100644 index 60d26518bea6..000000000000 --- a/development/gr-osmosdr/boost-1.73.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -Naur gr-osmosdr-20170612.orig/lib/rfspace/rfspace_source_c.cc gr-osmosdr-20170612/lib/rfspace/rfspace_source_c.cc ---- gr-osmosdr-20170612.orig/lib/rfspace/rfspace_source_c.cc 2018-06-14 21:01:32.000000000 +0200 -+++ gr-osmosdr-20170612/lib/rfspace/rfspace_source_c.cc 2020-05-17 15:11:25.958538000 +0200 -@@ -1089,14 +1089,14 @@ - // Start the asynchronous receive operation. The handle_receive function - // used as a callback will update the ec and rx_bytes variables. - socket.async_receive( boost::asio::buffer(data, sizeof(data)), -- boost::bind(handle_receive, _1, _2, &ec, &rx_bytes) ); -+ boost::bind(handle_receive, boost::placeholders::_1, boost::placeholders::_2, &ec, &rx_bytes) ); - - // Set a deadline for the asynchronous operation. - timer.expires_from_now( boost::posix_time::milliseconds(10) ); - - // Start an asynchronous wait on the timer. The handle_timer function - // used as a callback will update the ec variable. -- timer.async_wait( boost::bind(handle_timer, _1, &ec) ); -+ timer.async_wait( boost::bind(handle_timer, boost::placeholders::_1, &ec) ); - - // Reset the io_service in preparation for a subsequent run_one() invocation. - ios.reset(); diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index e7acefd8a904..6d4d116fd9ff 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gr-osmosdr -VERSION=${VERSION:-20170612} +VERSION=${VERSION:-20210128_a100eb0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -80,9 +80,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -sed -i "s|gr_osmosdr_libs}|gr_osmosdr_libs} -lboost_chrono|" lib/CMakeLists.txt -patch -p1 < $CWD/boost-1.73.patch - mkdir -p build cd build cmake \ diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info index 5bcdd1fb7a0e..4d2443f8566b 100644 --- a/development/gr-osmosdr/gr-osmosdr.info +++ b/development/gr-osmosdr/gr-osmosdr.info @@ -1,10 +1,10 @@ PRGNAM="gr-osmosdr" -VERSION="20170612" +VERSION="20210128_a100eb0" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR" -DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-20170612.tar.bz2" -MD5SUM="802f65fc6bbe975f4ddaabb7dcf9bfd8" +DOWNLOAD="http://mirror.slackware.hr/sources/gr-osmosdr/gr-osmosdr-20210128_a100eb0.tar.bz2" +MD5SUM="635037afeb620e61ae200d491f9df580" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gnuradio python2-cheetah" +REQUIRES="gnuradio cheetah3" MAINTAINER="Panagiotis Nikolaou" EMAIL="hostmaster@slackonly.com" |