ipu6*/ivsc*: drop maintenance

I have little hope for this camera and decided to replace it for now.

+6 -10
+1 -1
pkgs/development/libraries/gstreamer/icamerasrc/default.nix
··· 54 description = "GStreamer Plugin for MIPI camera support through the IPU6/IPU6EP/IPU6SE on Intel Tigerlake/Alderlake/Jasperlake platforms"; 55 homepage = "https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api"; 56 license = licenses.lgpl21Plus; 57 - maintainers = with maintainers; [ hexa ]; 58 platforms = [ "x86_64-linux" ]; 59 }; 60 }
··· 54 description = "GStreamer Plugin for MIPI camera support through the IPU6/IPU6EP/IPU6SE on Intel Tigerlake/Alderlake/Jasperlake platforms"; 55 homepage = "https://github.com/intel/icamerasrc/tree/icamerasrc_slim_api"; 56 license = licenses.lgpl21Plus; 57 + maintainers = with maintainers; [ ]; 58 platforms = [ "x86_64-linux" ]; 59 }; 60 }
+1 -1
pkgs/development/libraries/ipu6-camera-hal/default.nix
··· 82 description = "HAL for processing of images in userspace"; 83 homepage = "https://github.com/intel/ipu6-camera-hal"; 84 license = licenses.asl20; 85 - maintainers = with maintainers; [ hexa ]; 86 platforms = [ "x86_64-linux" ]; 87 }; 88 }
··· 82 description = "HAL for processing of images in userspace"; 83 homepage = "https://github.com/intel/ipu6-camera-hal"; 84 license = licenses.asl20; 85 + maintainers = with maintainers; [ ]; 86 platforms = [ "x86_64-linux" ]; 87 }; 88 }
+1 -3
pkgs/os-specific/linux/firmware/ipu6-camera-bins/default.nix
··· 52 sourceProvenance = with sourceTypes; [ 53 binaryFirmware 54 ]; 55 - maintainers = with maintainers; [ 56 - hexa 57 - ]; 58 platforms = [ "x86_64-linux" ]; 59 }; 60 })
··· 52 sourceProvenance = with sourceTypes; [ 53 binaryFirmware 54 ]; 55 + maintainers = with maintainers; [ ]; 56 platforms = [ "x86_64-linux" ]; 57 }; 58 })
+1 -3
pkgs/os-specific/linux/firmware/ivsc-firmware/default.nix
··· 40 sourceProvenance = with sourceTypes; [ 41 binaryFirmware 42 ]; 43 - maintainers = with maintainers; [ 44 - hexa 45 - ]; 46 platforms = [ "x86_64-linux" ]; 47 }; 48 }
··· 40 sourceProvenance = with sourceTypes; [ 41 binaryFirmware 42 ]; 43 + maintainers = with maintainers; [ ]; 44 platforms = [ "x86_64-linux" ]; 45 }; 46 }
+1 -1
pkgs/os-specific/linux/ipu6-drivers/default.nix
··· 45 homepage = "https://github.com/intel/ipu6-drivers"; 46 description = "IPU6 kernel driver"; 47 license = lib.licenses.gpl2; 48 - maintainers = with lib.maintainers; [ hexa ]; 49 platforms = [ "x86_64-linux" ]; 50 # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84 51 broken = kernel.kernelOlder "6.1.7";
··· 45 homepage = "https://github.com/intel/ipu6-drivers"; 46 description = "IPU6 kernel driver"; 47 license = lib.licenses.gpl2; 48 + maintainers = with lib.maintainers; [ ]; 49 platforms = [ "x86_64-linux" ]; 50 # requires 6.1.7 https://github.com/intel/ipu6-drivers/pull/84 51 broken = kernel.kernelOlder "6.1.7";
+1 -1
pkgs/os-specific/linux/ivsc-driver/default.nix
··· 36 homepage = "https://github.com/intel/ivsc-driver"; 37 description = "Intel Vision Sensing Controller kernel driver"; 38 license = lib.licenses.gpl2; 39 - maintainers = with lib.maintainers; [ hexa ]; 40 platforms = [ "x86_64-linux" ]; 41 broken = kernel.kernelOlder "5.15"; 42 };
··· 36 homepage = "https://github.com/intel/ivsc-driver"; 37 description = "Intel Vision Sensing Controller kernel driver"; 38 license = lib.licenses.gpl2; 39 + maintainers = with lib.maintainers; [ ]; 40 platforms = [ "x86_64-linux" ]; 41 broken = kernel.kernelOlder "5.15"; 42 };