Difference between revisions of "Vlc"

From CBLFS
Jump to navigationJump to search
 
(25 intermediate revisions by 5 users not shown)
Line 2: Line 2:
 
|-valign="top"
 
|-valign="top"
 
!Download Source:
 
!Download Source:
| http://download.videolan.org/pub/videolan/vlc/{{vlc-Version}}/vlc-{{vlc-Version}}.tar.bz2
+
| ftp://downloads.videolan.org/pub/videolan/vlc/{{vlc-Version}}/vlc-{{vlc-Version}}.tar.bz2
|-valign="top"
 
!Download Patch:
 
| http://svn.cross-lfs.org/svn/repos/patches/vlc/vlc-{{vlc-Version}}-wx2.8-1.patch
 
 
|}
 
|}
  
 
----
 
----
  
== Introduction to VLC (VideoLAN Client) ==
+
{{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.
 
 
 
'''Project Home Page''': http://www.videolan.org/vlc/
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 21: Line 14:
 
* [[X Window System]]
 
* [[X Window System]]
 
* [[FFmpeg]]
 
* [[FFmpeg]]
 +
* [[libdvbpsi]]
 +
* [[FriBidi]]
 +
=== Recommended ===
 +
* [[ALSA]]
 +
* [[Qt4]]
 
* [[SDL]]
 
* [[SDL]]
* [[x264]]
+
=== Optional ===
=== Recommended ===
+
* [[aRts]]
* [[wxWidgets]]
+
* [[Avahi]]
* [[libshout]]
+
* [[DirectFB]]
* [[libdvbpsi]]
+
* [[EsounD]]
* [[libmatroska]]
+
* [[FluidSynth]]
 +
* [[libggi]]
 +
* [[GNOME Virtual File System]]
 +
* [[GnuTLS]]
 +
* [[D-BUS Core]]
 +
* [[HAL]]
 +
* [[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]]
* [[libdc1394]]
+
* [[libmad]]
* [[libavc1394]]
+
* [[libmpeg2]]
* [[FAAD2]]
+
* [[Musepack]]
* [[FLAC]]
 
* [[libdv]]
 
* [[liba52]]
 
 
* [[libogg]]
 
* [[libogg]]
 +
* [[libshout]]
 +
* [[Speex]]
 +
* [[librsvg]]
 +
* [[Theora]]
 +
* [[TwoLAME]]
 +
* [[libupnp]]
 +
* [[libv4l]]
 +
* [[vcdimager]]
 
* [[libvorbis]]
 
* [[libvorbis]]
* [[TwoLAME]]
+
* [[x264]]
* [[GnuTLS]]
+
* [[libXML2]]
* [[Libopendaap]]
+
* [[XOSD]]
=== Optional ===
+
* [[zvbi]]
* [[GNU Pth]]
+
* [[SDL_image]]
 +
 
 +
{{Note|Vlc may not compile properly if parallel makes are used.}}
  
 
== Non-Multilib ==
 
== Non-Multilib ==
 
+
 
Compile the package:
 
Compile the package:
  
patch -Np1 -i ../vlc-{{vlc-Version}}-wx2.8-1.patch &&
+
  ./configure --prefix=/usr &&
  ./configure --prefix=/usr --enable-wxwidgets \
 
    --disable-dependency-tracking &&
 
 
  make
 
  make
  
Line 64: Line 91:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
 +
./configure --prefix=/usr &&
 +
make
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
=== N32 ===
 
=== N32 ===
Line 74: Line 104:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  Todo...
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 84: Line 114:
 
Compile the package:
 
Compile the package:
  
  To do ...
+
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
 +
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
 +
./configure --prefix=/usr --libdir=/usr/lib64 &&
 +
make
  
 
Install the package
 
Install the package
  
  To do ...
+
  make install
  
 
= Contents =
 
= Contents =
Line 95: Line 128:
 
|-valign="top"
 
|-valign="top"
 
! Installed Programs:
 
! Installed Programs:
| program1 program2
+
| vlc, vlc-wrapper
 
|-valign="top"
 
|-valign="top"
 
! Installed Libraries:
 
! Installed Libraries:
| libone.{a,la,so}
+
| libvlc.a
 
|-valign="top"
 
|-valign="top"
 
! Installed Directory:
 
! Installed Directory:
| /usr/share/program
+
| /usr/include/vlc, /usr/lib/vlc, /usr/share/vlc, /usr/share/doc/vlc
 
|}
 
|}
 +
 +
[[Category:Media Utilities]]

Latest revision as of 16:21, 19 March 2009

Download Source: ftp://downloads.videolan.org/pub/videolan/vlc/0.9.9a/vlc-0.9.9a.tar.bz2

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

Caution.png

Note

Vlc may not compile properly if parallel makes are used.

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
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 &&
make

Install the package

make install

N32

Compile the package:

Todo...

Install the package

make install

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 &&
make

Install the package

make install

Contents

Installed Programs: vlc, vlc-wrapper
Installed Libraries: libvlc.a
Installed Directory: /usr/include/vlc, /usr/lib/vlc, /usr/share/vlc, /usr/share/doc/vlc