1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-25 09:41:30 +02:00
vlc/debian
2003-02-10 21:56:25 +00:00
..
.cvsignore * ./debian/woody-buildpackage: added a script to build .debs on woody. 2003-02-02 17:18:47 +00:00
changelog * ./debian/vlc.desktop: removed unnecessary file. 2003-02-02 20:07:22 +00:00
control * ./debian/control: added the "VideoLAN" word in the long description so 2003-02-10 20:57:58 +00:00
gnome-vlc.desktop * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
gnome-vlc.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
gnome-vlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
gvlc.desktop * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
gvlc.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
gvlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
kvlc.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
kvlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +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
Makefile.am * ./debian/vlc.desktop: removed unnecessary file. 2003-02-02 20:07:22 +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
qvlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00
README.Debian * ./debian/woody-buildpackage: added a script to build .debs on woody. 2003-02-02 17:18:47 +00:00
rules * ./debian/rules: added code to avoid timestamp skews in the faad tree. 2003-02-10 21:56:25 +00:00
vlc-plugin-a52.dirs * ./debian/*: activated the wxwindows plugin. 2003-01-28 21:06:17 +00:00
vlc-plugin-aa.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +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-dv.dirs * ./configure.in: the DV module is now a plugin, with the proper 2002-09-09 13:52:24 +00:00
vlc-plugin-dvb.dirs * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +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-lirc.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc-plugin-mad.dirs * ./debian/*: activated the wxwindows plugin. 2003-01-28 21:06:17 +00:00
vlc-plugin-ogg.dirs * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package 2002-12-12 13:09:52 +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-plugin-xosd.dirs * ./include/modules_inner.h: support for several modules with the same 2002-08-08 22:28:23 +00:00
vlc.copyright * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss. 2001-08-22 14:23:57 +00:00
vlc.dirs * ALL: the build mechanism now uses automake. See HACKING for more details. 2002-09-30 11:05:42 +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
woody-buildpackage * ./debian/control: made lintian happier with package descriptions. 2003-02-09 12:21:05 +00:00
wxvlc.dirs * ./debian/*: activated the wxwindows plugin. 2003-01-28 21:06:17 +00:00
wxvlc.menu * ./debian: more packaging stuff. 2003-02-02 04:07:55 +00:00

$Id: README.Debian,v 1.2 2003/02/02 17:18:47 sam Exp $

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, use debian/woody-buildpackage.

 - Usually VLC will come with a copy of ffmpeg and faad2 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 and faad2.

 - VLC does not link with libdvdcss by default, thus it will not depend
   on the libdvdcss packages. To build packages that link against it,
   remove the --without-dvdcss flag in debian/rules.