deepin-camera: 6.0.2 -> unstable-2023-09-26

rewine 7ba64f4c 62ae1155

+9 -3
+9 -3
pkgs/desktops/deepin/apps/deepin-camera/default.nix
··· 6 , qttools 7 , wrapQtAppsHook 8 , dtkwidget 9 , qt5integration 10 , qt5platform-plugins 11 , image-editor ··· 14 , ffmpeg 15 , ffmpegthumbnailer 16 , libusb1 17 , portaudio 18 , libv4l 19 , gst_all_1 ··· 22 23 stdenv.mkDerivation rec { 24 pname = "deepin-camera"; 25 - version = "6.0.2"; 26 27 src = fetchFromGitHub { 28 owner = "linuxdeepin"; 29 repo = pname; 30 - rev = version; 31 - hash = "sha256-GQQFwlJNfdsi0GvDRMIorUnlbXrgbYl9H9aBedOm+ZQ="; 32 }; 33 34 # QLibrary and dlopen work with LD_LIBRARY_PATH ··· 52 53 buildInputs = [ 54 dtkwidget 55 qt5integration 56 qt5platform-plugins 57 image-editor ··· 60 ffmpeg 61 ffmpegthumbnailer 62 libusb1 63 portaudio 64 libv4l 65 ] ++ (with gst_all_1 ; [
··· 6 , qttools 7 , wrapQtAppsHook 8 , dtkwidget 9 + , wayland 10 + , dwayland 11 , qt5integration 12 , qt5platform-plugins 13 , image-editor ··· 16 , ffmpeg 17 , ffmpegthumbnailer 18 , libusb1 19 + , libpciaccess 20 , portaudio 21 , libv4l 22 , gst_all_1 ··· 25 26 stdenv.mkDerivation rec { 27 pname = "deepin-camera"; 28 + version = "unstable-2023-09-26"; 29 30 src = fetchFromGitHub { 31 owner = "linuxdeepin"; 32 repo = pname; 33 + rev = "8ad3b6ad2a4f5f0b22a216496a0187a69a1e1bcc"; 34 + hash = "sha256-/8ddplHJzeu7lrRzN66KhJGkFou4FcXc+BzYFK5YVeE="; 35 }; 36 37 # QLibrary and dlopen work with LD_LIBRARY_PATH ··· 55 56 buildInputs = [ 57 dtkwidget 58 + wayland 59 + dwayland 60 qt5integration 61 qt5platform-plugins 62 image-editor ··· 65 ffmpeg 66 ffmpegthumbnailer 67 libusb1 68 + libpciaccess 69 portaudio 70 libv4l 71 ] ++ (with gst_all_1 ; [