]> git.sesse.net Git - vlc/blob - debian/README.Debian
* : svn:keywords
[vlc] / debian / README.Debian
1 $Id$
2
3 Notes for anyone wanting to build Debian packages of VLC.
4
5  - Default configuration is supposed to be latest unstable.
6
7  - To build for a Debian woody system, first build a tarball using
8    "make dist-woody".
9
10  - Usually VLC will come with a copy of ffmpeg, faad2 and x264 in the
11    extras/ directory, because they are not yet available in Debian.
12
13  - If there is no CVS directory in the root, debian/rules will assume a
14    full build is requested and will clean ffmpeg, faad2 and x264.
15
16  - VLC does not link with libdvdcss by default, thus it will not depend
17    on the libdvdcss packages. However it will use libdvdread that can
18    optionally open libdvdcss if found. To build packages that link directly
19    against libdvdcss, remove the --without-dvdcss flag in debian/rules.
20