[mame] 09/10: Reintroduced building against system libraries.

Cesare Falco cesarefalco-guest at moszumanska.debian.org
Sat Oct 31 10:15:46 UTC 2015


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

cesarefalco-guest pushed a commit to branch master
in repository mame.

commit 0736a5dc6c8dae281f02244f0c48a4165b120230
Author: Cesare Falco <c.falco at ubuntu.com>
Date:   Sun Aug 16 17:23:46 2015 +0200

    Reintroduced building against system libraries.
---
 debian/control | 8 +++++++-
 debian/rules   | 9 +++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 8bddad1..cbfeba7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,19 @@ Uploaders: Cesare Falco <c.falco at ubuntu.com>,
  Emmanuel Kasper <emmanuel at libera.cc>,
  Jordi Mallach <jordi at debian.org>
 Build-Depends: debhelper (>= 9),
+ libexpat1-dev,
+ libflac-dev,
  libfontconfig1-dev,
+ libjpeg8-dev,
+ libportaudio-dev,
+ libportmidi-dev,
  libqt4-dev (>= 4.7),
  libsdl2-ttf-dev,
  libsdl2-dev,
  libxinerama-dev,
  subversion,
- python-dev
+ python-dev,
+ zlib1g-dev
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-games/mame.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/mame.git
diff --git a/debian/rules b/debian/rules
index 8b39da3..f795458 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,13 @@ DEB_OPTS = \
     PTR64= \
     BIGENDIAN= \
     NOASM=1 \
-    OPTIMIZE=0
+    OPTIMIZE=0 \
+    USE_SYSTEM_LIB_EXPAT=1 \
+    USE_SYSTEM_LIB_ZLIB=1 \
+    USE_SYSTEM_LIB_JPEG=1 \
+    USE_SYSTEM_LIB_FLAC=1 \
+    USE_SYSTEM_LIB_PORTMIDI=1 \
+    USE_SYSTEM_LIB_PORTAUDIO=1
 
 # Override make variables for specific archs
 # Linux architectures
@@ -49,7 +55,6 @@ endif
 ifeq ($(DEB_HOST_ARCH),i386)
 DEB_OPTS += \
     FORCE_DRC_C_BACKEND= \
-    PTR64= \
     NOASM=
 endif
 

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



More information about the Pkg-games-commits mailing list