On Sat, May 29, 2010 at 2:48 PM, Reinhard Tartler <siret...@tauware.de> wrote:
> Wouldn't be a better fix to just make the packages arch: any?

Agreed, dropped from my patch.

Adrian,
there is a small issue when compiling ffado with multiple python
versions, the .ui files get properly installed in pyshared but the
config.py module sets the version-specific dist-packages directory as
search path.

I attach a patch, please take a look.


-- 
Alessio Treglia <quadris...@ubuntu.com>
Ubuntu MOTU Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0
---
 support/mixer-qt4/ffado/config.py.in |    2 ++
 1 file changed, 2 insertions(+)

--- libffado-2.0.0+svn1813.orig/support/mixer-qt4/ffado/config.py.in
+++ libffado-2.0.0+svn1813/support/mixer-qt4/ffado/config.py.in
@@ -24,6 +24,8 @@ if os.path.exists('support/mixer-qt4/ffa
     UIDIR = "support/mixer-qt4"
 if os.path.exists('ffado/mixer/globalmixer.ui'):
     UIDIR = "."
+if os.path.exists('/usr/share/pyshared/ffado/mixer/globalmixer.ui'):
+    UIDIR = "/usr/share/pyshared"
 
 import os.path
 from PyQt4 import uic
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to