[SCM] hydrogen/master: Set libportmidi-dev linux-any to build on non-linux archs (Closes: #591301).

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Nov 13 20:10:15 UTC 2016


The following commit has been merged in the master branch:
commit 455a71a5931e898e40f7ae9f9129b74bffa25c8f
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Nov 13 21:10:04 2016 +0100

    Set libportmidi-dev linux-any to build on non-linux archs (Closes: #591301).

diff --git a/debian/control b/debian/control
index 9c27e4c..993da09 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Build-Depends:
  liblrdf-dev,
  libsndfile1-dev (>= 1.0.18),
  portaudio19-dev,
- libportmidi-dev,
+ libportmidi-dev [linux-any],
  librsvg2-bin,
  netpbm
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 35e534c..4261b6f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ CDBS_BUILD_DEPENDS += , cmake
 CDBS_BUILD_DEPENDS += , libqt4-dev, libz-dev, pkg-config, libarchive-dev
 CDBS_BUILD_DEPENDS += , docbook-utils, poxml, xmlto, libxml2-utils
 CDBS_BUILD_DEPENDS += , libasound2-dev [linux-any]
-CDBS_BUILD_DEPENDS += , libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev (>= 1.0.18), portaudio19-dev, libportmidi-dev
+CDBS_BUILD_DEPENDS += , libaudiofile-dev, libjack-dev, liblrdf-dev, libsndfile1-dev (>= 1.0.18), portaudio19-dev, libportmidi-dev [linux-any]
 
 # Needed for our packaging
 # TODO: build-depend on help2man when solved using it with normal builds

-- 
hydrogen packaging



More information about the pkg-multimedia-commits mailing list