1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/debian
2005-09-25 23:47:23 +00:00
..
patches * Export unselect.png 2005-08-28 10:52:00 +00:00
changelog * New Debian upload. Uses newer x264 and faad snapshots. 2005-09-20 13:06:26 +00:00
compat
control * New Debian upload. Uses newer x264 and faad snapshots. 2005-09-20 13:06:26 +00:00
copyright * debian/copyright: fixed the FSF address and updated copyright. 2005-09-19 21:49:27 +00:00
gcc-snapshot * New Debian upload. Uses newer x264 and faad snapshots. 2005-09-20 13:06:26 +00:00
gnome-vlc.desktop * Updated Debian packaging information. 2005-03-14 13:54:04 +00:00
gnome-vlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 2005-08-23 15:29:18 +00:00
gvlc.desktop * Updated Debian packaging information. 2005-03-14 13:54:04 +00:00
gvlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 2005-08-23 15:29:18 +00:00
kvlc.dirs
libvlc0-dev.dirs
Makefile.am * New Debian upload. Uses newer x264 and faad snapshots. 2005-09-20 13:06:26 +00:00
mozilla-plugin-vlc.dirs
qvlc.dirs
README.Debian
rules * debian/rules: toupétééé 2005-09-25 23:47:23 +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.desktop * Updated Debian packaging stuff. 2005-08-10 13:59:07 +00:00
vlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 2005-08-23 15:29:18 +00:00
vlc.docs
vlc.menu
vlc.mime * Updated Debian packaging information. 2005-03-14 13:54:04 +00:00
wxvlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 2005-08-23 15:29:18 +00:00
wxvlc.menu

$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.