diff options
author | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-26 00:06:16 -0700 |
commit | c16968d4179be76966c262f854c9e1fb827dc3ec (patch) | |
tree | 3dc52f45dc9b7b4a2999ca42a28631072abb7e39 /community/xbmc/PKGBUILD | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Tue Mar 26 00:06:15 PDT 2013
Diffstat (limited to 'community/xbmc/PKGBUILD')
-rw-r--r-- | community/xbmc/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xbmc/PKGBUILD b/community/xbmc/PKGBUILD index 0d7e662b4..72df48bdf 100644 --- a/community/xbmc/PKGBUILD +++ b/community/xbmc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86733 2013-03-21 16:26:32Z spupykin $ +# $Id: PKGBUILD 87024 2013-03-25 19:17:07Z bpiotrowski $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com> @@ -9,13 +9,13 @@ _prefix=/usr pkgname=xbmc pkgver=12.1 -pkgrel=3 +pkgrel=4 pkgdesc="A software media player and entertainment hub for digital media" arch=('i686' 'x86_64') url="http://xbmc.org" license=('GPL' 'custom') depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff' 'libva' - 'libpng' 'libcdio' 'yajl' 'libmysqlclient' 'libjpeg-turbo' 'libsamplerate' + 'libpng' 'libcdio' 'yajl' 'libmariadbclient' 'libjpeg-turbo' 'libsamplerate' 'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2' 'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'mesa-demos' 'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'glu' |