[SCM] lame packaging branch, master, updated. debian/3.98.4-0ubuntu1-15-g8684165

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Aug 6 09:08:07 UTC 2010


The following commit has been merged in the master branch:
commit af24893f4edb15626c68999661f8b3f29c752994
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Aug 6 10:49:01 2010 +0200

    Build with libsndfile.

diff --git a/debian/control b/debian/control
index 984d115..983f3ee 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
 Build-Depends: autotools-dev,
                debhelper (>= 7.0.50~),
                libncurses5-dev,
+               libsndfile1-dev (>= 1.0.2),
                nasm [i386],
                quilt (>= 0.46-7~)
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index b60d801..78abea1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@
 override_dh_auto_configure:
 	cp -v /usr/share/misc/config.guess .
 	cp -v /usr/share/misc/config.sub .
-	dh_auto_configure -- --enable-nasm
+	dh_auto_configure -- \
+		--enable-nasm \
+		--with-fileio=sndfile
 
 override_dh_clean:
 	dh_clean

-- 
lame packaging



More information about the pkg-multimedia-commits mailing list