Posted
over 2 years
ago
by
[email protected]
v2.4.x branch: update version number to 2.4.7.
This prepares the tree for the release of FFADO version 2.4.7.
|
Posted
over 2 years
ago
by
[email protected]
v2.4.x branch: merge r2832 - r2836 from trunk.
All these patches are effectively bugfixes for 2.4.x. This merge is in
preparation for the release of version 2.4.7.
Command used:
svn merge /trunk -r2831:HEAD
This was run in the branches/2.4.x/ directory, not within the libffado
subdirectory.
|
Posted
over 5 years
ago
by
[email protected]
Tag FFADO version 2.4.2.
|
Posted
over 5 years
ago
by
[email protected]
SConstruct: set FFADO version number to 2.4.2.
|
Posted
over 5 years
ago
by
[email protected]
v2.4.x branch: merge r2774 to r2777 from trunk.
This merge includes:
r2774: ffado-mixer: don't try loading PyQt?4 if Python3 is in use.
r2775: mixer-qt4: fix for building with scons under python 3.
r2776: SConstruct: Support Hygon Dhyana x86
|
Posted
over 5 years
ago
by
[email protected]
SConstruct: revise for recent python3 environments.
This mostly reverts the changes made in r2715 and r2716 on 6 Nov 2017. At
that time the scons3/python3 combination were throwing TypeError? errors if
the "b" prefix was not present in the
|
Posted
almost 7 years
ago
by
[email protected]
mixer-qt4: fix for building with scons under python 3.
This is a quick fix to use os.walk instead of os.path.walk, since the latter
is gone in Python 3. Python 2 has both, so it should work fine.
Note that this is about running SCons itself on
|
Posted
over 7 years
ago
by
[email protected]
ffado-mixer: don't try loading PyQt?4 if Python3 is in use.
While defaulting to PyQt?4 is reasonable if Python2 is in use, this is not
generally applicable under Python3. In the Python3 case, PyQt?5 should be
used because the python3 code assumes
|
Posted
over 7 years
ago
by
[email protected]
Create 2.4.1 tag to formalise the release of FFADO 2.4.1.
|
Posted
over 7 years
ago
by
[email protected]
Bump version in 2.4.x branch to 2.4.1 for release of FFADO 2.4.1.
|