···
1
-
{ stdenv, fetchFromGitHub, fetchurl, pkgconfig, intltool, itstool, python3, wrapGAppsHook
2
-
, python3Packages, gst_all_1, gtk3
3
-
, gobject-introspection, librsvg, gnome3, libnotify, gsound
4
-
, meson, ninja, gsettings-desktop-schemas
13
+
, gobject-introspection
20
+
, gsettings-desktop-schemas
10
-
# gst-transcoder will eventually be merged with gstreamer (according to
11
-
# gst-transcoder 1.8.0 release notes). For now the only user is pitivi so we
12
-
# don't bother exposing the package to all of nixpkgs.
24
+
# gst-transcoder was merged with gst-plugins-bad 1.18.
25
+
# TODO: switch to that once available.
gst-transcoder = stdenv.mkDerivation rec {
pname = "gst-transcoder";
···
sha256 = "16skiz9akavssii529v9nr8zd54w43livc14khdyzv164djg9q8f";
22
-
nativeBuildInputs = [ pkgconfig meson ninja gobject-introspection python3 ];
23
-
buildInputs = with gst_all_1; [ gstreamer gst-plugins-base ];
35
+
nativeBuildInputs = [
39
+
gobject-introspection
42
+
buildInputs = with gst_all_1; [
in python3Packages.buildPythonApplication rec {
27
-
name = "pitivi-${version}";
30
-
url = "mirror://gnome/sources/pitivi/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
55
+
url = "mirror://gnome/sources/pitivi/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0mxp2p4gg976fp1vj3rb5rmpl5mqfzncm9vw2719irl32f1qlvyb";
# By default, the build picks up environment variables like PYTHONPATH
# and saves them to the generated binary. This would make the build-time
# dependencies part of the closure so we remove it.
./prevent-closure-contamination.patch
44
-
patchShebangs ./getenvvar.py
65
+
# Port from intltool to gettext.
66
+
# Needed for the following patches to apply.
68
+
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/89b1053f2516c594f414c5c67c835471bce44b67.patch";
69
+
sha256 = "8yhArzAtZC+WjHftcSDrstBlT8j6WlGHffU9Nj+ny+c=";
70
+
excludes = [ "po/POTFILES.in" ];
47
-
nativeBuildInputs = [ meson ninja pkgconfig intltool itstool python3 wrapGAppsHook ];
73
+
# Complete switching to gst-transcoder in gst-plugins-bad.
74
+
# Otherwise there will likely be conflics.
75
+
# TODO: Apply this patch once we are using gst-transcoder from gst-plugins-bad.
77
+
# url = "https://gitlab.gnome.org/GNOME/pitivi/commit/51ae6533ee26ffd47e453eb5f5ad8cd46f57d15e.patch";
78
+
# sha256 = "zxJm+E5o+oZ3lW6wYNY/ERo2g4NmCjoY8oV+uScq8j8=";
81
+
# Generate renderer.so on macOS instead of dylib.
82
+
# Needed for the following patch to apply.
84
+
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/bcacadcafabf8911efb0fddc8d57329237d08cd1.patch";
85
+
sha256 = "2BM5acIwOgdr1L9vhtMMN4trrLuqCg/K6v6ZYtD1Fjw=";
87
+
sed -i -e "s/1.90.0.1/0.999/g" "$out"
91
+
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/0a3cc054a2c20b59f5aaaaa307de3c9af3c0d270.patch";
92
+
sha256 = "6DhqRlxFWFFdLwGoFem+vPt8x7v732KMVjMF9fypMK4=";
95
+
-e "s/1.90.0.1/0.999/g" \
96
+
-e "s/\(-python_dep.*\)/\1\n /" \
97
+
-e "s/-1,9 +1,16/-1,10 +1,17/"
102
+
nativeBuildInputs = [
50
-
gobject-introspection gtk3 librsvg gnome3.gnome-desktop gsound
113
+
gobject-introspection
116
+
gnome3.gnome-desktop
gnome3.adwaita-icon-theme
52
-
gsettings-desktop-schemas libnotify
119
+
gsettings-desktop-schemas
55
-
gstreamer gst-editing-services
56
-
gst-plugins-base (gst-plugins-good.override { gtkSupport = true; })
57
-
gst-plugins-bad gst-plugins-ugly gst-libav gst-validate
124
+
gst-editing-services
126
+
(gst-plugins-good.override { gtkSupport = true; })
60
-
pythonPath = with python3Packages; [ pygobject3 gst-python pyxdg numpy pycairo matplotlib dbus-python ];
133
+
pythonPath = with python3Packages; [
144
+
patchShebangs ./getenvvar.py
146
+
# fetchpatch does not support renamings
147
+
mv data/org.pitivi.Pitivi-mime.xml data/org.pitivi.Pitivi-mime.xml.in
updateScript = gnome3.updateScript {