You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Christophe Mutricy 53eabb3f7e Re-enables the XOSD plugin in debian nightlies 20 years ago
..
patches Sync debian patch with string review 20 years ago
Makefile.am * New Debian upload. Uses newer x264 and faad snapshots. 21 years ago
README.Debian * debian/rules: 22 years ago
changelog * debian/*: new Debian upload. 20 years ago
compat * debian/compat: 23 years ago
control Re-enables the XOSD plugin in debian nightlies 20 years ago
copyright This commit message is Copyright (C) 2006, Clément Stenac. 20 years ago
gcc-snapshot * New Debian upload. Uses newer x264 and faad snapshots. 21 years ago
gnome-vlc.desktop * Updated Debian packaging information. 21 years ago
gnome-vlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 21 years ago
gvlc.desktop * Updated Debian packaging information. 21 years ago
gvlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 21 years ago
kvlc.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
libvlc0-dev.dirs * ALL: the build mechanism now uses automake. See HACKING for more details. 24 years ago
mozilla-plugin-vlc.dirs * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now. 24 years ago
qvlc.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
rules Re-enables the XOSD plugin in debian nightlies 20 years ago
vlc-plugin-alsa.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-arts.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-esd.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-ggi.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-glide.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-sdl.dirs * ./include/modules_inner.h: support for several modules with the same 24 years ago
vlc-plugin-svgalib.dirs * ./debian/*: created legacy packages for smooth upgrades to the upcoming 24 years ago
vlc.desktop * patch to generalize our debian .desktop file so it is suited for the gentoo distribution. 21 years ago
vlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 21 years ago
vlc.docs * renamed debian/README into debian/README.Debian. 23 years ago
vlc.menu * ./debian: more packaging stuff. 23 years ago
vlc.mime * debian/vlc.mime: put flags after the command, as per mailcap(5). 20 years ago
wxvlc.dirs * Synchronised Debian build files with 0.8.4-svn20050823-1 upload. 21 years ago
wxvlc.menu * debian/rules: 22 years ago

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.