Difference between revisions of "Vlc"
From CBLFS
Jump to navigationJump to searchChipster19 (talk | contribs) |
Weibullguy (talk | contribs) |
||
Line 10: | Line 10: | ||
---- | ---- | ||
− | + | {{Package-Introduction|VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD (with menus), and can read or dump streams from a network source (HTTP, UDP, DVB, MMS, etc.). It can also act as a server and send streams through the network, with optional support for audio and video transcoding.|http://www.videolan.org/vlc/}} | |
− | |||
− | VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD (with menus), and can read or dump streams from a network source (HTTP, UDP, DVB, MMS, etc.). It can also act as a server and send streams through the network, with optional support for audio and video transcoding. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 15:12, 16 April 2007
Download Source: | http://download.videolan.org/pub/videolan/vlc/0.9.9a/vlc-0.9.9a.tar.bz2 |
---|---|
Download Patch: | http://svn.cross-lfs.org/svn/repos/patches/vlc/vlc-0.9.9a-wx2.8-1.patch |
Contents
Introduction to Vlc
VideoLAN Client (VLC) is a media player, streamer, and encoder for Unix, Windows, Mac OS X, BeOS, QNX, and PocketPC. It can play most audio and video codecs (MPEG 1/2/4, DivX, WMV, Vorbis, AC3, AAC, etc.), has support for VCD, SVCD, and DVD (with menus), and can read or dump streams from a network source (HTTP, UDP, DVB, MMS, etc.). It can also act as a server and send streams through the network, with optional support for audio and video transcoding.
Project Homepage: http://www.videolan.org/vlc/
Dependencies
Required
Recommended
- wxWidgets
- libshout
- libdvbpsi
- libmatroska
- AAlib
- libcaca
- libmodplug
- libdc1394
- libavc1394
- FAAD2
- FLAC
- libdv
- liba52
- libogg
- libvorbis
- TwoLAME
- GnuTLS
- Libopendaap
Optional
Non-Multilib
Compile the package:
patch -Np1 -i ../vlc-0.9.9a-wx2.8-1.patch && ./configure --prefix=/usr --enable-wxwidgets \ --disable-dependency-tracking && make
Install the package
make install
Multilib
32Bit
Compile the package:
To do ...
Install the package
To do ...
N32
Compile the package:
To do ...
Install the package
To do ...
64Bit
Compile the package:
To do ...
Install the package
To do ...
Contents
Installed Programs: | vlc, vlc-config, vlcwrapper.py |
---|---|
Installed Libraries: | libvlc.a |
Installed Directory: | /usr/include/vlc, /usr/lib/vlc, /usr/share/vlc, /usr/share/doc/vlc |