10 stdenv.mkDerivation rec {
11 pname = "gnome-video-effects";
15 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
16 sha256 = "1j6h98whgkcxrh30bwvnxvyqxrxchgpdgqhl0j71xz7x72dqxijd";
20 # Fix effectsdir in .pc file
21 # https://gitlab.gnome.org/GNOME/gnome-video-effects/commit/955404195ada606819974dd63c48956f25611e14
33 updateScript = gnome.updateScript {
35 versionPolicy = "none";
40 description = "A collection of GStreamer effects to be used in different GNOME Modules";
41 homepage = "https://wiki.gnome.org/Projects/GnomeVideoEffects";
42 platforms = platforms.linux;
43 maintainers = teams.gnome.members;
44 license = licenses.gpl2;