[mupen64plus-video-rice] 01/02: Build armhf for reproducible CI with GLES

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Jan 14 22:07:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch master
in repository mupen64plus-video-rice.

commit a0d59fe7bb2de7e0e93e607d79d5a6f458c8eb96
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun May 10 15:21:15 2015 +0200

     Build armhf for reproducible CI with GLES
---
 debian/changelog | 7 +++++++
 debian/control   | 3 ++-
 debian/rules     | 6 ++++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7c0a442..64b5837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-video-rice (2.5-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Build armhf for reproducible CI with GLES
+
+ -- Sven Eckelmann <sven at narfation.org>  Thu, 26 Nov 2015 10:58:00 +0100
+
 mupen64plus-video-rice (2.5-3) unstable; urgency=medium
 
   * debian/control, debian/rules:
diff --git a/debian/control b/debian/control
index 188504e..f9a5db1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/mupen64plus-video-rice.gi
 Build-Depends:
  debhelper (>= 9.20151219),
  dpkg-dev (>= 1.16.1.1),
- libgl1-mesa-dev | libgl-dev,
+ libgl1-mesa-dev [any-i386 any-amd64] | libgl-dev [any-i386 any-amd64],
+ libgles2-mesa-dev [armhf],
  libmupen64plus-dev (>= 2.5),
  libpng-dev,
  libsdl2-dev,
diff --git a/debian/rules b/debian/rules
index 6aa13e6..d944e56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,8 +8,14 @@ export DEB_CPPFLAGS_MAINT_APPEND = -D_FILE_OFFSET_BITS=64
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_CPU ?= $(shell dpkg-architecture -qDEB_HOST_GNU_CPU)
 DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
 MAKEOPTIONS = V=1 UNAME='$(DEB_HOST_ARCH_OS)' HOST_CPU='$(DEB_HOST_GNU_CPU)' APIDIR=/usr/include/mupen64plus/ DEBUG=1 PREFIX=/usr/ LIBDIR="/usr/lib/$(DEB_HOST_MULTIARCH)" PIC=1 OPTFLAGS="-DNDEBUG" SHAREDIR="/usr/share/games/mupen64plus/" SDL_CONFIG=sdl2-config
 
+ifeq ($(DEB_HOST_ARCH),armhf)
+MAKEOPTIONS += USE_GLES=1
+endif
+
 binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep:
 	dh $@ --sourcedirectory="projects/unix" --parallel --list-missing
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-rice.git



More information about the Pkg-games-commits mailing list