[mupen64plus-core] 01/01: Add armhf build with GLES and NEON

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 10:03:56 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

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

    Add armhf build with GLES and NEON
---
 debian/changelog | 9 +++++++++
 debian/control   | 8 ++++----
 debian/rules     | 6 ++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d5caaa1..f43010a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mupen64plus-core (2.5-3) UNRELEASED; urgency=medium
+
+  * debian/control:
+    - Add support for armhf
+  * debian/rules:
+    - Build armhf with NEON and GLES
+
+ -- Sven Eckelmann <sven at narfation.org>  Thu, 26 Nov 2015 10:50:22 +0100
+
 mupen64plus-core (2.5-2) unstable; urgency=medium
 
   * debian/libmupen64plus2.symbols
diff --git a/debian/control b/debian/control
index f8b6c97..6a80e83 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Build-Depends:
  debhelper (>= 9.20130604),
  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,
@@ -23,7 +23,7 @@ Build-Depends:
 
 Package: libmupen64plus2
 Section: libs
-Architecture: any-i386 any-amd64
+Architecture: any-i386 any-amd64 armhf
 Multi-Arch: same
 Pre-Depends:
  ${misc:Pre-Depends},
@@ -67,7 +67,7 @@ Description: plugin-based Nintendo 64 emulator, core library
 Package: libmupen64plus2-dbg
 Section: debug
 Priority: extra
-Architecture: any-i386 any-amd64
+Architecture: any-i386 any-amd64 armhf
 Multi-Arch: same
 Pre-Depends:
  ${misc:Pre-Depends},
diff --git a/debian/rules b/debian/rules
index cd49788..2ddbe61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,9 +8,15 @@ 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
 DBG_PACKAGE=$(shell dpkg-parsechangelog|grep '^Source: '|sed 's/^Source:\s*//')-dbg
 
+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