Skip to content

Commit

Permalink
viper4linux-gui,libviperfx,viper4linux,gst_all_1.gst-plugins-viperfx:…
Browse files Browse the repository at this point in the history
  • Loading branch information
paparodeo committed Dec 17, 2024
1 parent a9a3e34 commit 17c25aa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 253 deletions.
99 changes: 0 additions & 99 deletions pkgs/applications/audio/viper4linux-gui/default.nix

This file was deleted.

35 changes: 0 additions & 35 deletions pkgs/by-name/li/libviperfx/package.nix

This file was deleted.

69 changes: 0 additions & 69 deletions pkgs/by-name/vi/viper4linux/package.nix

This file was deleted.

6 changes: 4 additions & 2 deletions pkgs/development/libraries/gstreamer/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
config,
lib,
stdenv,
callPackage,
AVFoundation,
Expand Down Expand Up @@ -47,8 +49,6 @@

gst-plugins-ugly = callPackage ./ugly { inherit CoreFoundation DiskArbitration IOKit; };

gst-plugins-viperfx = callPackage ./viperfx { };

gst-plugins-rs = callPackage ./rs { inherit Security SystemConfiguration; };

gst-rtsp-server = callPackage ./rtsp-server { };
Expand All @@ -70,4 +70,6 @@
};

# note: gst-python is in ../../python-modules/gst-python - called under python3Packages
} // lib.optionalAttrs config.allowAliases {
gst-plugins-viperfx = throw "'gst_all_1.gst-plugins-viperfx' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
}
46 changes: 0 additions & 46 deletions pkgs/development/libraries/gstreamer/viperfx/default.nix

This file was deleted.

3 changes: 3 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,9 @@ mapAliases {
vim_configurable = vim-full; # Added 2022-12-04
vinagre = throw "'vinagre' has been removed as it has been archived upstream. Consider using 'gnome-connections' or 'remmina' instead"; # Added 2024-09-14
vinegar = throw "'vinegar' was removed due to being blocked by Roblox, rendering the package useless"; # Added 2024-08-23
libviperfx = throw "'libviperfx' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
viper4linux-gui = throw "'viper4linux-gui' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
viper4linux = throw "'viper4linux' was removed as it is broken and not maintained upstream"; # Added 2024-12-16
virtscreen = throw "'virtscreen' has been removed, as it was broken and unmaintained"; # Added 2024-10-17
vkBasalt = vkbasalt; # Added 2022-11-22
vkdt-wayland = vkdt; # Added 2024-04-19
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15996,8 +15996,6 @@ with pkgs;
else null;
};

viper4linux-gui = libsForQt5.callPackage ../applications/audio/viper4linux-gui { };

vlc-bin-universal = vlc-bin.override { variant = "universal"; };

libvlc = vlc.override {
Expand Down

0 comments on commit 17c25aa

Please sign in to comment.