lp://staging/~artfwo/ubuntu/raring/libffado/bug-1105818
Created by
Artem Popov
and last modified
- Get this branch:
- bzr branch lp://staging/~artfwo/ubuntu/raring/libffado/bug-1105818
Only
Artem Popov
can upload to this branch. If you are
Artem Popov
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ubuntu branches: Pending requested
-
Diff: 37887 lines (+6089/-19553)60 files modified.pc/applied-patches (+0/-2)
.pc/downgrade_to_r2166.patch/src/bebob/bebob_dl_mgr.cpp (+0/-771)
.pc/downgrade_to_r2166.patch/src/debugmodule/debugmodule.cpp (+0/-870)
.pc/downgrade_to_r2166.patch/src/libieee1394/IsoHandlerManager.cpp (+0/-1982)
.pc/downgrade_to_r2166.patch/src/libieee1394/ieee1394service.cpp (+0/-1739)
.pc/downgrade_to_r2166.patch/src/libieee1394/ieee1394service.h (+0/-582)
.pc/downgrade_to_r2166.patch/src/libstreaming/StreamProcessorManager.cpp (+0/-1771)
.pc/downgrade_to_r2166.patch/src/libutil/PosixMessageQueue.cpp (+0/-484)
.pc/downgrade_to_r2166.patch/src/libutil/SystemTimeSource.cpp (+0/-129)
.pc/downgrade_to_r2166.patch/src/libutil/SystemTimeSource.h (+0/-71)
.pc/downgrade_to_r2166.patch/src/motu/motu_avdevice.cpp (+0/-2541)
.pc/downgrade_to_r2166.patch/src/rme/fireface_hw.cpp (+0/-960)
.pc/downgrade_to_r2166.patch/src/rme/rme_avdevice.cpp (+0/-1072)
.pc/fix_ftbfs_bigendian.patch/src/rme/rme_avdevice.cpp (+0/-1078)
AUTHORS (+2/-0)
SConstruct (+51/-16)
configuration (+15/-7)
debian/changelog (+14/-0)
debian/patches/downgrade_to_r2166.patch (+0/-401)
debian/patches/fix_ftbfs_bigendian.patch (+0/-41)
debian/patches/series (+0/-2)
libffado/60-ffado.rules (+1/-0)
src/SConscript (+1/-0)
src/bebob/bebob_dl_mgr.cpp (+2/-0)
src/debugmodule/debugmodule.cpp (+2/-1)
src/dice/dice_avdevice.cpp (+40/-4)
src/dice/dice_avdevice.h (+1/-0)
src/dice/dice_eap.cpp (+18/-18)
src/dice/dice_firmware_loader.cpp (+1/-0)
src/dice/focusrite/saffire_pro14.cpp (+236/-0)
src/dice/focusrite/saffire_pro14.h (+88/-0)
src/dice/focusrite/saffire_pro24.cpp (+51/-20)
src/dice/focusrite/saffire_pro24.h (+5/-0)
src/dice/focusrite/saffire_pro40.cpp (+49/-18)
src/dice/focusrite/saffire_pro40.h (+6/-0)
src/libieee1394/CycleTimerHelper.cpp (+12/-0)
src/libieee1394/IsoHandlerManager.cpp (+5/-0)
src/libieee1394/configrom.cpp (+56/-14)
src/libieee1394/ieee1394service.cpp (+50/-4)
src/libieee1394/ieee1394service.h (+1/-0)
src/libieee1394/vendor_model_ids.h (+1/-0)
src/libstreaming/StreamProcessorManager.cpp (+4/-0)
src/libstreaming/rme/RmeTransmitStreamProcessor.cpp (+72/-35)
src/libutil/PosixMessageQueue.cpp (+4/-3)
src/libutil/SystemTimeSource.cpp (+62/-20)
src/libutil/SystemTimeSource.h (+11/-0)
src/libutil/cycles.h (+0/-119)
src/motu/motu_avdevice.cpp (+58/-17)
src/motu/motu_avdevice.h (+3/-4)
src/motu/motu_mixer.cpp (+13/-8)
src/motu/motu_mixerdefs.cpp (+12/-0)
src/motu/motu_mixerdefs.h (+1/-0)
src/rme/fireface_flash.cpp (+60/-17)
src/rme/fireface_hw.cpp (+92/-39)
src/rme/rme_avdevice_settings.cpp (+45/-14)
support/mixer-qt4/ffado/mixer/globalmixer.py (+3/-4)
support/mixer-qt4/ffado/mixer/motu.py (+45/-17)
support/mixer-qt4/ffado/mixer/motu.ui (+4659/-4658)
support/tools/SConscript (+12/-0)
support/tools/ffado-set-nickname.cpp (+225/-0)
Related bugs
Bug #1105818: Merge libffado 2.1.0+svn2240-1 (main) from Debian experimental (main) | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Artem Popov
- Status:
- Development
Recent revisions
- 30. By Artem Popov
-
* Merge with Debian (LP: #1105818); remaining changes:
- Build using dh_python2
* Imported Upstream version 2.1.0+svn2240
* Drop all local patches (all integrated upstream) - 27. By Adrian Knoth
-
* Add patch to downgrade the codebase to r2166 (Closes: #620427)
* Add fix for FTBFS on Big Endian machines - 23. By Artem Popov
-
* Merge from Debian unstable, remaining changes:
- Ignore the results of the compiler check. Fails on the powerpc buildd.
- Don't build using ld.gold on powerpc.
- Build for armel and armhf. LP: #332528.
- Build using dh_python2
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/raring/libffado