diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-04-23 19:35:02 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-23 19:35:02 -0500 |
commit | c40f1a261110505b3b03f6e65d3a9276fdd75f3f (patch) | |
tree | 88fd0ea0b7547f76704babfa4745fe3a2c353713 /multimedia/xbmc/README | |
parent | 4d968b01ea07864c70dfffcad3f46f4226473706 (diff) | |
download | slackbuilds-c40f1a261110505b3b03f6e65d3a9276fdd75f3f.tar.gz |
multimedia/xbmc: Updated for version 11.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'multimedia/xbmc/README')
-rw-r--r-- | multimedia/xbmc/README | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/multimedia/xbmc/README b/multimedia/xbmc/README index 9baade23c7..a31423a607 100644 --- a/multimedia/xbmc/README +++ b/multimedia/xbmc/README @@ -5,22 +5,25 @@ viewing and playing a vast library of audio, video and image formats. XBMC has a sophisticated library management system that allows you to organize all your media to give you quick and immediate access. -XBMC requires libmpeg2, faad2, libmodplug, libmms and enca. +XBMC requires libass, libmpeg2, libmodplug and yajl. -Optional: vobcopy, lirc, faac, cwiid, pybluez, libdvdcss, libssh, -lightblue, libvdpau, libass, rtmpdump, libmicrohttpd, libva, avahi, -ffmpeg, libdca (aka libdts), a52dec (aka liba52) (all available at -slackbuilds.org). +Optional: libcec, pulseaudio, libbluray, libnfs, +libdvdcss, vobcopy, lirc, cwiid, pybluez, libssh, id3lib, +libvdpau, rtmpdump, libmicrohttpd, libva, avahi, ffmpeg +(all available at slackbuilds.org). -Optional: pulseaudio, libcrystalhd and libbluray (not available at -slackbuilds.org) +Optional: afpfs-ng is also an optional build time requirement but +doesn't get picked up by xbmc due to lack of afpfs-ng header files. + +Optional: libcrystalhd and shairpoint (not available at slackbuilds.org) Below are some paramaters that can be passed to the slackbuild to turn on some optional components. EXT_FFMPEG=yes|no (Default is no), requires ffmpeg -EXT_A52DEC=yes|no (Default is no), requires a52dec -EXT_DTS=yes|no (Default is no), requires libdca -EXT_ALL=yes|no (Default is no), turns on all of the above options USE_WII=yes|no (Default is no), requires cwiid and pybluez WEBSERVER=yes|no (Default is no), requires libmicrohttpd + +Note: The use of external ffmpeg is discouraged by the XBMC developers. +A patch is provided so XBMC can be built against newer ffmpeg. However, +this patch is NOT fully tested. |