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

This commit is contained in:
rewine 2023-09-27 16:40:29 +08:00
parent 62ae11556e
commit 7ba64f4cd4
No known key found for this signature in database
GPG Key ID: 2964FF5514455F51

View File

@ -6,6 +6,8 @@
, qttools , qttools
, wrapQtAppsHook , wrapQtAppsHook
, dtkwidget , dtkwidget
, wayland
, dwayland
, qt5integration , qt5integration
, qt5platform-plugins , qt5platform-plugins
, image-editor , image-editor
@ -14,6 +16,7 @@
, ffmpeg , ffmpeg
, ffmpegthumbnailer , ffmpegthumbnailer
, libusb1 , libusb1
, libpciaccess
, portaudio , portaudio
, libv4l , libv4l
, gst_all_1 , gst_all_1
@ -22,13 +25,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "deepin-camera"; pname = "deepin-camera";
version = "6.0.2"; version = "unstable-2023-09-26";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxdeepin"; owner = "linuxdeepin";
repo = pname; repo = pname;
rev = version; rev = "8ad3b6ad2a4f5f0b22a216496a0187a69a1e1bcc";
hash = "sha256-GQQFwlJNfdsi0GvDRMIorUnlbXrgbYl9H9aBedOm+ZQ="; hash = "sha256-/8ddplHJzeu7lrRzN66KhJGkFou4FcXc+BzYFK5YVeE=";
}; };
# QLibrary and dlopen work with LD_LIBRARY_PATH # QLibrary and dlopen work with LD_LIBRARY_PATH
@ -52,6 +55,8 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
dtkwidget dtkwidget
wayland
dwayland
qt5integration qt5integration
qt5platform-plugins qt5platform-plugins
image-editor image-editor
@ -60,6 +65,7 @@ stdenv.mkDerivation rec {
ffmpeg ffmpeg
ffmpegthumbnailer ffmpegthumbnailer
libusb1 libusb1
libpciaccess
portaudio portaudio
libv4l libv4l
] ++ (with gst_all_1 ; [ ] ++ (with gst_all_1 ; [