Package Details: gr-dvbt-git r467.a9fbb78-1

Git Clone URL: https://aur.archlinux.org/gr-dvbt-git.git (read-only, click to copy)
Package Base: gr-dvbt-git
Description: Opensource implementation of DVB-T encoder/decoder according to ETSI 300 744 using gnuradio
Upstream URL: https://github.com/BogdanDIA/gr-dvbt
Licenses: GPL
Submitter: tm-x
Maintainer: tm-x
Last Packager: tm-x
Votes: 1
Popularity: 0.000000
First Submitted: 2016-03-21 14:17 (UTC)
Last Updated: 2016-09-06 16:28 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

dreieck commented on 2021-09-30 13:29 (UTC)

The upstream website writes:

Late note: As of 2015, I donated the gr-dvbt project to gnuradio. It is now integrated in the mainline of gnuradio/gr-dtv

So, maybe this package can be deleted?

dreieck commented on 2021-09-30 13:28 (UTC)

Fails to build for me with

CMake Error at CMakeLists.txt:93 (message):
  GnuRadio Core required to compile dvbt

However, the latest gnuradio from the community repository is installed, version 3.9.2.0-3.

Full output of build():

==> Starting build.
-- The CXX compiler identification is GNU 11.1.0
-- The C compiler identification is GNU 11.1.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Build type not specified: defaulting to release.
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.35") found components: filesystem system 
-- Found LOG4CPP: /usr/lib/liblog4cpp.so
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0") 
-- Checking for module 'gmp'
--   Found gmp, version 6.2.1
-- Found GMP: /usr/lib/libgmpxx.so  
-- Using GMP.
-- Found MPLIB: /usr/lib/libgmpxx.so  
-- Found Boost: /usr/lib64/cmake/Boost-1.76.0/BoostConfig.cmake (found suitable version "1.76.0", minimum required is "1.76.0") found components: date_time program_options filesystem system regex thread unit_test_framework 
-- Found Volk: Volk::volk  
-- Checking for module 'cppunit'
--   Package 'cppunit', required by 'virtual:world', not found
-- Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIRS) 
CMake Error at CMakeLists.txt:93 (message):
  GnuRadio Core required to compile dvbt


-- Configuring incomplete, errors occurred!
See also "/[...]/gr-dvbt-git/src/gr-dvbt-git/build/CMakeFiles/CMakeOutput.log".
See also "/[...]/gr-dvbt-git/src/gr-dvbt-git/build/CMakeFiles/CMakeError.log".
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintainung!

dreieck commented on 2021-09-30 12:58 (UTC)

Please add provides=("gr-dvbt"), conflicts=("gr-dvbt").

Thanks for maintaining!