[SCM] audacity/master: Replace libsamplerate by libsoxr, which is faster and produces better resampling results.
bdrung at users.alioth.debian.org
bdrung at users.alioth.debian.org
Tue Jan 22 00:53:32 UTC 2013
The following commit has been merged in the master branch:
commit f2af7d64d24a6bafef4ff8d2627d030d493c13c8
Author: Benjamin Drung <bdrung at debian.org>
Date: Tue Jan 22 01:06:45 2013 +0100
Replace libsamplerate by libsoxr, which is faster and produces better resampling results.
diff --git a/debian/control b/debian/control
index 2394a4f..d62dfe1 100644
--- a/debian/control
+++ b/debian/control
@@ -23,10 +23,10 @@ Build-Depends: autoconf,
libmp3lame-dev,
libogg-dev (>= 1.0.0),
libportsmf-dev,
- libsamplerate0-dev (>= 0.1.2),
libsbsms-dev (>= 2.0.0),
libsndfile1-dev (>= 1.0.0),
libsoundtouch-dev (>= 1.3.1-2),
+ libsoxr-dev (>= 0.0.5),
libtwolame-dev (>= 0.3.9),
libvorbis-dev (>= 1.0.0-3),
libwxgtk2.8-dev,
diff --git a/debian/rules b/debian/rules
index dfe6835..018ff22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,8 +13,9 @@ configure_flags := \
--with-libid3tag=system \
--with-libmad=system \
--without-libresample \
- --with-libsamplerate=system \
+ --without-libsamplerate \
--with-libsndfile=system \
+ --with-libsoxr=system \
--with-libtwolame=system \
--with-libvamp=system \
--with-libvorbis=system \
--
Audacity debian packaging
More information about the pkg-multimedia-commits
mailing list