Merge branch 'master' into develop
This commit is contained in:
commit
9416db5f42
@ -1,4 +1,6 @@
|
|||||||
**unreleased**
|
**unreleased**
|
||||||
|
|
||||||
|
**1.2.1**
|
||||||
- FifiSDR support fixed (pipeline formats now line up correctly)
|
- FifiSDR support fixed (pipeline formats now line up correctly)
|
||||||
- Added "Device" input for FifiSDR devices for sound card selection
|
- Added "Device" input for FifiSDR devices for sound card selection
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,9 +1,13 @@
|
|||||||
openwebrx (1.3.0) UNRELEASED; urgency=low
|
openwebrx (1.3.0) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Fri, 30 Sep 2022 16:47:00 +0000
|
||||||
|
|
||||||
|
openwebrx (1.2.1) bullseye jammy; urgency=low
|
||||||
|
|
||||||
* FifiSDR support fixed (pipeline formats now line up correctly)
|
* FifiSDR support fixed (pipeline formats now line up correctly)
|
||||||
* Added "Device" input for FifiSDR devices for sound card selection
|
* Added "Device" input for FifiSDR devices for sound card selection
|
||||||
|
|
||||||
-- Jakob Ketterl <jakob.ketterl@gmx.de> Thu, 16 Jun 2022 21:47:00 +0000
|
-- Jakob Ketterl <jakob.ketterl@gmx.de> Tue, 20 Sep 2022 16:01:00 +0000
|
||||||
|
|
||||||
openwebrx (1.2.0) bullseye jammy; urgency=low
|
openwebrx (1.2.0) bullseye jammy; urgency=low
|
||||||
|
|
||||||
|
@ -31,13 +31,11 @@ popd
|
|||||||
rm -rf js8py
|
rm -rf js8py
|
||||||
|
|
||||||
git clone https://github.com/jketterl/csdr.git
|
git clone https://github.com/jketterl/csdr.git
|
||||||
# latest develop as of 2022-09-19 (fifisdr fixes)
|
cmakebuild csdr 0.18.1
|
||||||
cmakebuild csdr 5061ed54666e4ef0ccd9b259bb591c2123a3a3f8
|
|
||||||
|
|
||||||
git clone https://github.com/jketterl/pycsdr.git
|
git clone https://github.com/jketterl/pycsdr.git
|
||||||
cd pycsdr
|
cd pycsdr
|
||||||
# latest develop as of 2022-09-19 (fifisdr fixes)
|
git checkout 0.18.1
|
||||||
git checkout 1154d090b5fb2f0de45b3bf62851ac665e251e28
|
|
||||||
./setup.py install install_headers
|
./setup.py install install_headers
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf pycsdr
|
rm -rf pycsdr
|
||||||
|
Loading…
Reference in New Issue
Block a user