2020-09-02 05:29:49 +01:00
|
|
|
|
{ stdenv
|
|
|
|
|
, fetchFromGitHub
|
|
|
|
|
, fetchurl
|
2020-09-02 06:23:21 +01:00
|
|
|
|
, fetchpatch
|
2020-09-02 05:29:49 +01:00
|
|
|
|
, pkg-config
|
2020-09-02 06:23:21 +01:00
|
|
|
|
, gettext
|
2020-09-02 05:29:49 +01:00
|
|
|
|
, itstool
|
|
|
|
|
, python3
|
|
|
|
|
, wrapGAppsHook
|
|
|
|
|
, python3Packages
|
|
|
|
|
, gst_all_1
|
|
|
|
|
, gtk3
|
|
|
|
|
, gobject-introspection
|
|
|
|
|
, librsvg
|
|
|
|
|
, gnome3
|
|
|
|
|
, libnotify
|
|
|
|
|
, gsound
|
|
|
|
|
, meson
|
|
|
|
|
, ninja
|
|
|
|
|
, gsettings-desktop-schemas
|
2014-03-22 14:33:35 +00:00
|
|
|
|
}:
|
|
|
|
|
|
|
|
|
|
let
|
2020-09-02 06:23:21 +01:00
|
|
|
|
# gst-transcoder was merged with gst-plugins-bad 1.18.
|
|
|
|
|
# TODO: switch to that once available.
|
2016-07-25 05:05:55 +01:00
|
|
|
|
gst-transcoder = stdenv.mkDerivation rec {
|
2018-09-08 16:17:53 +01:00
|
|
|
|
version = "1.14.1";
|
2019-08-15 13:41:18 +01:00
|
|
|
|
pname = "gst-transcoder";
|
2018-09-08 16:17:53 +01:00
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
|
owner = "pitivi";
|
|
|
|
|
repo = "gst-transcoder";
|
|
|
|
|
rev = version;
|
|
|
|
|
sha256 = "16skiz9akavssii529v9nr8zd54w43livc14khdyzv164djg9q8f";
|
2016-07-25 05:05:55 +01:00
|
|
|
|
};
|
2020-09-02 05:29:49 +01:00
|
|
|
|
nativeBuildInputs = [
|
|
|
|
|
pkg-config
|
|
|
|
|
meson
|
|
|
|
|
ninja
|
|
|
|
|
gobject-introspection
|
|
|
|
|
python3
|
|
|
|
|
];
|
|
|
|
|
buildInputs = with gst_all_1; [
|
|
|
|
|
gstreamer
|
|
|
|
|
gst-plugins-base
|
|
|
|
|
];
|
2016-07-25 05:05:55 +01:00
|
|
|
|
};
|
|
|
|
|
|
2018-03-01 04:32:36 +00:00
|
|
|
|
in python3Packages.buildPythonApplication rec {
|
2020-09-02 05:29:49 +01:00
|
|
|
|
pname = "pitivi";
|
|
|
|
|
version = "0.999";
|
|
|
|
|
|
|
|
|
|
format = "other";
|
2014-03-22 14:33:35 +00:00
|
|
|
|
|
|
|
|
|
src = fetchurl {
|
2020-09-02 05:29:49 +01:00
|
|
|
|
url = "mirror://gnome/sources/pitivi/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
2018-09-08 16:17:53 +01:00
|
|
|
|
sha256 = "0mxp2p4gg976fp1vj3rb5rmpl5mqfzncm9vw2719irl32f1qlvyb";
|
2014-03-22 14:33:35 +00:00
|
|
|
|
};
|
|
|
|
|
|
2018-03-01 04:32:36 +00:00
|
|
|
|
patches = [
|
|
|
|
|
# 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
|
2020-09-02 06:23:21 +01:00
|
|
|
|
|
|
|
|
|
# Port from intltool to gettext.
|
|
|
|
|
# Needed for the following patches to apply.
|
|
|
|
|
(fetchpatch {
|
|
|
|
|
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/89b1053f2516c594f414c5c67c835471bce44b67.patch";
|
|
|
|
|
sha256 = "8yhArzAtZC+WjHftcSDrstBlT8j6WlGHffU9Nj+ny+c=";
|
|
|
|
|
excludes = [ "po/POTFILES.in" ];
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
# Complete switching to gst-transcoder in gst-plugins-bad.
|
|
|
|
|
# Otherwise there will likely be conflics.
|
|
|
|
|
# TODO: Apply this patch once we are using gst-transcoder from gst-plugins-bad.
|
|
|
|
|
# (fetchpatch {
|
|
|
|
|
# url = "https://gitlab.gnome.org/GNOME/pitivi/commit/51ae6533ee26ffd47e453eb5f5ad8cd46f57d15e.patch";
|
|
|
|
|
# sha256 = "zxJm+E5o+oZ3lW6wYNY/ERo2g4NmCjoY8oV+uScq8j8=";
|
|
|
|
|
# })
|
|
|
|
|
|
|
|
|
|
# Generate renderer.so on macOS instead of dylib.
|
|
|
|
|
# Needed for the following patch to apply.
|
|
|
|
|
(fetchpatch {
|
|
|
|
|
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/bcacadcafabf8911efb0fddc8d57329237d08cd1.patch";
|
|
|
|
|
sha256 = "2BM5acIwOgdr1L9vhtMMN4trrLuqCg/K6v6ZYtD1Fjw=";
|
|
|
|
|
postFetch = ''
|
|
|
|
|
sed -i -e "s/1.90.0.1/0.999/g" "$out"
|
|
|
|
|
'';
|
|
|
|
|
})
|
|
|
|
|
(fetchpatch {
|
|
|
|
|
url = "https://gitlab.gnome.org/GNOME/pitivi/commit/0a3cc054a2c20b59f5aaaaa307de3c9af3c0d270.patch";
|
|
|
|
|
sha256 = "6DhqRlxFWFFdLwGoFem+vPt8x7v732KMVjMF9fypMK4=";
|
|
|
|
|
postFetch = ''
|
|
|
|
|
sed "$out" -i \
|
|
|
|
|
-e "s/1.90.0.1/0.999/g" \
|
|
|
|
|
-e "s/\(-python_dep.*\)/\1\n /" \
|
|
|
|
|
-e "s/-1,9 +1,16/-1,10 +1,17/"
|
|
|
|
|
'';
|
|
|
|
|
})
|
2018-03-01 04:32:36 +00:00
|
|
|
|
];
|
|
|
|
|
|
2020-09-02 05:29:49 +01:00
|
|
|
|
nativeBuildInputs = [
|
|
|
|
|
meson
|
|
|
|
|
ninja
|
|
|
|
|
pkg-config
|
2020-09-02 06:23:21 +01:00
|
|
|
|
gettext
|
2020-09-02 05:29:49 +01:00
|
|
|
|
itstool
|
|
|
|
|
python3
|
|
|
|
|
wrapGAppsHook
|
|
|
|
|
];
|
2014-03-22 14:33:35 +00:00
|
|
|
|
|
|
|
|
|
buildInputs = [
|
2020-09-02 05:29:49 +01:00
|
|
|
|
gobject-introspection
|
|
|
|
|
gtk3
|
|
|
|
|
librsvg
|
|
|
|
|
gnome3.gnome-desktop
|
|
|
|
|
gsound
|
2019-02-13 21:47:50 +00:00
|
|
|
|
gnome3.adwaita-icon-theme
|
2020-09-02 05:29:49 +01:00
|
|
|
|
gsettings-desktop-schemas
|
|
|
|
|
libnotify
|
2016-07-25 05:05:55 +01:00
|
|
|
|
gst-transcoder
|
2018-09-08 16:17:53 +01:00
|
|
|
|
] ++ (with gst_all_1; [
|
2020-09-02 05:29:49 +01:00
|
|
|
|
gstreamer
|
|
|
|
|
gst-editing-services
|
|
|
|
|
gst-plugins-base
|
|
|
|
|
(gst-plugins-good.override { gtkSupport = true; })
|
|
|
|
|
gst-plugins-bad
|
|
|
|
|
gst-plugins-ugly
|
|
|
|
|
gst-libav
|
|
|
|
|
gst-validate
|
2014-03-22 14:33:35 +00:00
|
|
|
|
]);
|
|
|
|
|
|
2020-09-02 05:29:49 +01:00
|
|
|
|
pythonPath = with python3Packages; [
|
|
|
|
|
pygobject3
|
|
|
|
|
gst-python
|
|
|
|
|
pyxdg
|
|
|
|
|
numpy
|
|
|
|
|
pycairo
|
|
|
|
|
matplotlib
|
|
|
|
|
dbus-python
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
postPatch = ''
|
|
|
|
|
patchShebangs ./getenvvar.py
|
2020-09-02 06:23:21 +01:00
|
|
|
|
|
|
|
|
|
# fetchpatch does not support renamings
|
|
|
|
|
mv data/org.pitivi.Pitivi-mime.xml data/org.pitivi.Pitivi-mime.xml.in
|
2020-09-02 05:29:49 +01:00
|
|
|
|
'';
|
2018-03-01 04:32:36 +00:00
|
|
|
|
|
2020-10-22 16:57:02 +01:00
|
|
|
|
# Fixes error
|
|
|
|
|
# Couldn’t recognize the image file format for file ".../share/pitivi/pixmaps/asset-proxied.svg"
|
|
|
|
|
# at startup, see https://github.com/NixOS/nixpkgs/issues/56943
|
|
|
|
|
# and https://github.com/NixOS/nixpkgs/issues/89691#issuecomment-714398705.
|
|
|
|
|
strictDeps = false;
|
|
|
|
|
|
2018-03-01 04:32:36 +00:00
|
|
|
|
passthru = {
|
|
|
|
|
updateScript = gnome3.updateScript {
|
|
|
|
|
packageName = "pitivi";
|
|
|
|
|
versionPolicy = "none"; # we are using dev version, since the stable one is too old
|
|
|
|
|
};
|
|
|
|
|
};
|
|
|
|
|
|
2016-07-25 05:05:55 +01:00
|
|
|
|
meta = with stdenv.lib; {
|
|
|
|
|
description = "Non-Linear video editor utilizing the power of GStreamer";
|
2020-04-01 02:11:51 +01:00
|
|
|
|
homepage = "http://pitivi.org/";
|
2016-07-25 05:05:55 +01:00
|
|
|
|
longDescription = ''
|
|
|
|
|
Pitivi is a video editor built upon the GStreamer Editing Services.
|
|
|
|
|
It aims to be an intuitive and flexible application
|
|
|
|
|
that can appeal to newbies and professionals alike.
|
|
|
|
|
'';
|
2018-03-01 04:32:36 +00:00
|
|
|
|
license = licenses.lgpl21Plus;
|
|
|
|
|
maintainers = with maintainers; [];
|
|
|
|
|
platforms = platforms.linux;
|
2016-07-25 05:05:55 +01:00
|
|
|
|
};
|
2014-03-22 14:33:35 +00:00
|
|
|
|
}
|