[SCM] ardour/master: Add liboss-salsa-dev to the build dependency for kfreebsd and hurd.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Wed Mar 16 06:11:39 UTC 2011


The following commit has been merged in the master branch:
commit 7d9892549172ce24f87d36cc710c8797209165be
Author: Miguel Colon <debian.micove at gmail.com>
Date:   Wed Mar 16 01:37:30 2011 -0400

    Add liboss-salsa-dev to the build dependency for kfreebsd and hurd.
    
    alsa-lib is a linux specific package.
    Unversioning the libasound2-dev dependency would accomplish the same thing
    since liboss-salsa-dev provides libasound2-dev.

diff --git a/debian/control b/debian/control
index fa893c0..946d820 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,8 @@ Build-Depends: autotools-dev,
  libgtkmm-2.4-dev,
  libpango1.0-dev,
  ladspa-sdk (>= 1.1-2),
- libasound2-dev (>= 0.9.4),
+ libasound2-dev (>= 0.9.4) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
+ liboss-salsa-dev [kfreebsd-i386 kfreebsd-amd64 hurd-i386],
  libaubio-dev,
  libjack-dev,
  liblo-dev,
diff --git a/debian/rules b/debian/rules
index da0a4cd..c910241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -132,7 +132,8 @@ CDBS_BUILD_DEPENDS += , libcairomm-1.0-dev (>= 1.2.4),\
 					  libgtkmm-2.4-dev,\
 					  libpango1.0-dev
 CDBS_BUILD_DEPENDS += , ladspa-sdk (>= 1.1-2),\
-					  libasound2-dev (>= 0.9.4),\
+					  libasound2-dev (>= 0.9.4) [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],\
+					  liboss-salsa-dev [kfreebsd-i386 kfreebsd-amd64 hurd-i386],\
 					  libaubio-dev,\
 					  libjack-dev,\
 					  liblo-dev,\

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list