vlc/debian
Antoine Cellerier c3699cc1d6 Update copyright dates used in interfaces and binaries (2005 -> 2006) 2006-01-27 14:11:55 +00:00
..
patches * Export unselect.png 2005-08-28 10:52:00 +00:00
Makefile.am * New Debian upload. Uses newer x264 and faad snapshots. 2005-09-20 13:06:26 +00:00
README.Debian * debian/rules: 2004-08-27 12:10:17 +00:00
changelog * debian/*: new Debian upload. 2006-01-22 12:52:13 +00:00
compat * debian/compat: 2003-07-17 13:01:59 +00:00
control * debian/*: new Debian upload. 2006-01-22 12:52:13 +00:00
copyright Update copyright dates used in interfaces and binaries (2005 -> 2006) 2006-01-27 14:11:55 +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 * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
libvlc0-dev.dirs * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +00:00
mozilla-plugin-vlc.dirs * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. 2002-07-04 18:11:57 +00:00
qvlc.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
rules * debian/*: new Debian upload. 2006-01-22 12:52:13 +00:00
vlc-plugin-alsa.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-arts.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-esd.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-ggi.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-glide.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-sdl.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-svgalib.dirs * ./debian/*: created legacy packages for smooth upgrades to the upcoming 2002-08-24 09:55:06 +00:00
vlc.desktop * patch to generalize our debian .desktop file so it is suited for the gentoo distribution. 2005-12-13 14:50:36 +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 * renamed debian/README into debian/README.Debian. 2003-02-02 04:17:53 +00:00
vlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
vlc.mime * debian/vlc.mime: put flags after the command, as per mailcap(5). 2006-01-22 10:48:06 +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 * debian/rules: 2004-08-27 19:32:44 +00:00

README.Debian

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