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, 16 insertions, 9 deletions
diff --git a/README.md b/README.md
index caf3897dc..da6127527 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,6 @@
- python3.9 or higher
- python3-gi
- python3-gi-cairo
-- gir1.2-gtk-3.0 (>=3.22)
-- gir1.2-gtksource-4
- python3-nbxmpp (>=2.99.0)
- python3-openssl (>=16.2)
- python3-css-parser
@@ -14,9 +12,15 @@
- python3-precis-i18n
- python3-packaging
- python3-setuptools
-- gir1.2-soup-2.4
-- gir1.2-farstream-0.2, gir1.2-gstreamer-1.0 gir1.2-gst-plugins-base-1.0, gstreamer1.0-plugins-ugly, gstreamer1.0-libav, and gstreamer1.0-gtk3 for audio and video calls
+- Gtk3 (>=3.22)
- 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
@@ -29,6 +33,7 @@
- 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
+- gir1.2-farstream-0.2 for video calls
### Compile-time Requirements
diff --git a/debian/control b/debian/control
index 424095ac0..0eb527314 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,6 @@ Depends:
${misc:Depends},
${python3:Depends},
desktop-file-utils,
- gir1.2-gtk-3.0 (>= 3.22.27~),
- gir1.2-gtksource-4,
python3 (>= 3.9),
python3-css-parser (>= 1.0.2),
python3-gi (>= 3.32.0),
@@ -40,6 +38,13 @@ Depends:
python3-packaging,
python3-setuptools,
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,
@@ -48,11 +53,8 @@ Recommends:
gir1.2-farstream-0.2,
gir1.2-gsound-1.0,
gir1.2-gspell-1,
- gir1.2-gst-plugins-base-1.0,
- gir1.2-gstreamer-1.0,
gir1.2-gupnpigd-1.0,
gir1.2-secret-1,
- gstreamer1.0-plugins-ugly,
notification-daemon,
pulseaudio-utils | alsa-utils | sox | oss4-base,
python3-dbus (>=0.81),