[mame] 01/05: Use system libuv.

Jordi Mallach jordi at moszumanska.debian.org
Tue Jul 19 11:10:02 UTC 2016


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

jordi pushed a commit to branch master
in repository mame.

commit 0c8f7df741597fd09a523085cc5f0341a817bdd3
Author: Jordi Mallach <jordi at debian.org>
Date:   Fri Jul 15 11:11:17 2016 +0200

    Use system libuv.
---
 debian/changelog | 1 +
 debian/control   | 1 +
 debian/rules     | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c84c6df..0b0a49c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ mame (0.175-2) unstable; urgency=medium
   * Add a override_dh_auto_test that just runs "mame -valid" after the build.
     For now, make it non-fatal.
   * Add some additional docs to the mame binary.
+  * Use system libuv.
 
  -- Cesare Falco <c.falco at ubuntu.com>  Fri, 08 Jul 2016 13:08:40 +0200
 
diff --git a/debian/control b/debian/control
index 5a9cd16..9a090b3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
  libsdl2-ttf-dev,
  libsdl2-dev,
  libsqlite3-dev,
+ libuv1-dev,
  libxinerama-dev,
  portaudio19-dev,
  python-dev,
diff --git a/debian/rules b/debian/rules
index 956ae14..2a88b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,8 @@ DEB_OPTS = \
     USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 \
     USE_SYSTEM_LIB_SQLITE3=1 \
     USE_SYSTEM_LIB_PORTMIDI=1 \
-    USE_SYSTEM_LIB_PORTAUDIO=1
+    USE_SYSTEM_LIB_PORTAUDIO=1 \
+    USE_SYSTEM_LIB_UV=1
 
 # Override make variables for specific archs
 # Linux architectures

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