Difference between revisions of "Vlc"
From CBLFS
Jump to navigationJump to searchm |
(→Dependencies) |
||
Line 14: | Line 14: | ||
* [[X Window System]] | * [[X Window System]] | ||
* [[FFmpeg]] | * [[FFmpeg]] | ||
− | * [[ | + | * [[libdvbpsi]] |
− | |||
=== Recommended === | === Recommended === | ||
− | * [[ | + | * [[ALSA]] |
− | * [[ | + | * [[Qt4]] |
− | * [[ | + | === Optional === |
− | * [[ | + | * [[aRts]] |
+ | * [[Avahi]] | ||
+ | * [[DirectFB]] | ||
+ | * [[EsounD]] | ||
+ | * [[FluidSynth]] | ||
+ | * [[libggi]] | ||
+ | * [[GNOME Virtual File System]] | ||
+ | * [[GnuTLS]] | ||
+ | * [[D-BUS Core]] | ||
+ | * [[HAL]] | ||
+ | * [[FriBidi]] | ||
+ | * [[libcdio]] | ||
+ | * [[libcdda]] | ||
+ | * [[Dirac]] | ||
+ | * [[libdca]] | ||
+ | * [[libdvdread]] and [[libdvdcss]] and [[libdvdnav]] | ||
+ | * [[FAAD2]] | ||
+ | * [[FLAC]] | ||
+ | * [[libdc1394]] and [[libraw1394]] | ||
+ | * [[liba52]] | ||
* [[AAlib]] | * [[AAlib]] | ||
+ | * [[libid3tag]] | ||
+ | * [[JACK]] | ||
+ | * [[libkate]] | ||
+ | * [[libass]] | ||
* [[libcaca]] | * [[libcaca]] | ||
+ | * [[libGCrypt]] | ||
+ | * [[libnotify]] | ||
+ | * [[Lirc]] | ||
+ | * [[Lua]] | ||
+ | * [[libmatroska]] | ||
+ | * [[live555]] | ||
* [[libmodplug]] | * [[libmodplug]] | ||
− | * [[ | + | * [[libmad]] |
− | * [[ | + | * [[libmpeg2]] |
− | * [[ | + | * [[Musepack]] |
− | |||
− | |||
− | |||
− | |||
* [[libogg]] | * [[libogg]] | ||
+ | * [[libshout]] | ||
+ | * [[Speex]] | ||
+ | * [[librsvg]] | ||
+ | * [[Theora]] | ||
+ | * [[TwoLAME]] | ||
+ | * [[libupnp]] | ||
+ | * [[libv4l]] | ||
+ | * [[vcdimager]] | ||
* [[libvorbis]] | * [[libvorbis]] | ||
− | * [[ | + | * [[x264]] |
− | * [[ | + | * [[libXML2]] |
− | * [[ | + | * [[XOSD]] |
− | * [[ | + | * [[zvbi]] |
− | + | * [[SDL]] | |
− | * [[ | ||
{{Note|Vlc may not compile properly if parallel makes are used.}} | {{Note|Vlc may not compile properly if parallel makes are used.}} |
Revision as of 15:23, 18 November 2008
Download Source: | ftp://downloads.videolan.org/pub/videolan/vlc/0.9.9a/vlc-0.9.9a.tar.bz2 |
---|
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
Optional
- aRts
- Avahi
- DirectFB
- EsounD
- FluidSynth
- libggi
- GNOME Virtual File System
- GnuTLS
- D-BUS Core
- HAL
- FriBidi
- libcdio
- libcdda
- Dirac
- libdca
- libdvdread and libdvdcss and libdvdnav
- FAAD2
- FLAC
- libdc1394 and libraw1394
- liba52
- AAlib
- libid3tag
- JACK
- libkate
- libass
- libcaca
- libGCrypt
- libnotify
- Lirc
- Lua
- libmatroska
- live555
- libmodplug
- libmad
- libmpeg2
- Musepack
- libogg
- libshout
- Speex
- librsvg
- Theora
- TwoLAME
- libupnp
- libv4l
- vcdimager
- libvorbis
- x264
- libXML2
- XOSD
- zvbi
- SDL
Non-Multilib
Compile the package:
./configure --prefix=/usr --enable-wxwidgets && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \ ./configure --prefix=/usr --enable-wxwidgets && make
Install the package
make install && mv -v /usr/bin/vlc-config{,-32}
N32
Compile the package:
Todo...
Install the package
make install && mv -v /usr/bin/vlc-config{,-n32}
64Bit
Compile the package:
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --enable-wxwidgets && make
Install the package
make install && mv -v /usr/bin/vlc-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/vlc-config
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 |