[SCM] soundscaperenderer/master: Depend on "jackd" as it is required to run ssr

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Fri Jan 9 18:42:39 UTC 2015


The following commit has been merged in the master branch:
commit d767c9037a227160a65132cba6eff67fc57a15c2
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Fri Jan 9 19:40:34 2015 +0100

    Depend on "jackd" as it is required to run ssr
    
    the automatic dependencies only pull in "libjack",
    which is often not enough. we *really* need jack to be available.

diff --git a/debian/control.in b/debian/control.in
index e0dde9d..b5db4a4 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -27,6 +27,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/soundscaperender
 Package: soundscaperenderer-nox
 Architecture: any
 Depends: soundscaperenderer-common,
+ jackd,
  ${shlibs:Depends},
  ${misc:Depends}
 Description: tool for real-time spatial audio reproduction (without X support)
@@ -39,6 +40,7 @@ Description: tool for real-time spatial audio reproduction (without X support)
 Package: soundscaperenderer
 Architecture: any
 Depends: soundscaperenderer-common,
+ jackd,
  ${shlibs:Depends},
  ${misc:Depends}
 Description: tool for real-time spatial audio reproduction

-- 
soundscaperenderer packaging



More information about the pkg-multimedia-commits mailing list