This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# bashrc_config configuration script by Brendan Le Foll <[email protected]> | |
# | |
# skip setup if not an interactive shell | |
if [ -z "$PS1" ]; then | |
return | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixing up ./distribution/common/python-lib/distribution_tools/copy.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/command.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/__init__.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/archive.py. | |
Fixing up ./distribution/common/python-lib/distribution_tools/download.py. | |
Fixing up ./distribution/deb-pkg/build-tvm-avr.py. | |
Fixing up ./distribution/deb-pkg/copy-files.py. | |
Fixing up ./distribution/deb-pkg/util.py. | |
Fixing up ./distribution/deb-pkg/checkout-source.py. | |
Fixing up ./distribution/deb-pkg/make-deb-pkg.py. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import sys | |
try: | |
import gobject | |
import avahi | |
import dbus | |
import gtk | |
import avahi.ServiceTypeDatabase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -uNr xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp | |
--- xbmc-20110207/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:11:20.000000000 +0000 | |
+++ xbmc-20110207-arfoll/xbmc/cores/VideoRenderers/LinuxRendererGLES.cpp 2011-02-07 10:33:24.306163877 +0000 | |
@@ -41,6 +41,7 @@ | |
#include "guilib/Texture.h" | |
#include "lib/DllSwScale.h" | |
#include "../dvdplayer/DVDCodecs/Video/OpenMaxVideo.h" | |
+#include "threads/SingleLock.h" | |
using namespace Shaders; |
NewerOlder