Commit Graph

43 Commits

Author SHA1 Message Date
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
markuskowa
902dbe7a3e
Merge pull request #63630 from ck3d/vdr-2.4.1
vdr: 2.4.0 -> 2.4.1
2019-06-24 10:32:31 +02:00
Christian Kögler
5e26875f77 vdr: 2.4.0 -> 2.4.1 2019-06-21 20:52:05 +02:00
volth
d42a787417
fix ofborg evaluations broken in #63113 2019-06-20 19:01:58 +00:00
markuskowa
02128a8bb5
Merge pull request #63113 from ck3d/vdr-xineliboutput
initial vdr plugin xineliboutput-2.1.0
2019-06-20 13:37:36 +02:00
Christian Kögler
10d9abb1eb vdr-xineliboutput: introduced review comments 2019-06-17 18:48:48 +02:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Christian Kögler
8eafd21f9e initial vdr plugin xineliboutput-2.1.0
Needed to patch package xineLib to fix usage of XINE_PLUGIN_PATH .
2019-06-14 10:04:27 +02:00
Christian Kögler
75060fab76 vdr: fix overrideAttrs (#59083)
The current vdr derivation can not be overritten. The attribute plugins
gets lost while overriding and that leads to problems when evaluating
vdrPlugins.

Moved vdr own plugins outside vdr derivation.
2019-04-07 15:09:38 +02:00
Christian Kögler
dd3f755cf4
vdr: initial at 2.4.0 and nixos module
used same plugin mechanism as kodi does
2018-12-22 15:13:25 +01:00