xbmc: update to 13.1.
This commit is contained in:
parent
acb63f900f
commit
c194d1b64e
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'xbmc'
|
||||
pkgname=xbmc
|
||||
version=13.0
|
||||
revision=2
|
||||
version=13.1
|
||||
revision=1
|
||||
wrksrc="xbmc-${version}-Gotham"
|
||||
short_desc="XBMC Media Center"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.xbmc.org"
|
||||
license="GPL-2"
|
||||
distfiles="https://github.com/xbmc/xbmc/archive/${version}-Gotham.tar.gz"
|
||||
checksum=5d56609f6a02d6c34fec3b3ef7563a8e473b82d7be27eeaf2706858b918dd024
|
||||
distfiles="http://mirrors.xbmc.org/releases/source/xbmc-${version}.tar.gz"
|
||||
checksum=344b604eae2ddb47c032dd7964d01f27e6fcd7a8873c84c0841d5da75961a678
|
||||
|
||||
lib32disabled=yes
|
||||
broken_as_needed=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
# XXX add support for webserver (microhttpd), afp and libcec.
|
||||
# XXX add support for webserver (microhttpd) and afp.
|
||||
hostmakedepends="
|
||||
automake libtool pkg-config gperf cmake zip unzip nasm yasm python-devel
|
||||
swig jre which gettext-devel libltdl-devel"
|
||||
|
@ -39,7 +39,6 @@ pre_configure() {
|
|||
. /etc/profile.d/java.sh
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
. /etc/profile.d/java.sh
|
||||
# fix lsb_release dependency
|
||||
|
|
Loading…
Reference in New Issue