mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc to 13.2-3
This commit is contained in:
parent
edda38904f
commit
109aba3e79
1 changed files with 6 additions and 5 deletions
|
@ -18,17 +18,17 @@ _prefix=/usr
|
|||
pkgname=xbmc
|
||||
pkgver=13.2
|
||||
_codename=Gotham
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A software media player and entertainment hub for digital media"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://xbmc.org"
|
||||
license=('GPL2')
|
||||
depends=(
|
||||
'avahi' 'ffmpeg' 'hicolor-icon-theme' 'lame' 'libass' 'libbluray' 'libcdio' 'libmad'
|
||||
'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libmysqlclient' 'libsamplerate'
|
||||
'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr' 'libxslt' 'lzo' 'mesa'
|
||||
'mesa-demos' 'python2' 'python2-pillow' 'rtmpdump' 'sdl_image' 'smbclient'
|
||||
'taglib' 'tinyxml' 'unzip' 'xorg-xdpyinfo' 'yajl'
|
||||
'libmicrohttpd' 'libmodplug' 'libmpeg2' 'libmysqlclient' 'libpulse'
|
||||
'libsamplerate' 'libssh' 'libva' 'libvdpau' 'libvorbis' 'libxrandr' 'libxslt'
|
||||
'lzo' 'mesa' 'mesa-demos' 'python2' 'python2-pillow' 'rtmpdump' 'sdl_image'
|
||||
'smbclient' 'taglib' 'tinyxml' 'unzip' 'xorg-xdpyinfo' 'yajl'
|
||||
)
|
||||
makedepends=(
|
||||
'afpfs-ng' 'libnfs' 'libplist' 'shairplay' 'libcec' 'boost' 'cmake' 'doxygen'
|
||||
|
@ -86,6 +86,7 @@ build() {
|
|||
--enable-rsxs \
|
||||
--enable-projectm \
|
||||
--enable-x11 \
|
||||
--enable-pulse \
|
||||
--enable-rtmp \
|
||||
--enable-samba \
|
||||
--enable-nfs \
|
||||
|
|
Loading…
Reference in a new issue