Index: deejayd/pytyxi/_xinelib.py
===================================================================
--- deejayd.orig/pytyxi/_xinelib.py	2014-05-06 07:27:40.845054269 +0200
+++ deejayd/pytyxi/_xinelib.py	2014-05-06 07:28:13.613053311 +0200
@@ -21,7 +21,7 @@
 
 
 try:
-    _xinelib = ctypes.cdll.LoadLibrary('libxine.so.1')
+    _xinelib = ctypes.cdll.LoadLibrary('libxine.so.2')
 except (ImportError, OSError), e:
     raise ImportError, e
 
