This file contains hidden or 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 --git a/packages/mediacenter/kodi-binary-addons/screensaver.shadertoy/package.mk b/packages/mediacenter/kodi-binary-addons/screensaver.shadertoy/package.mk | |
index 51e73e2..c247939 100644 | |
--- a/packages/mediacenter/kodi-binary-addons/screensaver.shadertoy/package.mk | |
+++ b/packages/mediacenter/kodi-binary-addons/screensaver.shadertoy/package.mk | |
@@ -17,7 +17,7 @@ | |
################################################################################ | |
PKG_NAME="screensaver.shadertoy" | |
-PKG_VERSION="7a6f6fe" | |
+PKG_VERSION="394de3d" |
This file contains hidden or 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 | |
################################################################################ | |
# This file is part of LibreELEC - https://LibreELEC.tv | |
# Copyright (C) 2016 Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or 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 | |
################################################################################ | |
# This file is part of LibreELEC - https://LibreELEC.tv | |
# Copyright (C) 2016 Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or 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 | |
################################################################################ | |
# This file is part of LibreELEC - https://LibreELEC.tv | |
# Copyright (C) 2016 Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or 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 | |
################################################################################ | |
# This file is part of LibreELEC - http://www.libreelec.tv | |
# Copyright (C) 2016- Team LibreELEC | |
# | |
# LibreELEC is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 2 of the License, or | |
# (at your option) any later version. | |
# |
This file contains hidden or 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 | |
OE_TMP=$(mktemp -d) | |
SAVE_ERROR="$OE_TMP/save_error" | |
DOSYNC=${2:-Y} | |
SYSTEM_SIZE=512 | |
SYSTEM_PART_START=2048 | |
UUID_STORAGE="$(uuidgen)" |
This file contains hidden or 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 | |
TMPDIR=/home/neil/projects/extract | |
IMGMAX=${1:-3} | |
DOSYNC=${2:-Y} | |
echo "PROCESSES: ${IMGMAX}" | |
echo "DO SYNC : ${DOSYNC}" | |
function checkimage() |
This file contains hidden or 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
/* i915_irq.c -- IRQ support for the I915 -*- linux-c -*- | |
*/ | |
/* | |
* Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas. | |
* All Rights Reserved. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a | |
* copy of this software and associated documentation files (the | |
* "Software"), to deal in the Software without restriction, including | |
* without limitation the rights to use, copy, modify, merge, publish, |
This file contains hidden or 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
<?xml version="1.0" encoding="utf-8"?> | |
<window type="dialog" id="2901"> | |
<onload>Dialog.Close(fullscreeninfo)</onload> | |
<onload condition="VideoPlayer.Content(LiveTV) + !Player.PauseEnabled">SetFocus(603)</onload> | |
<depth>DepthOSD</depth> | |
<defaultcontrol always="true">602</defaultcontrol> | |
<controls> | |
<control type="button" id="22001"> | |
<description>background close area</description> | |
<left>0</left> |
This file contains hidden or 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 --git a/xbmc/dbwrappers/Database.cpp b/xbmc/dbwrappers/Database.cpp | |
index 4dc71c5..6b0a0e1 100644 | |
--- a/xbmc/dbwrappers/Database.cpp | |
+++ b/xbmc/dbwrappers/Database.cpp | |
@@ -29,6 +29,7 @@ | |
#include "sqlitedataset.h" | |
#include "DatabaseManager.h" | |
#include "DbUrl.h" | |
+#include "utils/Splash.h" | |