[mame] 05/12: Use system glm, rapidjson and utf8proc; drop uv.

Jordi Mallach jordi at moszumanska.debian.org
Tue Mar 20 13:59:13 UTC 2018


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

jordi pushed a commit to branch master
in repository mame.

commit cfe0ac7cf8115160682edc3daddfff85af658664
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Mar 16 12:30:18 2018 +0100

    Use system glm, rapidjson and utf8proc; drop uv.
---
 debian/changelog | 2 ++
 debian/control   | 4 +++-
 debian/rules     | 4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f90bda..f68f843 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ mame (0.195+dfsg.1-1) UNRELEASED; urgency=medium
     in the generated binary.
   * Remove transitional mess package again, as mess-desktop-entries has
     been fixed.
+  * Use system libglm, rapidjson and utf8proc. Drop definitions for system
+    libuv which is no longer used.
 
  -- Cesare Falco <c.falco at ubuntu.com>  Wed, 31 Jan 2018 12:08:01 +0100
 
diff --git a/debian/control b/debian/control
index b6e70ea..47a982b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 10),
  libexpat1-dev,
  libflac-dev,
  libfontconfig1-dev,
+ libglm-dev,
  libjpeg-dev,
  liblua5.3-dev,
  libportmidi-dev [linux-any],
@@ -17,11 +18,12 @@ Build-Depends: debhelper (>= 10),
  libsdl2-dev,
  libsqlite3-dev,
  libutil-freebsd-dev [kfreebsd-any],
- libuv1-dev,
+ libutf8proc-dev,
  libxinerama-dev,
  portaudio19-dev,
  python-dev,
  qtbase5-dev,
+ rapidjson-dev (>= 1.0),
  zlib1g-dev
 Build-Depends-Indep: python3-sphinx
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 2a50fdb..9b72ae8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,9 @@ DEB_OPTS = \
     USE_SYSTEM_LIB_SQLITE3=1 \
     USE_SYSTEM_LIB_PORTMIDI=1 \
     USE_SYSTEM_LIB_PORTAUDIO=1 \
-    USE_SYSTEM_LIB_UV=1 \
+    USE_SYSTEM_LIB_GLM=1 \
+    USE_SYSTEM_LIB_RAPIDJSON=1 \
+    USE_SYSTEM_LIB_UTF8PROC=1 \
     VERBOSE=1
 
 # Override make variables for specific archs

-- 
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