1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
vlc/debian
Sam Hocevar 9d18bb6bb4 * debian/rules:
+ Fixed previously broken DVD support.
    + Removed currently broken Speex support.
  * debian/control:
    + Build-depend on libdvdnav.
2004-09-21 15:55:45 +00:00
..
patches * debian/rules: 2004-08-27 12:10:17 +00:00
changelog * debian/rules: 2004-09-21 15:55:45 +00:00
compat
control * debian/rules: 2004-09-21 15:55:45 +00:00
copyright * debian/rules: 2004-08-27 12:10:17 +00:00
gnome-vlc.desktop
gnome-vlc.dirs
gvlc.desktop
gvlc.dirs
kvlc.dirs
libvlc0-dev.dirs
Makefile.am * debian/*.menu: 2004-08-27 20:46:35 +00:00
mozilla-plugin-vlc.dirs
qvlc.dirs
README.Debian * debian/rules: 2004-08-27 12:10:17 +00:00
rules * debian/rules: 2004-09-21 15:55:45 +00:00
vlc-plugin-alsa.dirs
vlc-plugin-arts.dirs
vlc-plugin-esd.dirs
vlc-plugin-ggi.dirs
vlc-plugin-glide.dirs
vlc-plugin-sdl.dirs
vlc-plugin-svgalib.dirs
vlc.dirs
vlc.docs
vlc.menu
vlc.mime
wxvlc.dirs
wxvlc.menu * debian/rules: 2004-08-27 19:32:44 +00:00

$Id$

Notes for anyone wanting to build Debian packages of VLC.

 - Default configuration is supposed to be latest unstable.

 - To build for a Debian woody system, first build a tarball using
   "make dist-woody".

 - Usually VLC will come with a copy of ffmpeg, faad2 and x264 in the
   extras/ directory, because they are not yet available in Debian.

 - If there is no CVS directory in the root, debian/rules will assume a
   full build is requested and will clean ffmpeg, faad2 and x264.

 - VLC does not link with libdvdcss by default, thus it will not depend
   on the libdvdcss packages. However it will use libdvdread that can
   optionally open libdvdcss if found. To build packages that link directly
   against libdvdcss, remove the --without-dvdcss flag in debian/rules.