Commit Graph

29 Commits

Author SHA1 Message Date
R. Ryantm
517228f1e7 moonlight-embedded: 2.6.2 -> 2.7.0 2024-02-20 11:34:01 +00:00
a-kenji
5c680a65c2 moonlight-embedded: add meta.mainProgram 2024-01-23 21:54:41 +01:00
R. Ryantm
99e6bb8553 moonlight-embedded: 2.6.1 -> 2.6.2 2023-11-03 12:47:53 +00:00
Robin Gloster
e5d552f5b9
treewide: update globin's maintainership 2023-10-24 13:09:45 +02:00
R. Ryantm
568c7eb813 moonlight-embedded: 2.6.0 -> 2.6.1 2023-10-11 09:38:08 +00:00
R. Ryantm
aba7bd4be4 moonlight-embedded: 2.5.3 -> 2.6.0 2023-09-09 13:20:12 +00:00
R. Ryantm
8820f4bbd0 moonlight-embedded: 2.5.2 -> 2.5.3 2022-09-24 17:02:28 +00:00
R. RyanTM
36ba8c55f4
moonlight-embedded: 2.5.1 -> 2.5.2
(#152810)
2022-01-12 00:30:20 +01:00
Sandro Jäckel
e745b9e5df
moonlight-embedded: move pkg-config to nativeBuildInputs 2021-08-21 00:10:01 +02:00
Cameron Gutman
bc0699b2e2 moonlight-embedded: 2.4.11 -> 2.5.1 2021-08-15 18:07:27 +00:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Robin Gloster
1e42bda022
moonlight-embedded: 2.4.10 -> 2.4.11 2021-05-09 14:41:17 -05:00
Robin Gloster
a7b3087f75
moonlight-embedded: build with ffmpeg 4
see #120705
2021-05-05 16:23:22 -05:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08: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
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
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
Nikita Uvarov
1ce1cecbba
moonlight-embedded: 2.4.9 -> 2.4.10 2019-06-06 11:01:27 +02:00
Nikita Uvarov
fc5b5cdaef
moonlight-embedded: add libva support
This enables hardware decoding using VA API.
2019-05-10 10:24:10 +02:00
Nikita Uvarov
30e5254de5
moonlight-embedded: 2.4.7 -> 2.4.9 2019-05-10 10:24:02 +02:00
schneefux
953f495e8b moonlight-embedded: 2.4.6 -> 2.4.7 2018-10-08 13:48:08 +02:00
schneefux
8d4c3a08e3 moonlight-embedded: use fetchFromGitHub instead of fetchgit 2018-10-08 13:33:48 +02:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Robin Gloster
1d70a52528
moonlight-embedded: 2.4.4 -> 2.4.6 2018-01-17 00:10:07 +01:00
Tuomas Tynkkynen
1ff422aa23 treewide: Add man & info outputs where necessary (instead of doc)
Because man & info pages won't be going to $doc after the next commit.
Scripted change for the files having one-package-per-file.
2017-08-11 21:32:54 +03:00
Robin Gloster
af84611f0c
moonlight-embedded: 2.2.3 -> 2.4.2 2017-08-01 00:25:40 +02:00
Robin Gloster
756bcc3d95
moonlight-embedded: 2.2.1 -> 2.2.3 2017-02-02 19:04:01 +01:00
Robin Gloster
5341b8b1f8 moonlight-embedded: init at 2.2.1 (#17414) 2016-08-01 18:46:13 +02:00