Le mercredi, 9 novembre 2011 07.45:05, Robert Millan a écrit : > Hi, > > 2011/11/8 Christoph Egger <christ...@debian.org>: > > # Install stuff > > dh_install --fail-missing > > dh_install: usr/lib/vlc/plugins/access/libv4l2_plugin.so exists in > > debian/tmp but is not installed to anywhere > > This is likely due to introduction of V4L support in > kfreebsd-kernel-headers. Sorry about breaking things! > > In case you're wondering, just go ahead and install that file ;-)
Dear vlc maintainers, the attached patch should fix that. I launched a build of vlc with the attached patch and will upload that new NMU to DELAYED/7. Please comment on both the patch and the proposed delay. Cheers, -- OdyX
From 6535f73a1cd6646f05e0ee57c6d1621dfb8d4208 Mon Sep 17 00:00:00 2001 From: Didier Raboud <o...@debian.org> Date: Thu, 10 Nov 2011 17:54:41 +0100 Subject: [PATCH] Install v4l2 modules on kfreebsd-*. Closes: #648090 --- debian/rules | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a54126a..9717398 100755 --- a/debian/rules +++ b/debian/rules @@ -181,9 +181,9 @@ override_dh_install: fi ; \ done # Remove some modules on non-linux arch - sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dv\|dvb\|fb\|v4l\|v4l2\|pvr\|udev\)_/d' \ + sed -e '/\(lib\|libaccess_\)\(alsa\|atmo\|dc1394\|dv\|dvb\|fb\|v4l\|pvr\|udev\)_/d' \ debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd - sed -e '/\(lib\|libaccess_\)\(probe_hal\)_/d' \ + sed -e '/\(lib\|libaccess_\)\(probe_hal\|v4l2\)_/d' \ debian/vlc-nox.install.kfreebsd > debian/vlc-nox.install.hurd cp tmp/libvlc.a debian/tmp/usr/lib cp tmp/libvlccore.a debian/tmp/usr/lib -- 1.7.2.5
signature.asc
Description: This is a digitally signed message part.