Commit Graph

24 Commits

Author SHA1 Message Date
Randy Eckenrode
8bf3d7c75a
jellyfin-media-player: fix build on Darwin
- Stop removing web resources (it no longer seems necessary); and
- Enable aarch64-darwin
2024-10-07 23:28:58 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Jan van Esdonk
cd180e8ae9 jellyfin-media-player: 1.10.1 -> 1.11.1 2024-06-10 18:53:19 +02:00
R. Ryantm
d6d81b3386 jellyfin-media-player: 1.10.0 -> 1.10.1 2024-05-20 17:10:54 +00:00
K900
82bdb4745b jellyfin-media-player: 1.9.1 -> 1.10.0, clean up a bit 2024-05-16 11:18:43 +03:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
Bryton Hall
3a3654c836 jellyfin-media-player: add aarch64-linux platform 2023-06-25 02:30:08 -04:00
R. Ryantm
9a6696c42e jellyfin-media-player: 1.9.0 -> 1.9.1 2023-04-29 01:00:09 +00:00
Johannes Schleifenbaum
84e212d2f2
jellyfin-media-player: 1.8.1 -> 1.9.0 2023-03-13 11:41:13 +01:00
Johannes Schleifenbaum
f60c069a2b
jellyfin-media-player: 1.7.1 -> 1.8.1 2023-02-13 13:32:36 +01:00
Awkor
9f80c7486b jellyfin-media-player: add optional dbus dependency
Fix

Update pkgs/applications/video/jellyfin-media-player/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

Update pkgs/applications/video/jellyfin-media-player/default.nix

Co-authored-by: Alex Martens <alex@thinglab.org>
2022-07-16 03:08:14 +02:00
Johannes Schleifenbaum
5c21665ba8
jellyfin-media-player: 1.7.0 -> 1.7.1 2022-06-27 09:51:09 +02:00
Johannes Schleifenbaum
f97b60d47b
jellyfin-media-player: 1.6.1 -> 1.7.0 2022-06-14 08:30:15 +02:00
Dmitry Kalinkin
e0532475bc
treewide: remove darwin-only manual wrapQtApp invocations 2021-09-28 10:29:46 -04:00
Ilan Joselevich
03507abd3d jellyfin-media-player: added kranzes (myself) as a maintainer 2021-08-02 21:42:20 -07:00
Ilan Joselevich
62812cb5f8 jellyfin-media-player: 1.6.0 -> 1.6.1 2021-08-02 21:42:20 -07:00
Sandro
e06c60feaf
Merge pull request #122034 from jojosch/meta-mainProgram 2021-05-07 19:16:27 +02:00
Johannes Schleifenbaum
7ba513d05a
jellyfin-media-player: set meta.mainProgram 2021-05-07 17:12:14 +02:00
Johannes Schleifenbaum
d4b6e0e01b
jellyfin-media-player: 1.5.0 -> 1.6.0 2021-05-05 08:58:58 +02:00
Johannes Schleifenbaum
e58f896fff
jellyfin-media-player: 1.4.1 -> 1.5.0 2021-04-25 09:00:21 +02:00
Johannes Schleifenbaum
433e28d7c8
jellyfin-media-player: clarify GPL license 2021-04-21 08:50:05 +02:00
Johannes Schleifenbaum
366f49e4ef
jellyfin-media-player: 1.4.0 -> 1.4.1 2021-04-20 08:32:03 +02:00
Johannes Schleifenbaum
0c8711865e
jellyfin-media-player: 1.3.1 -> 1.4.0 2021-04-19 08:40:06 +02:00
Johannes Schleifenbaum
c9997666d5
jellyfin-media-player: init at 1.3.1 2021-04-14 08:22:51 +02:00