[SCM] ardour3/master: Update build dependencies

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Mar 20 00:38:05 UTC 2013


The following commit has been merged in the master branch:
commit d78060c23a5babd3cc76bd432e208b684fab6d0e
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Tue Mar 19 22:04:32 2013 +0100

    Update build dependencies
    
    There is a long list of build dependencies for A3:
    
       http://subversion.ardour.org/svn/ardour2/branches/2.0-ongoing/tools/build-ardour-stack
    
    (the defmod section).
    
    Note that upstream officially requires
    
       lilv 0.16.0
       rdflib 3.2.0
    
    which are not available in Debian, yet. Both are being worked on and
    will hit the archive later.
    
    For the record, this is upstream's list of dependencies:
    
    boost boost_1_49_0
    fftw 3.3.1
    libsigcpp 2.2.10
    glibmm 2.32.0
    cairomm 1.10.0
    pangomm 2.28.4
    atkmm 2.22.6
    gtkmm 2.24.2
    libart_lgpl 2.3.21
    libgnomecanvas 2.30.3
    libgnomecanvasmm 2.26.0
    liblo 0.26
    raptor2 2.0.6
    rasqal 0.9.28
    redland 1.0.15
    libogg 1.3.0
    flac 1.2.1
    libvorbis 1.3.2
    libsamplerate 0.1.8
    libsndfile 1.0.25
    aubio 0.3.2
    rdflib 3.2.0
    setuptools 0.6c11
    isodate 0.4.0
    pcre 8.32
    lv2 1.2.0
    serd 0.18.2
    sord 0.12.0
    sratom 0.4.2
    lilv 0.16.0
    suil 0.6.10
    curl 7.25.0

diff --git a/debian/rules b/debian/rules
index 7912165..edaabf1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,37 +42,42 @@ cdbs_waf_configure_options = --lv2 --lxvst --freedesktop --configdir=/etc/ --noc
 # Needed at build time
 # (separated in build tools, core, Glib/GTK and audio dependencies)
 CDBS_BUILD_DEPENDS += , gettext,\
-					  intltool,\
-					  scons
-CDBS_BUILD_DEPENDS += , libboost-dev,\
-					  libcurl4-gnutls-dev,\
-					  libfftw3-dev,\
-					  libraptor1-dev (>= 1.4.21-5),\
-					  liblrdf0-dev (>= 0.4.0-4),\
-					  libsigc++-2.0-dev,\
+					  intltool
+CDBS_BUILD_DEPENDS += , libboost-dev (>= 1.49.0),\
+					  libcurl4-gnutls-dev (>= 7.25.0),\
+					  libfftw3-dev (>= 3.3.1),\
+					  libraptor2-dev (>= 2.0.9),\
+					  liblrdf0-dev (>= 1.0.15),\
+					  libserd-dev (>= 0.18.2),\
+					  libsord-dev (>= 0.12.0),\
+					  libsuil-dev (>= 0.6.10),\
+					  liblilv-dev,\
+					  libsratom-dev (>= 0.4.2),\
+					  libsigc++-2.0-dev (>= 2.2.10),\
 					  libusb-dev,\
 					  uuid-dev,\
 					  libxml2-dev (>= 2.5.7),\
-					  librasqal3-dev | librasqal2-dev (>= 0.9.14)
-CDBS_BUILD_DEPENDS += , libcairomm-1.0-dev (>= 1.2.4),\
-					  libglade2-dev,\
-					  libglademm-2.4-dev,\
-					  libglib2.0-dev,\
-					  libgnomecanvas2-dev,\
-					  libgnomecanvasmm-2.6-dev,\
-					  libgtkmm-2.4-dev,\
-					  libpango1.0-dev
+					  librasqal3-dev (>= 0.9.28)
+CDBS_BUILD_DEPENDS += , libcairomm-1.0-dev (>= 1.10.0),\
+					  libgnomecanvas2-dev (>= 2.30.3),\
+					  libgnomecanvasmm-2.6-dev (>= 2.26.0),\
+					  libgtkmm-2.4-dev (>= 2.24.2),\
+					  libpangomm-1.4-dev (>= 2.28.4)
 CDBS_BUILD_DEPENDS += , ladspa-sdk (>= 1.1-2),\
 					  libasound2-dev (>= 0.9.4),\
-					  libaubio-dev,\
+					  libaubio-dev (>= 0.3.2),\
 					  libjack-dev,\
-					  liblo-dev,\
-					  libsamplerate0-dev,\
-					  libslv2-dev (>= 0.6.6-7),\
-					  libsndfile1-dev,\
+					  liblo-dev (>= 0.26~),\
+					  libsamplerate0-dev (>= 0.1.8),\
+					  libsndfile1-dev (>= 1.0.25),\
 					  libsoundtouch-dev (>= 1.5.0),\
-					  lv2core,\
+					  lv2-dev (>= 1.2.0),\
 					  vamp-plugin-sdk (>=2.1)
+CDBS_BUILD_DEPENDS += , python-setuptools,\
+					  python-isodate,\
+					  libpcre3-dev,\
+					  python-rdflib
+
 
 # Needed always/often/sometimes at runtime
 CDBS_DEPENDS_ALL = python, python-twisted, python-gtk2, jackd

-- 
ardour3 packaging



More information about the pkg-multimedia-commits mailing list