[SCM] csound/master: Add build-dependency on libeigen3-dev, necessary for CsoundAC

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Jun 16 15:51:45 UTC 2012


The following commit has been merged in the master branch:
commit df991d74c64b70e420369a5903865e4811590e96
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat Jun 16 09:44:43 2012 -0400

    Add build-dependency on libeigen3-dev, necessary for CsoundAC

diff --git a/debian/rules b/debian/rules
index a02c3b7..e6888c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -301,7 +301,8 @@ CDBS_BUILD_DEPENDS += , \
 	libstk0-dev, \
 	libgmm++-dev, \
 	bison, \
-	flex
+	flex, \
+	libeigen3-dev
 
 # Needed for documentation build process
 # (should go to Build-Depends-Indep when we have proper build-arch support)

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list