NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.41k stars 14.36k forks source link

pitivi: add gnome-video-effects to display more effects #196231

Open ghost opened 2 years ago

ghost commented 2 years ago

Describe the bug

Without gnome-video-effects, pitivi doesn't have some video effects, I noticed for example that I don't have the ScaleOrTilt effect.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Install pitivi
  2. Try to use some effects you probably used on other distros
  3. Fail, because they aren't there.

Expected behavior

The effects are there.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

@jtojnar

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

m911t at Taihou in ~ % nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.19.12-zen1, NixOS, 22.11 (Raccoon), 22.11pre417511.4428e233129`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.11.0`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
jtojnar commented 2 years ago

If you want to implement it, look at cheese package for an example.

ghost commented 2 years ago

I'll look into it, I'm still a beginner at nixOS but i'm really enjoying using it.