mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
multimedia/xbmc: Updated for version 12.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
a3149f1e4c
commit
5ecdae6298
4 changed files with 11 additions and 12 deletions
|
@ -20,6 +20,5 @@ WEBSERVER=yes|no (Default is no), requires libmicrohttpd
|
|||
PULSE=yes|no (Default is no), requires pulseaudio
|
||||
|
||||
Note: The use of external ffmpeg is discouraged by the XBMC developers.
|
||||
This xbmc build also installs libshairport.
|
||||
|
||||
PVR information: http://wiki.xbmc.org/index.php?title=PVR
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|' on
|
||||
# the right side marks the last column you can put a character in. You must make
|
||||
# exactly 11 lines for the formatting to be correct. It's also customary to
|
||||
# leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
xbmc: XBMC (Multi-platform Media Center)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=xbmc
|
||||
VERSION=${VERSION:-12.1}
|
||||
VERSION=${VERSION:-12.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="xbmc"
|
||||
VERSION="12.1"
|
||||
VERSION="12.2"
|
||||
HOMEPAGE="http://xbmc.org/"
|
||||
DOWNLOAD="http://mirrors.xbmc.org/releases/source/xbmc-12.1.tar.gz \
|
||||
DOWNLOAD="http://mirrors.xbmc.org/releases/source/xbmc-12.2.tar.gz \
|
||||
https://github.com/opdenkamp/xbmc-pvr-addons/archive/12.0-Frodo.tar.gz \
|
||||
http://github.com/downloads/taglib/taglib/taglib-1.8.tar.gz"
|
||||
MD5SUM="8955473f84cb2a0513c0f3efd7e68843 \
|
||||
dcb8bd1b756f2843e18b1fdf3aaeee15 \
|
||||
4a1020b1a890e26505da7cc9afef1cea"
|
||||
MD5SUM="489f3877decae4e265ece54f9eaef0ba \
|
||||
4a1020b1a890e26505da7cc9afef1cea \
|
||||
dcb8bd1b756f2843e18b1fdf3aaeee15"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="%README% jdk libass libmpeg2 libmodplug yajl tinyxml"
|
||||
|
|
Loading…
Reference in a new issue