summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteamedFish2023-12-13 04:42:37 +0800
committerSteamedFish2023-12-13 04:42:37 +0800
commitb3193c7ee6ba6ce6b9b28cf01ca40efd5de05f49 (patch)
tree80e0d4305536aaafd504929c295d51f2f0d6183d
parent296e8a850be3325dabeaea7be314bd87f7c056b6 (diff)
downloadaur-b3193c7ee6ba6ce6b9b28cf01ca40efd5de05f49.tar.gz
add LEGALLY DUBIOUS codecs to optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fbfe2291bdd..9a63c99172b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,9 @@ pkgbase = openwebrx-plus
depends = owrx_connector-luarvique
depends = python-setuptools
optdepends = python-digiham: use digital voice modes
- optdepends = codecserver: decode audio data from digital voice modes using the AMBE codec
+ optdepends = codecserver: decode audio data from digital voice modes using the AMBE codec, leagally trustworthy
+ optdepends = codecserver-softmbe: use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec
+ optdepends = codecserver-mbelib-module: use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec
optdepends = codec2: demodulate FreeDV digital transmissions
optdepends = m17-cxx-demod: demodulate M17 digital voice signals
optdepends = wsjtx: decode FT8, FST4, FST4, Q65 digital modes
diff --git a/PKGBUILD b/PKGBUILD
index eacf668d218c..896ed1f41484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,9 @@ depends=('csdr-luarvique' 'python-csdr-luarvique' 'rtl-sdr' 'js8py' 'owrx_connec
optdepends=(
# decoding
'python-digiham: use digital voice modes'
- 'codecserver: decode audio data from digital voice modes using the AMBE codec'
+ 'codecserver: decode audio data from digital voice modes using the AMBE codec, leagally trustworthy'
+ 'codecserver-softmbe: use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec'
+ 'codecserver-mbelib-module: use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec'
'codec2: demodulate FreeDV digital transmissions'
'm17-cxx-demod: demodulate M17 digital voice signals'
'wsjtx: decode FT8, FST4, FST4, Q65 digital modes'