mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
678ffef296
@ -3,7 +3,7 @@
|
||||
|
||||
PKG_NAME="cli"
|
||||
PKG_VERSION="$(get_pkg_version moby)"
|
||||
PKG_SHA256="e52557b663d0acedd906d197d0159374dd3e43e29a1c9d01b5f1bfa763d7dd25"
|
||||
PKG_SHA256="029e86152ebfc44fa5038ce4f674db46133f5a458140a2cefa32933378a44557"
|
||||
PKG_LICENSE="ASL"
|
||||
PKG_SITE="https://github.com/docker/cli"
|
||||
PKG_URL="https://github.com/docker/cli/archive/v${PKG_VERSION}.tar.gz"
|
||||
@ -11,8 +11,8 @@ PKG_DEPENDS_TARGET="toolchain go:host"
|
||||
PKG_LONGDESC="The Docker CLI"
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
# Git commit of the matching release https://github.com/docker/cli/releases
|
||||
export PKG_GIT_COMMIT="e758fe5a7fb956b126ca5f9eb2df5a86c4841fbd"
|
||||
# Git commit of the matching tag https://github.com/docker/cli/tags
|
||||
export PKG_GIT_COMMIT="29cf62922279a56e122dc132eb84fe98f61d5950"
|
||||
|
||||
configure_target() {
|
||||
go_configure
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Copyright (C) 2022-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="moby"
|
||||
PKG_VERSION="25.0.0"
|
||||
PKG_SHA256="f30c21b22241bbed478d9d31e13eda9ffee9bcd7800ad9d3238225835911d9ad"
|
||||
PKG_VERSION="25.0.1"
|
||||
PKG_SHA256="4c15026828fd127a80ee5c4e96912599d4c6914f45a259bf3f8ac81c5bc9d7c0"
|
||||
PKG_LICENSE="ASL"
|
||||
PKG_SITE="https://mobyproject.org/"
|
||||
PKG_URL="https://github.com/moby/moby/archive/v${PKG_VERSION}.tar.gz"
|
||||
@ -12,7 +12,7 @@ PKG_LONGDESC="Moby is an open-source project created by Docker to enable and acc
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
# Git commit of the matching release https://github.com/moby/moby
|
||||
export PKG_GIT_COMMIT="615dfdf67264ed5b08dd5e86657bf0e580731cea"
|
||||
export PKG_GIT_COMMIT="71fa3ab079ec13d17257f86fa92db8d7f24802f1"
|
||||
|
||||
PKG_MOBY_BUILDTAGS="daemon \
|
||||
autogen \
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="vdr-plugin-xmltv2vdr"
|
||||
PKG_VERSION="089976d4950c2641714be599766f0534825165ca"
|
||||
PKG_SHA256="6e108a833dbd2ec3b1d812bc4e29e2ebfa1014bf21157a3168b3af759af7b4d5"
|
||||
PKG_VERSION="0.2.3"
|
||||
PKG_SHA256="e543f2ce175960a6664d6c06dd3c9dc89c15599e144c0c8551efd66368293579"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://projects.vdr-developer.org/projects/plg-xmltv2vdr"
|
||||
PKG_URL="https://github.com/vdr-projects/vdr-plugin-xmltv2vdr/archive/${PKG_VERSION}.tar.gz"
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="vdr"
|
||||
PKG_VERSION="2.6.5"
|
||||
PKG_SHA256="dbf7f79e02b6028380e19d89ec0755981f5230e93f1e3c9e3283d22c3dac6c10"
|
||||
PKG_VERSION="2.6.6"
|
||||
PKG_SHA256="41334beed94bf3e4c222b354ae7d2241154845238d1fdd5accfa9d5f103d545b"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.tvdr.de"
|
||||
PKG_URL="http://git.tvdr.de/?p=vdr.git;a=snapshot;h=refs/tags/${PKG_VERSION};sf=tbz2"
|
||||
|
@ -3,7 +3,7 @@ Subject: [PATCH] decrease channels.conf autosave delay
|
||||
|
||||
--- a/vdr.c
|
||||
+++ b/vdr.c
|
||||
@@ -80,7 +80,7 @@
|
||||
@@ -82,7 +82,7 @@
|
||||
#define SHUTDOWNCANCELPROMPT 5 // seconds to wait in user prompt to allow canceling shutdown
|
||||
#define RESTARTCANCELPROMPT 5 // seconds to wait in user prompt before restarting on SIGHUP
|
||||
#define MANUALSTART 600 // seconds the next timer must be in the future to assume manual start
|
||||
|
@ -3,20 +3,20 @@ ERROR: no OSD provider available - using dummy OSD!
|
||||
|
||||
--- a/osd.c
|
||||
+++ b/osd.c
|
||||
@@ -2029,8 +2029,6 @@ cOsd *cOsdProvider::NewOsd(int Left, int Top, uint Level)
|
||||
@@ -2302,8 +2302,6 @@ cOsd *cOsdProvider::NewOsd(int Left, int Top, uint Level)
|
||||
}
|
||||
return Osd;
|
||||
}
|
||||
- else
|
||||
- esyslog("ERROR: no OSD provider available - using dummy OSD!");
|
||||
- isyslog("no OSD provider available - using dummy OSD!");
|
||||
return new cOsd(Left, Top, 999); // create a dummy cOsd, so that access won't result in a segfault
|
||||
}
|
||||
|
||||
--- a/vdr.c
|
||||
+++ b/vdr.c
|
||||
@@ -784,11 +784,6 @@ int main(int argc, char *argv[])
|
||||
Folders.Load(AddDirectory(ConfigDirectory, "folders.conf"));
|
||||
@@ -777,11 +777,6 @@ int main(int argc, char *argv[])
|
||||
CamResponsesLoad(AddDirectory(ConfigDirectory, "camresponses.conf"), true);
|
||||
DoneRecordingsPattern.Load(AddDirectory(CacheDirectory, "donerecs.data"));
|
||||
|
||||
- if (!*cFont::GetFontFileName(Setup.FontOsd)) {
|
||||
- const char *msg = "no fonts available - OSD will not show any text!";
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="docker"
|
||||
PKG_REV="2"
|
||||
PKG_REV="3"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="ASL"
|
||||
PKG_SITE="http://www.docker.com/"
|
||||
|
@ -4,8 +4,8 @@
|
||||
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="vdr-addon"
|
||||
PKG_VERSION="2.6.5"
|
||||
PKG_REV="2"
|
||||
PKG_VERSION="2.6.6"
|
||||
PKG_REV="3"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://libreelec.tv"
|
||||
|
@ -2,9 +2,9 @@
|
||||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="btrfs-progs"
|
||||
PKG_VERSION="6.6.3"
|
||||
PKG_SHA256="c44738a8e8a57173359093bda5b9d8be5c3a48c8c5c980d0af4508fbab71cca9"
|
||||
PKG_REV="1"
|
||||
PKG_VERSION="6.7"
|
||||
PKG_SHA256="fd1ea129dbf9ab0084e781b770da0e5161d6793340333dca97433c4a631f48ca"
|
||||
PKG_REV="2"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://btrfs.readthedocs.io/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user