[SCM] VLC media player packaging branch, sid, updated. debian/1.1.0-3-7-g86b8e75
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jul 11 01:29:08 UTC 2010
The following commit has been merged in the sid branch:
commit 86b8e75e29fb16d487492536817fbe11bbdd8f21
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sat Jul 10 21:29:04 2010 -0400
fix regex such that the dc1394 module really isn't installed
diff --git a/debian/rules b/debian/rules
index 6bfdc94..86ef606 100755
--- a/debian/rules
+++ b/debian/rules
@@ -200,7 +200,7 @@ install: build
fi ; \
done
# Remove some modules on non-linux arch
- sed -e '/\(lib\|libaccess_\)\(alsa\|dc\|dv\|dvb\|fb\|v4l\|v4l2\|pvr\)_/d' \
+ sed -e '/\(lib\|libaccess_\)\(alsa\|dc1394\|dv\|dvb\|fb\|v4l\|v4l2\|pvr\)_/d' \
debian/vlc-nox.install > debian/vlc-nox.install.kfreebsd
sed -e '/\(lib\|libaccess_\)\(probe_hal\)_/d' \
debian/vlc-nox.install.kfreebsd > debian/vlc-nox.install.hurd
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list