summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-05-20 18:02:18 +0000
committerGitHub <noreply@github.com>2022-05-20 18:02:18 +0000
commit77bded3c433fbd36e2d834c6416150f20de2ae2e (patch)
treecafdf8c2736f21845b85844d4b98460f610a9e87 /pkgs/applications/video
parentf5558d8fdae4c61943bb9998277f94cd8bf7a967 (diff)
parent25e4e7af034950c2d0f408b4b12b362968572ac2 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/clip/default.nix58
-rw-r--r--pkgs/applications/video/vvave/default.nix59
2 files changed, 0 insertions, 117 deletions
diff --git a/pkgs/applications/video/clip/default.nix b/pkgs/applications/video/clip/default.nix
deleted file mode 100644
index 43f9437c57ad2..0000000000000
--- a/pkgs/applications/video/clip/default.nix
+++ /dev/null
@@ -1,58 +0,0 @@
-{ lib
-, mkDerivation
-, fetchFromGitLab
-, cmake
-, extra-cmake-modules
-, applet-window-buttons
-, karchive
-, kcoreaddons
-, ki18n
-, kio
-, kirigami2
-, mauikit
-, mauikit-filebrowsing
-, qtmultimedia
-, qtquickcontrols2
-, taglib
-, ffmpeg
-}:
-
-mkDerivation rec {
-  pname = "clip";
-  version = "2.1.1";
-
-  src = fetchFromGitLab {
-    domain = "invent.kde.org";
-    owner = "maui";
-    repo = "clip";
-    rev = "v${version}";
-    sha256 = "sha256-vW3A0PKJSC2QNs+QVZ9w0g4aVmcndhahrpkd4wWoUko=";
-  };
-
-  nativeBuildInputs = [
-    cmake
-    extra-cmake-modules
-  ];
-
-  buildInputs = [
-    applet-window-buttons
-    karchive
-    kcoreaddons
-    ki18n
-    kio
-    kirigami2
-    mauikit
-    mauikit-filebrowsing
-    qtmultimedia
-    qtquickcontrols2
-    taglib
-    ffmpeg
-  ];
-
-  meta = with lib; {
-    description = "Video player and video collection manager";
-    homepage = "https://invent.kde.org/maui/clip";
-    license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ onny ];
-  };
-}
diff --git a/pkgs/applications/video/vvave/default.nix b/pkgs/applications/video/vvave/default.nix
deleted file mode 100644
index 1612ce4200121..0000000000000
--- a/pkgs/applications/video/vvave/default.nix
+++ /dev/null
@@ -1,59 +0,0 @@
-{ lib
-, mkDerivation
-, fetchFromGitLab
-, cmake
-, extra-cmake-modules
-, applet-window-buttons
-, karchive
-, kcoreaddons
-, ki18n
-, kio
-, kirigami2
-, mauikit
-, mauikit-accounts
-, mauikit-filebrowsing
-, qtmultimedia
-, qtquickcontrols2
-, taglib
-}:
-
-mkDerivation rec {
-  pname = "vvave";
-  version = "2.1.1";
-
-  src = fetchFromGitLab {
-    domain = "invent.kde.org";
-    owner = "maui";
-    repo = "vvave";
-    rev = "v${version}";
-    sha256 = "sha256-ykX1kd3106KTDTJQIGk6miSgbj+oROiXQl/nkCjTphE=";
-  };
-
-  nativeBuildInputs = [
-    cmake
-    extra-cmake-modules
-  ];
-
-  buildInputs = [
-    applet-window-buttons
-    karchive
-    kcoreaddons
-    ki18n
-    kio
-    kirigami2
-    mauikit
-    mauikit-accounts
-    mauikit-filebrowsing
-    qtmultimedia
-    qtquickcontrols2
-    taglib
-  ];
-
-  meta = with lib; {
-    description = "Multi-platform media player";
-    homepage = "https://invent.kde.org/maui/vvave";
-    license = licenses.gpl3Plus;
-    maintainers = with maintainers; [ onny ];
-  };
-}
-