summaryrefslogtreecommitdiffstats
path: root/video/kodi/DETAILS
blob: 4042105baa2ee44e9aaae92076fad82836078ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
source "${GRIMOIRE}/CMAKE_FUNCTIONS"
           SPELL=kodi
if [[ $KODI_BRANCH == rc ]]; then
         VERSION=18.9
     SOURCE_HASH=sha512:72e4e2afa46d5d2061ed348af5c9a4218474589cb38d630e6d0643b35aff3b0aefb3db81333d52da6c799c530a1b709b1d7ccb6ec77dcb0cba06fce6791cb353
else
         VERSION=18.9
     SOURCE_HASH=sha512:72e4e2afa46d5d2061ed348af5c9a4218474589cb38d630e6d0643b35aff3b0aefb3db81333d52da6c799c530a1b709b1d7ccb6ec77dcb0cba06fce6791cb353
fi
        CODENAME=Leia
  SECURITY_PATCH=1
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://github.com/xbmc/xbmc/archive/${VERSION}-${CODENAME}.tar.gz
    SOURCE_HINTS="no-check-certificate"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xbmc-${VERSION}-${CODENAME}"
        WEB_SITE="http://kodi.tv"
      LICENSE[0]=GPL
           TMPFS=off
         ENTERED=20141223
           SHORT="a software media player and entertainment hub (former XBMC)"
cat << EOF
KODI is an award-winning free and open source (GPL) software media player
and entertainment hub for digital media. KODI is available for Linux, OSX,
Windows, and the original Xbox. Created in 2003 by a group of like minded
programmers, KODI is a non-profit project run and developed by volunteers
located around the world. More than 50 software developers have contributed
to KODI, and 100-plus translators have worked to expand its reach, making
it available in more than 30 languages.

While KODI functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your HTPC.
Supporting an almost endless range of remote controls, and combined with its
beautiful interface and powerful skinning engine, KODI feels very natural
to use from the couch and is the ideal solution for your home theater.

Currently KODI can be used to play almost all popular audio and video formats
around. It was designed for network playback, so you can stream your multimedia
from anywhere in the house or directly from the internet using practically any
protocol available. Use your media as-is: KODI can play CDs and DVDs directly
from the disk or image file, almost all popular archive formats from your
hard drive, and even files inside ZIP and RAR archives. It will even scan
all of your media and automatically create a personalized library complete
with box covers, descriptions, and fanart. There are playlist and slideshow
functions, a weather forecast feature and many audio visualizations. Once
installed, your computer will become a fully functional multimedia jukebox.
EOF