mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
xbmc 12.3 rebuild with CEC support
This commit is contained in:
parent
e52df510a6
commit
a5809b0344
@ -3,7 +3,7 @@
|
||||
|
||||
pkgname=xbmc
|
||||
pkgver=12.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="XBMC Media Center"
|
||||
arch=('x86_64')
|
||||
url="http://xbmc.org"
|
||||
@ -14,7 +14,7 @@ depends=( 'bzip2' 'curl' 'enca' 'faac' 'faad2' 'fontconfig' 'fribidi' 'python2'
|
||||
'libxrandr' 'libxtst' 'lzo2' 'sdl_image' 'sdl_mixer' 'libvorbis' 'libpulse' 'libdvdcss'
|
||||
'smbclient' 'wavpack' 'mesa-demos' 'xorg-utils' 'libmicrohttpd' 'libjpeg-turbo' 'mesa' 'swig'
|
||||
'libssh' 'libva' 'libmodplug' 'rtmpdump' 'lsb-release' 'sqlite3' 'libbluray' 'java-runtime'
|
||||
'tinyxml' 'taglib' 'libcap' 'avahi' 'libshairport' 'glu' 'libplist' 'libnfs')
|
||||
'tinyxml' 'taglib' 'libcap' 'avahi' 'libshairport' 'glu' 'libplist' 'libnfs' 'libcec')
|
||||
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libvdpau' 'unzip' 'zip' 'cvs' 'autoconf' 'automake'
|
||||
'udisks' 'upower' 'mesa' 'doxygen' 'swig')
|
||||
optdepends=('lirc: remote controller support'
|
||||
@ -70,6 +70,7 @@ build() {
|
||||
--enable-udev \
|
||||
--enable-libusb \
|
||||
--enable-external-libraries \
|
||||
--enable-libcec \
|
||||
--disable-hal \
|
||||
--disable-external-ffmpeg \
|
||||
--disable-debug
|
||||
|
Loading…
Reference in New Issue
Block a user