[debian-edu-commits] debian-edu/pkg-team/ 01/01: Try to get vsl plugin working on i386 by build depending on libwine-dev and wine32-dev-tools (Closes: #763720). Unable to get it working on amd64.

Petter Reinholdtsen pere at moszumanska.debian.org
Fri Oct 3 09:34:16 UTC 2014


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

pere pushed a commit to branch master
in repository lmms.

commit 593204597e856f79c66530758ff0512656e7b714
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Fri Oct 3 11:34:12 2014 +0200

    Try to get vsl plugin working on i386 by build depending on libwine-dev and wine32-dev-tools (Closes: #763720).  Unable to get it working on amd64.
---
 debian/changelog | 8 ++++++++
 debian/control   | 1 +
 debian/rules     | 4 ++--
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1b7fd90..90555ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+lmms (1.0.3-3) UNRELEASED; urgency=low
+
+  * Try to get vsl plugin working on i386 by build depending on libwine-dev
+    and wine32-dev-tools (Closes: #763720).  Unable to get it working on
+    amd64.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Fri, 03 Oct 2014 11:17:44 +0200
+
 lmms (1.0.3-2) unstable; urgency=medium
 
   * Change build rule to only enable ALSA support on Linux (Closes: #754718).
diff --git a/debian/control b/debian/control
index 21fc7b8..b2a00b7 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Build-Depends:
  libxft-dev,
  portaudio19-dev,
  qt4-qmake, 
+ libwine-dev[i386],  wine32-dev-tools[i386],
 Standards-Version: 3.9.6
 Homepage: http://lmms.sf.net/
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-edu/pkg-team/lmms.git/
diff --git a/debian/rules b/debian/rules
index 9001a74..dc1caab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ CMAKE_OPTS+= -DWANT_ALSA=0
 endif
 
 %:
-	dh $@ --buildsystem cmake
+	PATH=$(PATH):/usr/lib/i386-linux-gnu/wine/bin dh $@ --buildsystem cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) $(CMAKE_OPTS)
+	PATH=$(PATH):/usr/lib/i386-linux-gnu/wine/bin dh_auto_configure -- -DCMAKE_INSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) $(CMAKE_OPTS)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/lmms.git



More information about the debian-edu-commits mailing list