mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/xbmc fix
This commit is contained in:
parent
ffd1e5a70a
commit
6961531ae0
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - --disable-vdpau/xvda, remove from makedepends
|
# - --disable-vdpau/xvda, remove from makedepends
|
||||||
# - --disable-vaapi
|
# - --disable-vaapi, --disable-openmax
|
||||||
# - --enable-gl -> --enable-gles
|
# - --enable-gl -> --enable-gles
|
||||||
# - specify our C/CXXFLAGS in configure
|
# - specify our C/CXXFLAGS in configure
|
||||||
|
|
||||||
|
@ -59,8 +59,6 @@ source=("xbmc-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$p
|
||||||
'0006-CEC-fixed-don-t-use-CEC_CLIENT_VERSION_CURRENT-for-t.patch')
|
'0006-CEC-fixed-don-t-use-CEC_CLIENT_VERSION_CURRENT-for-t.patch')
|
||||||
sha256sums=('acbf5dffa3034a3406240ee3cf81e721386cd383d23d056ddde1f769e050e585'
|
sha256sums=('acbf5dffa3034a3406240ee3cf81e721386cd383d23d056ddde1f769e050e585'
|
||||||
'0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
|
'0239e33e87292c7340ed2092f2b5f1e82f5e283b1f763fb125b3aee78f50c355'
|
||||||
'5f5fe2932050265ad71c82b5d23efe5eaf7b2b3a152bdc6da66675cfb655fabe'
|
|
||||||
'cec996873f7c45fd01c04b5598152f4a13509eed9b38f395dd1fe0d5c8a4c1ff'
|
|
||||||
'f4b436a64e32af6728fc9a584292b56de356d9090f0db0af30798a43aaa077f3'
|
'f4b436a64e32af6728fc9a584292b56de356d9090f0db0af30798a43aaa077f3'
|
||||||
'9d9ccbd140a71b90d43a22b7722804b9cb509b4e1e1fec02c0e2bceaed3b3958'
|
'9d9ccbd140a71b90d43a22b7722804b9cb509b4e1e1fec02c0e2bceaed3b3958'
|
||||||
'0f0401189cc8481f05d7b68c50d66e18144c7d261be783e32c5b269f4b356ad7'
|
'0f0401189cc8481f05d7b68c50d66e18144c7d261be783e32c5b269f4b356ad7'
|
||||||
|
@ -124,6 +122,7 @@ build() {
|
||||||
--enable-libusb \
|
--enable-libusb \
|
||||||
--enable-libcec \
|
--enable-libcec \
|
||||||
--with-lirc-device=/run/lirc/lircd \
|
--with-lirc-device=/run/lirc/lircd \
|
||||||
|
--disable-openmax \
|
||||||
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
|
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}"
|
||||||
# Now (finally) build
|
# Now (finally) build
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in a new issue