mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc: fix opt/makedepends
This commit is contained in:
parent
1cea9c1e49
commit
f8b34495bd
1 changed files with 3 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - --disable-vdpau, remove from makedepends
|
||||
# - --disable-vdpau/xvda, remove from makedepends
|
||||
# - specify our C/CXXFLAGS in configure
|
||||
# - patch to remove very wrong XBMC code trying to assert its own ARM CFLAGS, MathUtils.h ARM fix
|
||||
# - commented TexturePacker install, doesn't appear to want to build
|
||||
|
@ -27,11 +27,9 @@ depends=('libpulse' 'hicolor-icon-theme' 'fribidi' 'lzo2' 'smbclient' 'libtiff'
|
|||
'glew' 'libssh' 'libmicrohttpd' 'libxrandr' 'sdl_mixer' 'sdl_image' 'python2'
|
||||
'libass' 'libmpeg2' 'libmad' 'libmodplug' 'jasper' 'rtmpdump' 'unzip' 'mesa-demos'
|
||||
'xorg-xdpyinfo' 'libbluray' 'libnfs' 'afpfs-ng' 'libshairport' 'avahi' 'bluez' 'glu')
|
||||
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'vdpau-video' 'libcec'
|
||||
makedepends=('boost' 'cmake' 'gperf' 'nasm' 'libxinerama' 'zip' 'libcec'
|
||||
'udisks' 'upower' 'bluez')
|
||||
optdepends=('libcec: support for Pulse-Eight USB-CEC adapter'
|
||||
'vdpau-video: accelerated video playback for nvidia cards'
|
||||
'xvba-video: accelerated video playback for amd cards'
|
||||
'pulseaudio: pulseaudio support'
|
||||
'lirc: remote controller support'
|
||||
'udisks: automount external drives'
|
||||
|
@ -64,7 +62,7 @@ build() {
|
|||
--enable-sdl \
|
||||
--enable-vaapi \
|
||||
--disable-vdpau \
|
||||
--enable-xvba \
|
||||
--disable-xvba \
|
||||
--enable-joystick \
|
||||
--enable-xrandr \
|
||||
--enable-rsxs \
|
||||
|
|
Loading…
Reference in a new issue