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