Commit Graph

18 Commits

Author SHA1 Message Date
Tungsten842
608072151b rtl-sdr: add myself as maintainer 2024-04-16 20:55:35 +02:00
Tungsten842
a1080ded57 rtl-sdr: refactor, add rtl-sdr-blog and set it as default 2024-04-16 20:55:35 +02:00
Adminy
50b366d82b rtl-sdr: 0.8.0 -> 0.9.0
Bump rtl-sdr to newer version to support RTL-SDR.com V4 dongle & get
improvements.
2024-04-01 11:05:15 +02:00
Nikolay Korotkiy
d7d44eb808
rtl-sdr: fix version in librtlsdr.pc
Before the fix:
```sh
$ grep Version result/lib/pkgconfig/librtlsdr.pc
Version: v0.8.x-xxx-xunknown
```
It causes problem while building projects that use librtlsdr:
```sh
 -- Checking for module 'librtlsdr>=0.5.4'
 --   Requested 'librtlsdr >= 0.5.4' but version of RTL-SDR Library is v0.8.x-xxx-xunknown
```

After the fix:
```sh
$ grep Version result/lib/pkgconfig/librtlsdr.pc
Version: 0.8.0
```
2023-05-28 17:48:39 +04:00
QuantMint
434bb4d090 librtlsdr: remove
Removing librtlsdr because it's the same exact package as rtl-sdr.
2023-02-20 07:14:51 +01:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
QuantMint
3cd21f6020 rtl-sdr: 0.6.0 -> 0.8.0 2022-04-29 10:41:45 +02:00
Pavol Rusnak
29bb19258a
treewide: use https for github URIs 2021-04-17 17:59:08 +02:00
Peter Hoeg
4be05878ea rtl-sdr: minor build fixes 2021-04-15 17:06:39 +08:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Alexandre Macabies
f816402fd0 rtl-sdr: use hardened udev rules
rtl-sdr latest release 0.6.0 is from 2018. Six months ago master received
a patch[1] to use improved udev rules that chown to plugdev instead of
making the devices world-read-writable.

This change backports [1] as an upstream patch.

[1] b281473156
2020-09-30 20:39:57 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Rick van Schijndel
91c4571e4f rtl-sdr: fix cross compilation
This patch partially fixes #81985.
Cross-compiling rtl-sdr is possible using this patch.
Use nix build -f <nixpkgs-path> -A pkgsCross.raspberryPi.rtl-sdr to build rtl-sdr.

The error that occured when trying to do this before was as follows:

/nix/store/ldb2v2z0198abkp2minr9a9vz5np4mn4-cmake-3.16.4-armv6l-unknown-linux-gnueabihf/nix-support/setup-hook: line 107: cmake: command not found
2020-03-13 06:17:08 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Elis Hirwing
d2c7a42d6c
rtl-sdr: Move from misc to radio 2019-02-09 21:40:00 +01:00