[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

VLC build on Debian GNU/kFreeBSD



Hi,

I'm building the 'vlc' package from experimental on kfreebsd-i386.
Vlc fails to build because there are some alsa libraries
(libaccess_alsa_plugin.so) that are inside of debian/vlc-nox.install because
in the file debian/rules there is an error:

 sed -e '/lib\(alsa\|dvb\|v4l\|pvr\)_/d' debian/vlc-nox.install

wich must be:

 sed -e '/\(lib\|libaccess_\)\(alsa\|dvb\|v4l\|v4l2\|pvr\)_/d'
debian/vlc-nox.install

There are another error; when is installed libfluidsynth-dev, VLC compiles
with fluidsynth support, and the build fails, because there isn't any package
defined for this plugin.

Are those errors bugs? Should  I report those errors at bugs.debian.org?

Thanks,

Javier


Reply to: