Browse Source

Patches for sdrangel.

tags/v7.0.0-alpha
Luigi F. Cruz 8 months ago
parent
commit
984ea8191f
5 changed files with 14 additions and 5 deletions
  1. +9
    -0
      stage4/18-pisdr-sdrangel/00-packages-nr
  2. +1
    -1
      stage4/18-pisdr-sdrangel/00-run.sh
  3. +1
    -1
      stage4/18-pisdr-sdrangel/03-run.sh
  4. +2
    -2
      stage4/18-pisdr-sdrangel/04-run.sh
  5. +1
    -1
      stage4/18-pisdr-sdrangel/05-run.sh

+ 9
- 0
stage4/18-pisdr-sdrangel/00-packages-nr View File

@@ -41,3 +41,12 @@ libavcodec-dev
libavformat-dev
libopus-dev
graphviz
libqt5texttospeech5-dev
zlib1g-dev
libfaad-dev
libqt5gamepad5-dev
qtbase5-private-dev
qtwebengine5-dev
qml-module-qtquick-controls2
libspeexdsp-dev
libsamplerate0-dev

+ 1
- 1
stage4/18-pisdr-sdrangel/00-run.sh View File

@@ -13,7 +13,7 @@ git reset --hard c0e92b92aca3d1d36c990b642b937c64d363c559
mkdir -p build
cd build
cmake -GNinja ..
ninja
ninja install
ldconfig
cd ..
rm -fr build


+ 1
- 1
stage4/18-pisdr-sdrangel/03-run.sh View File

@@ -9,7 +9,7 @@ if [ ! -d "dsdcc" ]; then
fi

cd dsdcc
git reset --hard "v1.9.0"
git reset --hard "v1.9.3"
mkdir -p build
cd build
cmake -GNinja -DUSE_MBELIB=ON ..


+ 2
- 2
stage4/18-pisdr-sdrangel/04-run.sh View File

@@ -5,11 +5,11 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software"

if [ ! -d "codec2" ]; then
git clone https://github.com/drowe67/codec2.git
git clone https://github.com/drowe67/codec2-dev.git codec2
fi

cd codec2
git reset --hard 76a20416d715ee06f8b36a9953506876689a3bd2
git reset --hard "v1.0.3"
mkdir -p build
cd build
cmake -GNinja ..


+ 1
- 1
stage4/18-pisdr-sdrangel/05-run.sh View File

@@ -11,7 +11,7 @@ fi
cd sdrangel
mkdir -p build
cd build
cmake -GNinja ..
cmake -DSOAPYSDR_DIR=/usr/local -GNinja ..
ninja install
ldconfig
cd ..


Loading…
Cancel
Save