~ubuntu-branches/ubuntu/maverick/vlc/maverick

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-09-17 21:56:14 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20080917215614-tj0vx8xzd57e52t8
Tags: 0.9.2-1ubuntu1
* New Upstream Release, exception granted by
    - dktrkranz, norsetto, Hobbsee (via irc). LP: #270404

Changes done in ubuntu:

* add libxul-dev to build-depends
* make sure that vlc is build against libxul in configure. This doesn't
  change anything in the package, but makes it more robust if building
  in an 'unclean' chroot or when modifying the package.
* debian/control: make Vcs-* fields point to the motumedia branch
* add libx264-dev and libass-dev to build-depends
  LP: #210354, #199870
* actually enable libass support by passing --enable-libass to configure
* enable libdca: add libdca-dev to build depends and --enable-libdca
* install the x264 plugin.

Changes already in the pkg-multimedia branch in debian:

* don't install usr/share/vlc/mozilla in debian/mozilla-plugin-vlc.install  
* new upstream .desktop file now registers flash video mimetype LP: #261567
* add Xb-Npp-Applications to mozilla-plugin-vlc
* remove duplicate entries in debian/vlc-nox.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
$Id$
2
 
 
3
1
INSTALL file for the VLC media player
4
2
 
5
3
More extensive information for *nix, Windows, Mac OS X and BeOS users can be found here: 
16
14
 
17
15
A typical way to configure VLC is:
18
16
 
19
 
   ./configure --prefix=/usr --enable-wxwindows
 
17
   ./configure --prefix=/usr
20
18
 
21
19
See `./configure --help' for more information.
22
20
 
23
21
If you intend to debug stuff, you may want to compile with debugging
24
22
symbols:
25
23
 
26
 
   make distclean ; ./configure --prefix=/usr --enable-wxwindows --enable-debug
 
24
   make distclean ; ./configure --prefix=/usr --enable-debug
 
25
 
 
26
We recommend using GCC to build VLC, though some people reported success
 
27
with the Intel C compiler (version 8) as well. GCC version 3.3 or higher is
 
28
required. On older systems (e.g. FreeBSD 4.x, BeOS), please select a more
 
29
recent version manually by setting the CC and CXX environment variables
 
30
appropriately while running the ./configure shell script.
27
31
 
28
32
 
29
33
Building VLC
30
34
============
31
35
 
32
 
Have a look at the generated Makefile.opts file, you may want to choose
33
 
which modules will be compiled as plugins, and which ones will remain in
34
 
the core application. The configure script tries to guess for you.
35
 
 
36
36
Once configured, run `make' to build VLC.
37
37
 
38
38
 
53
53
=================
54
54
 
55
55
To build a Debian package, you need to get the packaging info
56
 
   svn co svn://svn.videolan.org/pkg-multimedia/unstable/vlc/debian debian 
 
56
   svn co svn://svn.debian.org/pkg-multimedia/videolan/vlc/debian debian 
57
57
and then
58
58
   dpkg-buildpackage -rfakeroot -us -uc
59
59