[SCM] ardour Debian packaging branch, master, updated. upstream/2.8.2-103-gaca491e

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Oct 12 20:37:25 UTC 2009


The following commit has been merged in the master branch:
commit ee589247456792ce0a240f46f8fae1c046126d3e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Oct 12 20:53:29 2009 +0200

    Enable Freesound.
    
    As of ardour 2.8.3, freesound support is considered stable.
    Details regarding freesound: http://www.freesound.org/.
    
    libcurl is required to download sound snippets at runtime.

diff --git a/debian/control b/debian/control
index b0727ee..d6b4960 100644
--- a/debian/control
+++ b/debian/control
@@ -36,6 +36,7 @@ Build-Depends: autotools-dev,
               libfftw3-dev,
               libaubio-dev,
               libslv2-dev,
+              libcurl4-dev,
               vamp-plugin-sdk
 Standards-Version: 3.8.2
 Homepage: http://www.ardour.org/
diff --git a/debian/rules b/debian/rules
index a480ad1..f7cb48a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,6 +63,7 @@ DEB_SCONS_EXTRA_FLAGS := \
 	FREEDESKTOP=no \
 	$(NJOBS) \
 	SYSLIBS=yes \
+	FREESOUND=yes \
 	VST=0
 
 DEB_SCONS_NOOPT_FLAGS := DEBUG=no FPU_OPTIMIZATION=no

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list