[SCM] audacity/master: Use system copy of lv2

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Jan 12 00:01:25 UTC 2016


The following commit has been merged in the master branch:
commit f3b6c49ac04c7f0137edc2bd81aad5e998b6b0e8
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Dec 7 19:07:46 2015 +0100

    Use system copy of lv2

diff --git a/debian/control b/debian/control
index f14178d..36f37de 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Build-Depends: autoconf,
                libgtk2.0-dev,
                libid3tag0-dev,
                libjack-dev,
+               liblilv-dev,
                libmad0-dev (>= 0.14.2b),
                libmp3lame-dev,
                libogg-dev (>= 1.0.0),
@@ -28,9 +29,11 @@ Build-Depends: autoconf,
                libsndfile1-dev (>= 1.0.0),
                libsoundtouch-dev (>= 1.3.1-2),
                libsoxr-dev (>= 0.0.5),
+               libsuil-dev,
                libtwolame-dev (>= 0.3.9),
                libvorbis-dev (>= 1.0.0-3),
                libwxgtk3.0-dev,
+               lv2-dev,
                portaudio19-dev (>= 19+svn20101113-3~),
                vamp-plugin-sdk (>= 2.0)
 Build-Conflicts: libwxbase2.6-dev, wx2.6-headers
diff --git a/debian/rules b/debian/rules
index 6d98af4..fc271a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ configure_flags := \
 	--with-libtwolame=system \
 	--with-libvamp=system \
 	--with-libvorbis=system \
+	--with-lv2=system \
 	--with-midi=system \
 	--with-portaudio=system \
 	--with-sbsms=system \

-- 
Audacity debian packaging



More information about the pkg-multimedia-commits mailing list