[neon/backports-focal/qxmpp/Neon/unstable] debian: libqxmpp-dev: Add dependency on libgstreamer1.0-dev

Jonah BrĂ¼chert null at kde.org
Sat Dec 17 07:24:36 GMT 2022


Git commit 96a06633ee500919637f3f0467e5cd7ff5b75ef3 by Jonah BrĂ¼chert.
Committed on 09/01/2021 at 21:59.
Pushed by carlosdem into branch 'Neon/unstable'.

libqxmpp-dev: Add dependency on libgstreamer1.0-dev

The QXmpp headers depend on gstreamer

M  +4    -1    debian/control

https://invent.kde.org/neon/backports-focal/qxmpp/commit/96a06633ee500919637f3f0467e5cd7ff5b75ef3

diff --git a/debian/control b/debian/control
index b75373b..c4ae986 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,10 @@ Description: QXmpp library for XMPP client and server applications
 Package: libqxmpp-dev
 Section: libdevel
 Architecture: any
-Depends: libqxmpp3 (= ${binary:Version}), qtbase5-dev, ${misc:Depends}
+Depends: libgstreamer1.0-dev,
+         libqxmpp3 (= ${binary:Version}),
+         qtbase5-dev,
+         ${misc:Depends}
 Suggests: libqxmpp-doc
 Multi-Arch: same
 Description: Development files for the QXmpp library



More information about the Neon-commits mailing list