Show
Ignore:
Timestamp:
12/07/08 05:50:41 (3 years ago)
Author:
ppalmers
Message:

Merge all changes from 2.0 branch into trunk (since r1361). This _should_ contain all forward merges done in the mean time. At this moment in time both branches should be in sync.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/README

    r1336 r1498  
    9191match. The chances that it works also with an older versions are good: 
    9292 
    93 libxml++2   (>= 2.13.0
     93libxml++2   (>= 2.6.13
    9494 
    9595These libraries here should be at least the version listed: 
     
    9797libraw1394  (>= 1.3.0),  http://www.linux1394.org 
    9898libiec61883 (>= 1.1.0),  http://www.linux1394.org 
    99 libavc1394  (>= 0.5.3),  http://sourceforge.net/projects/libavc1394 
    10099dbus-1      (>= 1.0),    http://dbus.freedesktop.org 
    101100 
     
    111110To build the optional ffado device mixer control utility you also require: 
    112111 
    113 Qt          (>= 3.0),     http://trolltech.com/products/qt 
     112Qt          (>= 4.0),     http://trolltech.com/products/qt 
    114113SIP         (>= 4.7.0),   http://www.riverbankcomputing.co.uk/sip/index.php 
    115114PyQt        (note below), http://www.riverbankcomputing.co.uk/pyqt/ 
    116115dbus-python (>= 0.82.0),  http://dbus.freedesktop.org/releases/dbus-python/ 
    117116 
    118 The version of PyQt must be chosen to match the version of Qt in use.  For 
    119 Qt 4.x use PyQt 4.x, while PyQt 3.x is applicable for all other Qt versions 
    120 from 1.43. 
     117The mixer applets are available for both QT3 and QT4. However, the QT3 versions 
     118are no longer actively developed. The build script will automatically fallback 
     119to the QT3 version if you don't have QT4 installed. 
     120 
     121The version of PyQt must be chosen to exactly match the version of Qt in use. 
     122For Qt 4.x use PyQt 4.x. 
    121123 
    122124SIP is only required to compile PyQt.  If using a binary package of PyQt