-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from osmc/master
Update
- Loading branch information
Showing
46 changed files
with
1,323 additions
and
202 deletions.
There are no files selected for viewing
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
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
12 changes: 12 additions & 0 deletions
12
installer/target/patches/all-012-bump-automake-version.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- b/package/automake/automake.mk 2019-04-22 18:55:25.525608073 +0100 | ||
+++ b/package/automake/automake.mk 2019-04-22 18:55:33.545636039 +0100 | ||
@@ -4,7 +4,7 @@ | ||
# | ||
################################################################################ | ||
|
||
-AUTOMAKE_VERSION = 1.14.1 | ||
+AUTOMAKE_VERSION = 1.16.1 | ||
AUTOMAKE_SOURCE = automake-$(AUTOMAKE_VERSION).tar.xz | ||
AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake | ||
AUTOMAKE_LICENSE = GPLv2+ | ||
|
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Origin: OSMC | ||
Version: 1.3.4 | ||
Version: 1.3.9 | ||
Section: utils | ||
Essential: No | ||
Priority: optional | ||
|
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
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
16 changes: 16 additions & 0 deletions
16
package/eventlircd-osmc/files/lib/udev/rules.d/70-input-repeat.rules
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ACTION=="add|change", SUBSYSTEM=="input", KERNEL=="event[0-9]*", GOTO="start" | ||
GOTO="end" | ||
LABEL="start" | ||
|
||
ATTRS{name}=="lircd", GOTO="lircd" | ||
|
||
# set default repeat delay to 500ms like rc remotes | ||
RUN+="/usr/bin/ir-keytable --delay=500 --period=50 --device=$devnode" | ||
|
||
GOTO="end" | ||
|
||
LABEL="lircd" | ||
# longer repeat delay for lircd remotes as lircd is slow to recognise button up | ||
RUN+="/usr/bin/ir-keytable --delay=700 --period=50 --device=$devnode" | ||
|
||
LABEL="end" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Origin: OSMC | ||
Version: 3.9.136 | ||
Version: 3.9.137 | ||
Section: kernel | ||
Essential: No | ||
Priority: required | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Origin: OSMC | ||
Version: 3.26.0-1 | ||
Version: 3.28.0-1 | ||
Section: libs | ||
Essential: No | ||
Priority: optional | ||
|
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/usr/share/kodi/addons/script.module.osmcsetting.logging/resources/lib/readgui.py |
Oops, something went wrong.