From 0f9a70324fd3cc362596442aa218fa99b011404e Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Fri, 17 Jan 2014 08:40:44 +0000 Subject: [PATCH] Depend on vlc-nox for mod_vlc mod_vlc needs the plugins from vlc-nox to do anything useful. Currently mod_vlc segfaults without the plugins. Even after that is fixed, however, without any plugins mod_vlc can't do its job, so we'll set a hard dependency here. I could probably be talked into making this a Recommends rather than Depends. FS-6124 --- debian/control-modules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control-modules b/debian/control-modules index 2fd280c309..da10d55e90 100644 --- a/debian/control-modules +++ b/debian/control-modules @@ -540,6 +540,7 @@ Module: formats/mod_vlc Description: VLC streaming This module provides VLC streaming. Build-Depends: libvlc-dev (>= 2.0.0) +Depends: vlc-nox Distro-Conflicts: squeeze ## mod/languages