tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
gst_all_1.gst-plugins-good: 1.22.5 -> 1.22.6
Lily Foster
2 years ago
cd34ad5c
fa7fdeab
+3
-13
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gstreamer
good
default.nix
+3
-13
pkgs/development/libraries/gstreamer/good/default.nix
···
52
52
53
53
stdenv.mkDerivation rec {
54
54
pname = "gst-plugins-good";
55
55
-
version = "1.22.5";
55
55
+
version = "1.22.6";
56
56
57
57
outputs = [ "out" "dev" ];
58
58
59
59
src = fetchurl {
60
60
url = "https://gstreamer.freedesktop.org/src/${pname}/${pname}-${version}.tar.xz";
61
61
-
hash = "sha256-tnsxMTpUxpKbgpadQdPP3y9Y21c/tfSR5rul2ErqB3g=";
61
61
+
hash = "sha256-s7B/4/HOf+k6qb5yF4ZgRFSPNcSneSKA7sfhCKMvmBc=";
62
62
};
63
63
-
64
64
-
# TODO: Patch is conditional to spare rebuilds during the current staging-next cycle and should be removed during the next bump
65
65
-
patches = lib.optionals qt5Support [
66
66
-
# Needed until https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5083 is merged and released
67
67
-
(fetchpatch {
68
68
-
name = "gst-plugins-good-fix-qt5-without-viv-fb.patch";
69
69
-
url = "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/03d8ef0b7c6e70eb936de0514831c1aafc763dcf.diff";
70
70
-
hash = "sha256-17XU/W/TMPg5669O1EBXByAN/VwFu/0idTg5ze3M/D4=";
71
71
-
stripLen = 2;
72
72
-
})
73
73
-
];
74
63
75
64
strictDeps = true;
76
65
···
90
79
hotdoc
91
80
] ++ lib.optionals qt5Support (with qt5; [
92
81
qtbase
82
82
+
qttools
93
83
]) ++ lib.optionals qt6Support (with qt6; [
94
84
qtbase
95
85
qttools