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

odyx pushed a commit to branch debian/master
in repository planetblupi.

commit 84010fa4cbbcf603450454f58f4549458007d6cb
Author: Didier Raboud <o...@debian.org>
Date:   Fri Dec 22 19:16:18 2017 +0100

    Convert the .mid's to .ogg's using timidity and timgm6mb-soundfont
---
 debian/control | 3 +++
 debian/rules   | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/debian/control b/debian/control
index c3a9d14..8d2be34 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,9 @@ Build-Depends:
  libsdl2-mixer-dev,
  libsdl-kitchensink-dev,
  argagg-dev,
+Build-Depends-Indep:
+ timidity,
+ timgm6mb-soundfont,
 Standards-Version: 4.1.1
 Rules-Requires-Root: no
 Homepage: http://blupi.org
diff --git a/debian/rules b/debian/rules
index 61983c6..4081dea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,8 @@
 
 override_dh_auto_configure:
        dh_auto_configure -- -DCMAKE_INSTALL_BINDIR=games
+
+override_dh_auto_build-indep:
+       dh_auto_build -i
+       # Convert the .mid's to .ogg
+       timidity -c /etc/timidity/timgm6mb.cfg -Ov resources/music/music*.mid

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

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to