mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
xbmc: 12.2
This commit is contained in:
parent
7e6310811b
commit
6875fee226
@ -6,20 +6,21 @@
|
||||
_prefix=/usr
|
||||
|
||||
pkgname=xbmc
|
||||
pkgver=12.1
|
||||
pkgrel=2
|
||||
pkgver=12.2
|
||||
pkgrel=1
|
||||
pkgdesc="XBMC Media Center"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://xbmc.org"
|
||||
license=('GPL' 'custom')
|
||||
depends=( 'bzip2' 'curl' 'enca' 'faac' 'faad2' 'fontconfig' 'fribidi' 'python2' 'python-pysqlite'
|
||||
'glew' 'jasper' 'libcdio' 'libgl' 'libmad' 'libmms' 'libass' 'yajl' 'libpng12'
|
||||
'libmpeg2' 'libmysqlclient' 'libsamplerate' 'libxinerama' 'libpng' 'libbluedevil'
|
||||
'glew' 'jasper' 'libcdio' 'libgl' 'libmad' 'libmms' 'libass' 'yajl'
|
||||
'libmpeg2' 'libmariadbclient' 'libsamplerate' 'libxinerama' 'libpng' 'libbluedevil'
|
||||
'libxrandr' 'libxtst' 'lzo2' 'sdl_image' 'sdl_mixer' 'libvorbis' 'libpulse'
|
||||
'smbclient' 'wavpack' 'mesa-demos' 'xorg-utils' 'libmicrohttpd' 'libjpeg-turbo'
|
||||
'libssh' 'libva' 'libmodplug' 'rtmpdump' 'lsb-release' 'sqlite3'
|
||||
'libbluray' 'swig' 'openjdk' 'tinyxml' 'taglib')
|
||||
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libvdpau' 'unzip' 'zip' 'cvs' 'autoconf' 'automake')
|
||||
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libvdpau' 'unzip' 'zip' 'cvs' 'autoconf' 'automake'
|
||||
'udisks' 'upower' 'mesa' 'doxygen' 'swig')
|
||||
optdepends=('lirc: remote controller support'
|
||||
'unrar: access compressed files without unpacking them'
|
||||
'udisks: automount external drives'
|
||||
@ -29,13 +30,13 @@ optdepends=('lirc: remote controller support'
|
||||
'tk')
|
||||
categories=('multimedia')
|
||||
install="${pkgname}.install"
|
||||
options=(makeflags)
|
||||
options=('makeflags')
|
||||
source=("http://mirrors.xbmc.org/releases/source/xbmc-$pkgver.tar.gz"
|
||||
"FEH.sh"
|
||||
"${pkgname}.install")
|
||||
md5sums=('8955473f84cb2a0513c0f3efd7e68843'
|
||||
'c3e2ab79b9965f1a4a048275d5f222c4'
|
||||
'f227d9ee506e774ec1be2879571d5ccc')
|
||||
sha256sums=('b2330634fc513d27a44b131bbbe4ca6b61d60a1fe6c7ca27a7dc749df0bcea1c'
|
||||
'1b391dfbaa07f81e5a5a7dfd1288bf2bdeab8dc50bbb6dbf39a80d8797dfaeb0'
|
||||
'70886bbe96b1049e66170092887d935529b275269ab75d453a7e119e920a2809')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/xbmc-$pkgver"
|
||||
|
@ -1,6 +1,6 @@
|
||||
post_install() {
|
||||
[[ $(type -p gtk-update-icon-cache) ]] && /usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
|
||||
[[ $(type -p update-desktop-database) ]] && /usr/bin/update-desktop-database -q usr/share/applications
|
||||
[[ $(type -p gtk-update-icon-cache) ]] && extra/usr/bin/gtk-update-icon-cache -qtf usr/share/icons/hicolor
|
||||
[[ $(type -p update-desktop-database) ]] && usr/bin/update-desktop-database -q usr/share/applications
|
||||
/bin/true
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user