[SCM] ecasound/experimental: Enable LV2 support only where lilv is available (i.e. linux-any)
ghedo at users.alioth.debian.org
ghedo at users.alioth.debian.org
Thu May 24 10:17:14 UTC 2012
The following commit has been merged in the experimental branch:
commit 2df1ec41cff05275ec7aeca7bbf9c72e213eb855
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date: Thu May 24 11:36:35 2012 +0200
Enable LV2 support only where lilv is available (i.e. linux-any)
diff --git a/debian/control b/debian/control
index 5ddd5ce..8ae1816 100644
--- a/debian/control
+++ b/debian/control
@@ -10,16 +10,16 @@ Build-Depends: debhelper (>= 9),
libasound2-dev,
libaudiofile-dev,
libjack-dev,
- liblilv-dev (>= 0.14),
+ liblilv-dev (>= 0.14) [linux-any],
liblo-dev,
libncurses5-dev,
liboil-dev,
libreadline-dev,
libsamplerate0-dev,
- libserd-dev,
+ libserd-dev [linux-any],
libsndfile1-dev,
- libsord-dev,
- libsratom-dev,
+ libsord-dev [linux-any],
+ libsratom-dev [linux-any],
libwrap0-dev,
python-all,
ruby
--
ecasound packaging
More information about the pkg-multimedia-commits
mailing list