Skip to content

Instantly share code, notes, and snippets.

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"
#!/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.
#
#!/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.
#
#!/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.
#
#!/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.
#
#!/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)"
#!/bin/bash
TMPDIR=/home/neil/projects/extract
IMGMAX=${1:-3}
DOSYNC=${2:-Y}
echo "PROCESSES: ${IMGMAX}"
echo "DO SYNC : ${DOSYNC}"
function checkimage()
@MilhouseVH
MilhouseVH / gist:49fa1ed94f1eaa31487a3c5f95db90a3
Created June 23, 2016 11:10
linux-4.7-rc4/drivers/gpu/drm/i915/i915_irq.c
/* 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,
<?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>
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"