[SCM] Free Firewire Audio Drivers (ffado.org) packaging branch, master, updated. debian/2.0.0+svn1813-1-19-g2960efd

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sat May 29 12:39:30 UTC 2010


The following commit has been merged in the master branch:
commit c162799e87e7e7121f12c6a75c2d6d7f298940de
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Fri May 28 16:20:04 2010 +0200

    Add python26 patch.

diff --git a/debian/patches/01-python26.patch b/debian/patches/01-python26.patch
new file mode 100644
index 0000000..5649aec
--- /dev/null
+++ b/debian/patches/01-python26.patch
@@ -0,0 +1,18 @@
+Author: Alessio Treglia <quadrispro at ubuntu.com>
+Description: Python modules path is detected wrongly.
+ This is an easy workaround to fix FTBFS in maverick.
+---
+ SConstruct |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- libffado-2.0.0+svn1813.orig/SConstruct
++++ libffado-2.0.0+svn1813/SConstruct
+@@ -48,7 +48,7 @@ Toggle debug-build. DEBUG means \"-g -Wa
+     PathOption( "INCLUDEDIR", "Overwrite the directory where headers are installed to.", "$PREFIX/include", PathOption.PathAccept ),
+     PathOption( "SHAREDIR", "Overwrite the directory where misc shared files are installed to.", "$PREFIX/share/libffado", PathOption.PathAccept ),
+     PathOption( "PYPKGDIR", "The directory where the python modules get installed.",
+-        distutils.sysconfig.get_python_lib( prefix="$PREFIX" ), PathOption.PathAccept ),
++        distutils.sysconfig.get_python_lib(), PathOption.PathAccept ),
+     BoolOption( "ENABLE_BEBOB", "Enable/Disable support for the BeBoB platform.", True ),
+     BoolOption( "ENABLE_FIREWORKS", "Enable/Disable support for the ECHO Audio FireWorks platform.", True ),
+     BoolOption( "ENABLE_OXFORD", "Enable/Disable support for the Oxford Semiconductor FW platform.", True ),
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1e9634d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-python26.patch

-- 
Free Firewire Audio Drivers (ffado.org) packaging



More information about the pkg-multimedia-commits mailing list