Bug#535101: vlc: FTBFS on GNU/kFreeBSD

Javier Mendez Gomez jamego1293 at andaluciajunta.es
Mon Jun 29 18:13:48 UTC 2009


Package: vlc
Version: 1.0.0~rc2
Severity: important

There are a buggy line in the file debian/rules, where generates 
vlc-nox.install.kfreebsd-i386 and  vlc-nox.install.kfreebsd-amd64, and
some ALSA plugins are missing and the build fails. This line is:

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

This is a patch to solve this problem:

diff -Naur vlc-1.0.0~rc2.orig/debian/rules vlc-1.0.0~rc2/debian/rules
--- vlc-1.0.0~rc2.orig/debian/rules     2009-06-29 15:48:22.000000000 +0200
+++ vlc-1.0.0~rc2/debian/rules  2009-06-29 15:48:59.000000000 +0200
@@ -164,7 +164,7 @@
        dh_testdir
        dh_testroot
        dh_prep
-       sed -e '/lib\(alsa\|dvb\|v4l\|pvr\)_/d' debian/vlc-nox.install \
+       sed -e '/\(lib\|libaccess_\)\(alsa\|dvb\|v4l\|v4l2\|pvr\)_/d' debian/vlc-nox.install \
         >debian/vlc-nox.install.kfreebsd-i386
        cp debian/vlc-nox.install.kfreebsd-i386 \
         debian/vlc-nox.install.kfreebsd-amd64

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: kfreebsd-i386 (i686)

Kernel: kFreeBSD 7.1-1-686-smp
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vlc depends on:
ii  libaa1                 1.4p5-38          ascii art library
ii  libc0.1                2.9-18            GNU C Library: Shared libraries
ii  libdbus-1-3            1.2.14-3          simple interprocess messaging syst
ii  libfreetype6           2.3.9-5           FreeType 2 font engine, shared lib
ii  libfribidi0            0.10.9-1          Free Implementation of the Unicode
ii  libgcc1                1:4.4.0-10        GCC support library
ii  libgl1-mesa-glx [libgl 7.4.1-1           A free implementation of the OpenG
ii  libglib2.0-0           2.20.4-1          The GLib library of C routines
ii  libgtk2.0-0            2.16.3-1          The GTK+ graphical user interface 
ii  libnotify1 [libnotify1 0.4.5-1           sends desktop notifications to a n
ii  libqtcore4             4.5.1-2           Qt 4 core module
ii  libqtgui4              4.5.1-2           Qt 4 GUI module
ii  libsdl-image1.2        1.2.6-3           image loading library for Simple D
ii  libsdl1.2debian        1.2.13-4+b1       Simple DirectMedia Layer
ii  libstdc++6             4.4.0-10          The GNU Standard C++ Library v3
ii  libtar                 1.2.11-6          C library for manipulating tar arc
pn  libvlccore2            <none>            (no description available)
ii  libx11-6               2:1.2.1-1         X11 client-side library
ii  libxext6               2:1.0.4-1         X11 miscellaneous extension librar
ii  libxinerama1           2:1.0.3-2         X11 Xinerama extension library
ii  libxv1                 2:1.0.4-1         X11 Video extension library
ii  libxxf86vm1            1:1.0.2-1         X11 XFree86 video mode extension l
ii  ttf-dejavu-core        2.29-2            Vera font family derivate with add
pn  vlc-nox                <none>            (no description available)
ii  zlib1g                 1:1.2.3.3.dfsg-14 compression library - runtime

vlc recommends no packages.

Versions of packages vlc suggests:
pn  mozilla-plugin-vlc            <none>     (no description available)
pn  videolan-doc                  <none>     (no description available)





More information about the pkg-multimedia-maintainers mailing list