Commits
Michael Dickens authored c02e21451e8
5 5 | PortGroup github 1.0 |
6 6 | |
7 7 | # require C++11 for cppunit 1.14.0 as of April 13, 2017. |
8 8 | PortGroup cxx11 1.1 |
9 9 | |
10 10 | github.setup drmpeg gr-dvbs 01e296e80484d9e8e15b9fd8433ba44573f9b09a |
11 11 | version 20181008 |
12 12 | checksums rmd160 2a6f2fe46a04907aa779f2ac10ecf392d9dc6062 \ |
13 13 | sha256 51d24b469a1b1f30a2919ccb3bffb6e90d025c620f9321149337bf02191c66fe \ |
14 14 | size 116003 |
15 - | revision 1 |
15 + | revision 2 |
16 16 | |
17 17 | categories science comms |
18 18 | maintainers {michaelld @michaelld} openmaintainer |
19 19 | description Implements DVB-S transmitter according to ETSI 300 421 V1.1.2 Framing in GNU Radio. |
20 20 | long_description ${description} |
21 21 | license GPL-3 |
22 22 | platforms darwin |
23 23 | |
24 - | depends_build-append port:pkgconfig |
24 + | depends_build-append port:pkgconfig \ |
25 + | port:swig-python |
25 26 | |
26 27 | # still require cppunit for testing; NOTE: cppunit is checked for |
27 28 | # during configure, so we need it to be in depends_lib or |
28 29 | # depends_build to be used correctly. Choose the latter since it's |
29 30 | # not required for runtime; just for build/test. |
30 31 | depends_build-append port:cppunit |
31 32 | |
32 33 | depends_lib-append port:boost \ |
33 - | port:doxygen \ |
34 - | port:swig-python |
34 + | port:doxygen |
35 35 | |
36 36 | # allow gr-dvbs to work with both gnuradio and gnuradio-devel ... |
37 37 | |
38 38 | depends_lib-append path:lib/libgnuradio-runtime.dylib:gnuradio |
39 39 | |
40 40 | # ... but not with gnuradio-next |
41 41 | |
42 42 | pre-fetch { |
43 43 | if {![catch {set installed [lindex [registry_active gnuradio-next] 0]}]} { |
44 44 | # gnuradio-next is installed; this version of gr-dvbs does not work with gnuradio-next |