• gr-osmosdr in Debian: patches

    From asciiwolf@seznam.cz@21:1/5 to All on Fri Nov 3 14:30:01 2023
    Hello!

    Is there any chance the following two upstream commits could be added as patches to the Debian gr-osmosdr package?

    https://gitea.osmocom.org/sdr/gr-osmosdr/commit/b581c621fe05968bc5b5e7be24ff36cfc7fad881
    https://gitea.osmocom.org/sdr/gr-osmosdr/commit/9c09c90d920dd4906fa8bb9d8443eef84d2565a3

    The first commit fixes gain setting on SDRplay devices, the second commit adds support for the newly released (and already very popular) RTL-SDR.com V4 dongle.

    Thanks a lot!

    Regards,
    Daniel

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christoph Berg@21:1/5 to All on Fri Nov 3 15:00:02 2023
    Re: asciiwolf@seznam.cz
    Hello!

    Is there any chance the following two upstream commits could be added as patches to the Debian gr-osmosdr package?

    https://gitea.osmocom.org/sdr/gr-osmosdr/commit/b581c621fe05968bc5b5e7be24ff36cfc7fad881
    https://gitea.osmocom.org/sdr/gr-osmosdr/commit/9c09c90d920dd4906fa8bb9d8443eef84d2565a3

    Ideally, gr-osmosdr would just release a new version that includes
    these patches.

    Christoph

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From asciiwolf@seznam.cz@21:1/5 to All on Fri Nov 3 15:40:02 2023
    Re: Christoph Berg <myon@debian.org>
    "Ideally, gr-osmosdr would just release a new version that includes
    these patches.

    Christoph "



    Hello,




    I have already contacted them, but got no reply so far. They are probably
    not interested in releasing a new version at the moment since there were not any changes except the two patches and some build fixes since the last
    release and gr-osmosdr seems to have new versions usually released once a
    year or two.



    Daniel (OK2VLK)


    --=_7dd65db97e417e0558e1cc8cJd059da-3a22-5a6f-a03f-b94b63079549_Content-Type: text/html;
    charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    <html><body>Re: Christoph Berg &lt;myon@debian.org&gt;<br><blockquote data-email="myon@debian.org">Ideally, gr-osmosdr would just release a new version that includes<br>these patches.<br><br>Christoph</blockquote><p><br></p><p>Hello,</p><p><br></p><p>
    I have already contacted them, but got no reply so far. They are probably not interested in releasing a new version at the moment since there were not any changes except the two patches and some build fixes since the last release and gr-osmosdr seems
    to have new versions usually released once a year or two.</p><p><br></p>Daniel (OK2VLK)<p></p></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From asciiwolf@seznam.cz@21:1/5 to All on Mon Nov 6 15:10:01 2023
    Hello Apostolos,

    Thanks for the instructions, I appreciate it, however I am not interested in building the updated/patched package myself. I am interested in these
    changes being available for other Debian/Ubuntu users and especially getting into Ubuntu 22.04.

    Best 73's

    Daniel OK2VLK




    Re: Apostolos Kefalas <sv1ljj@raag.org>
    Hello Daniel,

    it is actually quite easy to build a package yourself:

    $ dget https://deb.debian.org/debian/pool/main/g/gr-osmosdr/gr-osmosdr_0.2.4-1.
    dsc

    $ cd gr-osmosdr-0.2.4/debian/patches

    $ wget https://github.com/osmocom/gr-osmosdr/commit/9c09c90d920dd4906fa8bb9d8443
    eef84d2565a3.patch
    -O rtlsdr4.patch

    $ wget https://github.com/osmocom/gr-osmosdr/commit/b581c621fe05968bc5b5e7be24ff
    36cfc7fad881.patch
    -O sdrplay_gain.patch

    $ echo 'rtlsdr4.patch' >> series

    $ echo 'sdrplay_gain.patch' >> series

    $ cd ../../

    $ dch -i
    (write some comments if you like, otherwise save and exit.)

    $ sudo apt install libfreesrp-dev libhidapi-dev libxtrx-dev python3-
    soapysdr

    $ dpkg-buildpackage

    $ sudo dpkg -i ../gr-osmosdr_0.2.4-1.1_amd64.deb ../libgnuradio- osmosdr0.2.0_0.2.4-1.1_amd64.deb


    73
    Apostolos, SV1LJJ

    --=_3ec0498d0e3869c07c7a879eJd059da-3a22-5a6f-a03f-b94b63079549_Content-Type: text/html;
    charset=utf-8
    Content-Transfer-Encoding: quoted-printable

    <html><body>Hello Apostolos,<br><br>Thanks for the instructions, I appreciate it, however I am not interested in building the updated/patched package myself. I am interested in these changes being available for other Debian/Ubuntu users and especially
    getting into Ubuntu 22.04.<br><br>Best 73's<br><div>Daniel OK2VLK</div><div><br></div><div>Re: Apostolos Kefalas &lt;sv1ljj@raag.org&gt;</div>&gt; Hello Daniel,<br>&gt; <br>&gt; it is actually quite easy to build a package yourself:<br>&gt; <br>&gt; $
    dget<br>&gt; https://deb.debian.org/debian/pool/main/g/gr-osmosdr/gr-osmosdr_0.2.4-1.dsc<br>&gt; <br>&gt; $ cd gr-osmosdr-0.2.4/debian/patches<br>&gt; <br>&gt; $ wget<br>&gt; https://github.com/osmocom/gr-osmosdr/commit/
    9c09c90d920dd4906fa8bb9d8443eef84d2565a3.patch<br>&gt; -O rtlsdr4.patch<br>&gt; <br>&gt; $ wget<br>&gt; https://github.com/osmocom/gr-osmosdr/commit/b581c621fe05968bc5b5e7be24ff36cfc7fad881.patch<br>&gt; -O sdrplay_gain.patch<br>&gt; <br>&gt; $ echo '
    rtlsdr4.patch' &gt;&gt; series<br>&gt; <br>&gt; $ echo 'sdrplay_gain.patch' &gt;&gt; series<br>&gt; <br>&gt; $ cd ../../<br>&gt; <br>&gt; $ dch -i<br>&gt; (write some comments if you like, otherwise save and exit.)<br>&gt; <br>&gt; $ sudo apt install
    libfreesrp-dev libhidapi-dev libxtrx-dev python3-soapysdr<br>&gt; <br>&gt; $ dpkg-buildpackage<br>&gt; <br>&gt; $ sudo dpkg -i ../gr-osmosdr_0.2.4-1.1_amd64.deb ../libgnuradio-<br>&gt; osmosdr0.2.0_0.2.4-1.1_amd64.deb<br>&gt; <br>&gt; <br>&gt; 73<br>&gt;
    Apostolos, SV1LJJ<br></body></html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From asciiwolf@seznam.cz@21:1/5 to All on Mon Nov 6 21:20:01 2023
    Oops, I meant Ubuntu 24.04, not 22.04. :-)

    Daniel

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)