xbmc: update to 12.2.

This commit is contained in:
Juan RP 2013-05-07 16:30:41 +02:00
parent c03993b7f9
commit e1a8beb9c2

View File

@ -1,15 +1,14 @@
# Template file for 'xbmc' # Template file for 'xbmc'
pkgname=xbmc pkgname=xbmc
version=12.1 version=12.2
revision=2 revision=1
short_desc="XBMC Media Center" short_desc="XBMC Media Center"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.xbmc.org" homepage="http://www.xbmc.org"
license="GPL-2" license="GPL-2"
distfiles="http://mirrors.xbmc.org/releases/source/xbmc-$version.tar.gz" distfiles="http://mirrors.xbmc.org/releases/source/xbmc-$version.tar.gz"
checksum=29e3f36e1884913088f786179a4c925f52e46e9ba7bf8f24e35e934177c01ec3 checksum=b2330634fc513d27a44b131bbbe4ca6b61d60a1fe6c7ca27a7dc749df0bcea1c
disable_debug=yes
broken_as_needed=yes broken_as_needed=yes
# XXX add support for webserver (microhttpd), afp and libcec. # XXX add support for webserver (microhttpd), afp and libcec.
@ -66,6 +65,6 @@ xbmc_package() {
udisks upower hicolor-icon-theme desktop-file-utils udisks upower hicolor-icon-theme desktop-file-utils
mesa-demos" mesa-demos"
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }