I'm running Xubuntu 14.10 and i have cloned the git for Gotham 12.1 applied the patch and compiled from the source, here are the steps i took:
$ git clone
https://github.com/xhbl/xbmc_dualaudio.git
$ sudo apt-get build-dep xbmc
$ git apply xbmc-131-gotham-DualAudio-r017.patch
$ ./bootstrap
$ ./configure
$ make -j4
$ sudo make install
After applying the patch i received these errors:
$ git apply xbmc-131-gotham-DualAudio-r017.patch
xbmc-131-gotham-DualAudio-r017.patch:281: space before tab in indent.
<and>
xbmc-131-gotham-DualAudio-r017.patch:282: space before tab in indent.
<condition setting="audiooutput2.enabled" operator="is">true</condition>
xbmc-131-gotham-DualAudio-r017.patch:283: space before tab in indent.
<condition setting="audiooutput2.passthrough" operator="is">true</condition>
xbmc-131-gotham-DualAudio-r017.patch:284: space before tab in indent.
</and>
xbmc-131-gotham-DualAudio-r017.patch:298: space before tab in indent.
<and>
error: patch failed: xbmc/GUIInfoManager.h:498
error: xbmc/GUIInfoManager.h: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/AEFactory.cpp:289
error: xbmc/cores/AudioEngine/AEFactory.cpp: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/Encoders/AEEncoderFFmpeg.cpp:107
error: xbmc/cores/AudioEngine/Encoders/AEEncoderFFmpeg.cpp: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp:2123
error: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAE.cpp: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.cpp:39
error: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.cpp: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.h:148
error: xbmc/cores/AudioEngine/Engines/ActiveAE/ActiveAESink.h: patch does not apply
error: patch failed: xbmc/cores/AudioEngine/Interfaces/AEStream.h:225
error: xbmc/cores/AudioEngine/Interfaces/AEStream.h: patch does not apply
error: xbmc/cores/AudioEngine/Utils/AERemap.cpp: No such file or directory
error: xbmc/cores/AudioEngine/Utils/AERemap.h: No such file or directory
error: xbmc/cores/AudioEngine/Utils/AEWAVLoader.cpp: No such file or directory
error: xbmc/cores/AudioEngine/Utils/AEWAVLoader.h: No such file or directory
error: patch failed: xbmc/cores/dvdplayer/DVDAudio.cpp:134
error: xbmc/cores/dvdplayer/DVDAudio.cpp: patch does not apply
error: patch failed: xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp:318
error: xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp: patch does not apply
error: patch failed: xbmc/cores/dvdplayer/DVDPlayerAudio.cpp:238
error: xbmc/cores/dvdplayer/DVDPlayerAudio.cpp: patch does not apply
error: patch failed: xbmc/cores/dvdplayer/DVDPlayerAudio.h:101
error: xbmc/cores/dvdplayer/DVDPlayerAudio.h: patch does not apply
error: xbmc/cores/omxplayer/PCMRemap.cpp: No such file or directory
error: xbmc/cores/omxplayer/PCMRemap.h: No such file or directory
error: patch failed: xbmc/cores/paplayer/PAPlayer.cpp:384
error: xbmc/cores/paplayer/PAPlayer.cpp: patch does not apply
error: patch failed: xbmc/settings/Settings.cpp:959
error: xbmc/settings/Settings.cpp: patch does not apply
Am i doing something wrong?
Any help is appreciated.
Thanks,
D