Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
-rw-r--r--debian/control12
2 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index da6127527..390d0c65f 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,6 @@
- GLib (>=2.60.0)
- gir1.2-gtksource-4
- gir1.2-soup-2.4
-- gir1.2-gstreamer-1.0
-- gir1.2-gst-plugins-base-1.0
-- gstreamer1.0-plugins-ugly
-- gstreamer1.0-libav
-- gstreamer1.0-gtk3
### Optional Runtime Requirements
@@ -33,7 +28,15 @@
- gir1.2-networkmanager-1.0 for network lose detection
- gir1.2-geoclue-2.0 for sharing your location
- gir1.2-gsound-1.0 for sound on Linux
+
+#### For Video and Audio Calls
+
- gir1.2-farstream-0.2 for video calls
+- gir1.2-gstreamer-1.0 for video and audio calls
+- gir1.2-gst-plugins-base-1.0 for video and audio calls
+- gstreamer1.0-plugins-ugly for video and audio calls
+- gstreamer1.0-libav for video and audio calls
+- gstreamer1.0-gtk3
### Compile-time Requirements
diff --git a/debian/control b/debian/control
index 0eb527314..20375200a 100644
--- a/debian/control
+++ b/debian/control
@@ -40,21 +40,21 @@ Depends:
python3-css-parser,
gir1.2-gtk-3.0 (>= 3.22.27~),
gir1.2-gtksource-4,
- gir1.2-gstreamer-1.0
- gir1.2-gst-plugins-base-1.0
- gstreamer1.0-plugins-ugly
- gstreamer1.0-libav
- gstreamer1.0-gtk3
Recommends:
aspell-en | aspell-dictionary,
ca-certificates,
dbus,
fonts-noto-color-emoji,
- gir1.2-farstream-0.2,
gir1.2-gsound-1.0,
gir1.2-gspell-1,
gir1.2-gupnpigd-1.0,
gir1.2-secret-1,
+ gir1.2-farstream-0.2,
+ gir1.2-gstreamer-1.0,
+ gir1.2-gst-plugins-base-1.0,
+ gstreamer1.0-plugins-ugly,
+ gstreamer1.0-libav,
+ gstreamer1.0-gtk3,
notification-daemon,
pulseaudio-utils | alsa-utils | sox | oss4-base,
python3-dbus (>=0.81),