[mupen64plus-core] 01/02: Build armhf for reproducible CI with NEON and GLES

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Jan 14 21:41:33 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-core.

commit bc3cef07b9604dd79bfd89b1d6f9a5bc344e5796
Author: Sven Eckelmann <sven at narfation.org>
Date:   Sun May 10 11:27:23 2015 +0200

    Build armhf for reproducible CI with NEON and GLES
---
 debian/changelog | 7 +++++++
 debian/control   | 4 ++--
 debian/rules     | 6 ++++++
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 29f2c6c..09d02ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mupen64plus-core (2.5-4) UNRELEASED; urgency=medium
+
+  * debian/rules:
+    - Build armhf for reproducible CI with NEON and GLES
+
+ -- Sven Eckelmann <sven at narfation.org>  Thu, 14 Jan 2016 22:30:40 +0100
+
 mupen64plus-core (2.5-3) unstable; urgency=medium
 
   * debian/control, debian/rules:
diff --git a/debian/control b/debian/control
index d166aa3..c2832da 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends:
  debhelper (>= 9.20151219),
  dpkg-dev (>= 1.16.1.1),
  libfreetype6-dev,
- libgl1-mesa-dev | libgl-dev,
- libglu1-mesa-dev | libglu-dev,
+ libgl1-mesa-dev [any-i386 any-amd64] | libgl-dev [any-i386 any-amd64],
+ libglu1-mesa-dev [any-i386 any-amd64] | libglu-dev [any-i386 any-amd64],
  libminizip-dev,
  libpng-dev,
  libsdl2-dev,
diff --git a/debian/rules b/debian/rules
index 4fd0d30..02789e7 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 DEBUGGER=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 NEON=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-core.git



More information about the Pkg-games-commits mailing list