[SCM] vlc/master: Hard code dependency on libqt5xcbqpa5
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Thu Oct 22 16:37:21 UTC 2015
The following commit has been merged in the master branch:
commit 4c99f23bdc8105cf09f4ec53153c7a2bb298b45d
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Thu Oct 22 18:36:22 2015 +0200
Hard code dependency on libqt5xcbqpa5
vlc won't work without it and Qt maintainers decided to only recommend it.
diff --git a/debian/control b/debian/control
index f401f8b..74abba8 100644
--- a/debian/control
+++ b/debian/control
@@ -178,7 +178,8 @@ Architecture: any
Depends: fonts-freefont-ttf,
vlc-nox (= ${binary:Version}),
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libqt5xcbqpa5
Recommends: vlc-plugin-notify (= ${binary:Version}),
vlc-plugin-samba (= ${binary:Version}),
xdg-utils
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list