Difference between revisions of "Vlc"
Chipster19 (talk | contribs) |
Chipster19 (talk | contribs) |
||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://download.videolan.org/pub/videolan/vlc/{{vlc-Version}}/vlc-{{vlc-Version}}.tar.bz2 | | http://download.videolan.org/pub/videolan/vlc/{{vlc-Version}}/vlc-{{vlc-Version}}.tar.bz2 | ||
+ | |-valign="top" | ||
+ | !Required Patch: | ||
+ | | http://svn.cross-lfs.org/svn/repos/patches/vlc/vlc-{{vlc-Version}}-ffmpeg-1.patch | ||
|} | |} | ||
Line 44: | Line 47: | ||
== Non-Multilib == | == Non-Multilib == | ||
+ | Apply the patch if you have new version of [[FFmpeg]] (svn version) | ||
+ | |||
+ | patch -Np1 -i ../vlc-{{vlc-Version}}-ffmpeg-1.patch | ||
+ | |||
Compile the package: | Compile the package: | ||
Line 56: | Line 63: | ||
=== 32Bit === | === 32Bit === | ||
+ | |||
+ | Apply the patch if you have new version of [[FFmpeg]] (svn version) | ||
+ | |||
+ | patch -Np1 -i ../vlc-{{vlc-Version}}-ffmpeg-1.patch | ||
Compile the package: | Compile the package: | ||
Line 70: | Line 81: | ||
=== N32 === | === N32 === | ||
+ | |||
+ | Apply the patch if you have new version of [[FFmpeg]] (svn version) | ||
+ | |||
+ | patch -Np1 -i ../vlc-{{vlc-Version}}-ffmpeg-1.patch | ||
Compile the package: | Compile the package: | ||
Line 81: | Line 96: | ||
=== 64Bit === | === 64Bit === | ||
+ | |||
+ | Apply the patch if you have new version of [[FFmpeg]] (svn version) | ||
+ | |||
+ | patch -Np1 -i ../vlc-{{vlc-Version}}-ffmpeg-1.patch | ||
Compile the package: | Compile the package: |
Revision as of 06:15, 26 December 2007
Download Source: | http://download.videolan.org/pub/videolan/vlc/0.9.9a/vlc-0.9.9a.tar.bz2 |
---|---|
Required Patch: | http://svn.cross-lfs.org/svn/repos/patches/vlc/vlc-0.9.9a-ffmpeg-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
- live555
- FAAD2
- FLAC
- libdv
- liba52
- libogg
- libvorbis
- TwoLAME
- GnuTLS
- Libopendaap
- Avahi
Optional
Non-Multilib
Apply the patch if you have new version of FFmpeg (svn version)
patch -Np1 -i ../vlc-0.9.9a-ffmpeg-1.patch
Compile the package:
./configure --prefix=/usr --enable-wxwidgets && make
Install the package
make install
Multilib
32Bit
Apply the patch if you have new version of FFmpeg (svn version)
patch -Np1 -i ../vlc-0.9.9a-ffmpeg-1.patch
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
Apply the patch if you have new version of FFmpeg (svn version)
patch -Np1 -i ../vlc-0.9.9a-ffmpeg-1.patch
Compile the package:
Todo...
Install the package
make install && mv -v /usr/bin/vlc-config{,-n32}
64Bit
Apply the patch if you have new version of FFmpeg (svn version)
patch -Np1 -i ../vlc-0.9.9a-ffmpeg-1.patch
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 |