summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorIsaac David <isacdaavid@isacdaavid.info>2016-11-30 19:29:37 -0600
committerIsaac David <isacdaavid@isacdaavid.info>2016-11-30 19:29:37 -0600
commit54167f0a24ce928b8e474a6515573d1b7bc27ce6 (patch)
tree17c1284867146d4efb534f07028b6c4762921724 /libre
parent114f7a0b55622abf88b829a401648568f63c0396 (diff)
kodi: revert libvdpau makedepend hard-coding again
Diffstat (limited to 'libre')
-rw-r--r--libre/kodi/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/libre/kodi/PKGBUILD b/libre/kodi/PKGBUILD
index 9258a16db..630e2bf55 100644
--- a/libre/kodi/PKGBUILD
+++ b/libre/kodi/PKGBUILD
@@ -20,18 +20,21 @@ pkgrel=5.parabola1
arch=('i686' 'x86_64' 'armv7h')
url="http://kodi.tv"
license=('GPL2')
+
+# Attention!
+# Don't repeat libvdpau in makedepends=(), it will break the armv7h build
+makedepends_i686=('libvdpau')
+makedepends_x86_64=('libvdpau')
makedepends=(
'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
- 'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
+ 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower'
'yajl' 'zip' 'mesa' 'dcadec' 'libcrossguid'
)
-depends_i686=('libvdpau')
-depends_x86_64=('libvdpau')
mksource=(
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz"
)