Commit Graph

59 Commits

Author SHA1 Message Date
R. Ryantm
3ee31597ac vdr: 2.6.1 -> 2.6.3 2022-12-24 02:39:42 +00:00
Christian Kögler
b6c1fa2623 vdrPlugins.softhddevice: 1.9.2 -> 1.9.3 2022-10-14 22:55:42 +02:00
Christian Kögler
7fae1d6f7a vdrPlugins: get homepage from src 2022-10-03 10:57:58 +02:00
Christian Kögler
59bb395f1c vdrPlugins.softhddevice: 1.9.0 -> 1.9.2 2022-10-03 10:57:58 +02:00
Christian Kögler
360892caf5 vdrPlugins.vnsiserver: 1.8.0 -> 1.8.1 2022-10-03 10:57:58 +02:00
Christian Kögler
2de6316bbf vdrPlugins.epgsearch: switch src 2022-10-03 10:57:58 +02:00
Christian Kögler
fe181e0f94 vdrPlugins.markad: 3.0.25 -> 3.0.26 2022-10-03 10:57:58 +02:00
Christian Kögler
0aede75ecf vdrPlugins.femon: switch src 2022-10-03 10:26:27 +02:00
Christian Kögler
62c7443beb vdr: Set platform to linux 2022-10-03 09:46:19 +02:00
Christian Kögler
198e56fa78 vdrPlugins.markad: 2.0.4 -> 3.0.25 2022-09-13 21:21:21 +02:00
Christian Kögler
0a1b21ff95 vdrPlugins.streamdev: init at 0.6.3 2022-08-18 22:47:08 +02:00
Christian Kögler
45c07350c7 vdrPlugins.softhddevice: init ad 1.9.0 2022-08-18 22:46:44 +02:00
Christian Kögler
798cc46a6c vdrPlugins.markad: unstable -> 2.0.4 2022-08-18 22:45:33 +02:00
Christian Kögler
e99522ee4c vdrPlugins.vaapidevice: Remove broken plugin
The plugin is not compatible with ffmpeg.
2022-08-18 22:44:35 +02:00
Naïm Favier
0b94145288
vdr: fix wrapper arguments escaping 2022-05-06 18:30:18 +02:00
Christian Kögler
49140c798b vdrPlugins.fritzbox: 1.5.3 -> 1.5.4 2022-04-23 13:25:21 +02:00
R. Ryantm
2fb3a86e50 vdr: 2.6.0 -> 2.6.1 2022-02-07 02:58:09 +00:00
R. Ryantm
abdb5580f7 vdr: 2.5.6 -> 2.6.0 2021-12-31 20:55:08 +00:00
Christian Kögler
fdd35e7715 vdr-vaapidevice: Fix libva-x11 2021-11-21 21:13:49 +01:00
Thiago Kenji Okada
dd9763e44e
Merge pull request #142141 from wackbyte/vdr-vaapidevice-ffmpeg
vdrPlugins.vaapidevice: ffmpeg_3 -> ffmpeg
2021-11-13 21:42:18 -03:00
markuskowa
dd49b2dbf0
Merge pull request #143279 from r-ryantm/auto-update/vdr
vdr: 2.4.7 -> 2.5.6
2021-11-01 21:17:14 +01:00
Christian Kögler
cbca6fc0df vdrPlugins.epgsearch: 20191202 -> 2.4.1 2021-10-28 22:45:15 +02:00
R. Ryantm
3e74257f86 vdr: 2.4.7 -> 2.5.6 2021-10-28 02:32:10 +00:00
wackbyte
6c173bb117
vdrPlugins.vaapidevice: ffmpeg_3 -> ffmpeg
Luckily, it seems to build properly with no changes.
Inspecting the logs further reveals that it built with only deprecation warnings.
2021-10-18 16:56:54 -04:00
polykernel
ca20a96b5f treewide: concatStrings (intersperse ...) -> concatStringsSep ...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00
Sandro
d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
Sandro Jäckel
fa949bad45
zsh-autoenv: add unstable to version 2021-07-18 01:12:35 +02:00
Sandro Jäckel
efd793b484
vdr.plugins: switch to pname + version, format 2021-07-18 00:11:25 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Christian Kögler
201e1a4fb8 vdr: Update license 2021-05-16 08:17:25 +02:00
Christian Kögler
d5d750fa54 vdr: 2.4.6 -> 2.4.7 2021-05-16 00:07:50 +02:00
AndersonTorres
06dadfa1a1 xineliboutput: xineLib -> xine-lib 2021-04-30 17:51:04 -03: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
Christian Kögler
29b54e72b8 vdr: 2.4.4 -> 2.4.6 2020-12-28 22:45:00 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
markuskowa
56190b7794
Merge pull request #97400 from ck3d/vdr-epgsearch-20191202
vdr-epgsearch: 2.4.0 -> 20191202
2020-09-15 22:21:05 +02:00
markuskowa
8e9a572791
Merge pull request #97404 from ck3d/vdr-vaapidevice-20190526
vdr-vaapidevice: 0.7.0 -> 20190526
2020-09-15 22:20:47 +02:00
Christian Kögler
73653fe547 vdr-vaapidevice: 0.7.0 -> 20190526 2020-09-07 23:35:13 +02:00
Christian Kögler
31fed01d54 vdr-epgsearch: 2.4.0 -> 20191202 2020-09-07 23:17:46 +02:00
Christian Kögler
6378df317d vdr: 2.4.1 -> 2.4.4 2020-09-07 23:13:22 +02:00
Maximilian Bosch
44fb6cc037
vdr: fix build w/glibc-2.31
https://hydra.nixos.org/build/122891193
2020-06-29 14:41:42 +02:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Christian Kögler
b7dad4977c vdr-xineliboutput: 2.1.0 -> 2.2.0 2020-03-22 21:23:06 +01:00
Christian Kögler
d315b3d267 vdr-xinelinboutput: fix pkg-config for opengl
Up to including nixos-19.09 configure fall back and included right
libraries. Since nixos-20.03 pkg-config returns a valid value for opengl, but
opengl misses glx symbols.
2020-03-22 12:01:45 +01:00
John Ericson
9b090ccbca treewide: Get rid of most parseDrvName without breaking compat
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Christian Kögler
09a6b262c4 vdr: fix shebang of svdrpsend 2019-07-28 11:37:57 +02:00