[SCM] xbmc/master: Use OpenGL ES and Bellagio OpenMAX Integration Layer on MIPS

rbalint at users.alioth.debian.org rbalint at users.alioth.debian.org
Wed Oct 15 12:50:32 UTC 2014


The following commit has been merged in the master branch:
commit 5f6cb1b73b79d30586936a00fe891c4358cc3cc4
Author: Balint Reczey <balint at balintreczey.hu>
Date:   Sun Oct 12 23:03:44 2014 +0200

    Use OpenGL ES and Bellagio OpenMAX Integration Layer on MIPS

diff --git a/debian/control b/debian/control
index 2e20d12..81cf5b5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9~),
  libboost-dev,
  zip,
  libtool,
- libgles2-mesa-dev [armel armhf] | libgl1-mesa-dev | libgl-dev,
+ libgles2-mesa-dev [armel armhf mipsel mips] | libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
  libftgl-dev,
  libglew-dev,
@@ -62,7 +62,7 @@ Build-Depends: debhelper (>= 9~),
  libsmbclient-dev,
  libiso9660-dev,
  libssl-dev,
- libvdpau-dev [!armel !armhf],
+ libvdpau-dev [!armel !armhf !mipsel !mips],
  libmicrohttpd-dev,
  libmodplug-dev,
  librtmp-dev,
@@ -70,7 +70,7 @@ Build-Depends: debhelper (>= 9~),
  curl,
  libyajl-dev,
  libboost-thread-dev,
- libomxil-bellagio-dev [armel armhf],
+ libomxil-bellagio-dev [armel armhf mipsel mips],
  python-imaging,
  libplist-dev,
  libcec-dev (>= 2),
@@ -88,7 +88,7 @@ Build-Depends: debhelper (>= 9~),
  swig,
  default-jre,
  libbluray-dev,
- libva-dev [!armel !armhf],
+ libva-dev [!armel !armhf !mipsel !mips],
  libavcodec-dev (>= 6:10~),
  libavfilter-dev,
  libavformat-dev,
diff --git a/debian/rules b/debian/rules
index 0baef53..0ebfe80 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,9 +13,9 @@ else
   ARCH_SPECIFIC_LIB_RECOMMENDS = -lcrystalhd
 endif
 
-# Enable gles for armel and armhf
+# Enable gles for armel, armhf, mipsel and mips
 # Also disable VDPAU and VAAPI there since they break the build with gles
-ifeq (,$(filter armel armhf,$(DEB_HOST_ARCH)))
+ifeq (,$(filter armel armhf mipsel mips,$(DEB_HOST_ARCH)))
 GL_CONFIG_OPTIONS = --enable-gl --disable-gles --enable-vdpau
 ARCH_SPECIFIC_LIB_RECOMMENDS += -lvdpau
 else

-- 
xbmc packaging



More information about the pkg-multimedia-commits mailing list