From 018f551d13e337c1d1648896d4fc9397c66cc306 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 12 Jul 2023 13:18:18 +0800 Subject: [PATCH] add gstreamer1.0-pipewire dep to ubuntu, do not add it to fedora, because it occurs since fedora 33, and since fedora 34, it was installed with the system by default --- appimage/AppImageBuilder-aarch64.yml | 1 + appimage/AppImageBuilder-x86_64.yml | 1 + build.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/appimage/AppImageBuilder-aarch64.yml b/appimage/AppImageBuilder-aarch64.yml index 4c552b6f6..a16d5807d 100644 --- a/appimage/AppImageBuilder-aarch64.yml +++ b/appimage/AppImageBuilder-aarch64.yml @@ -50,6 +50,7 @@ AppDir: - libva-x11-2 - libvdpau1 - libgstreamer-plugins-base1.0-0 + - gstreamer1.0-pipewire - libwayland-cursor0 - libwayland-egl1 - libpulse0 diff --git a/appimage/AppImageBuilder-x86_64.yml b/appimage/AppImageBuilder-x86_64.yml index 7bc8f231f..b3f06a46e 100644 --- a/appimage/AppImageBuilder-x86_64.yml +++ b/appimage/AppImageBuilder-x86_64.yml @@ -52,6 +52,7 @@ AppDir: - libva-x11-2 - libvdpau1 - libgstreamer-plugins-base1.0-0 + - gstreamer1.0-pipewire - libwayland-cursor0 - libwayland-egl1 - libpulse0 diff --git a/build.py b/build.py index a8330b72b..d1fdd4aaf 100755 --- a/build.py +++ b/build.py @@ -285,7 +285,7 @@ Version: %s Architecture: %s Maintainer: rustdesk Homepage: https://rustdesk.com -Depends: libgtk-3-0, libxcb-randr0, libxdo3, libxfixes3, libxcb-shape0, libxcb-xfixes0, libasound2, libsystemd0, curl, libva-drm2, libva-x11-2, libvdpau1, libgstreamer-plugins-base1.0-0, libpam0g, libappindicator3-1 +Depends: libgtk-3-0, libxcb-randr0, libxdo3, libxfixes3, libxcb-shape0, libxcb-xfixes0, libasound2, libsystemd0, curl, libva-drm2, libva-x11-2, libvdpau1, libgstreamer-plugins-base1.0-0, libpam0g, libappindicator3-1, gstreamer1.0-pipewire Description: A remote control software. """ % (version, get_arch())