vdr: update to 2.6.4

log:
- http://git.tvdr.de/?p=vdr.git;a=shortlog;h=refs/tags/2.6.4

2023-02-17: Version 2.6.4

- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed restoring the volume at program start (thanks to Matthias Senzel).
- Fixed symmetry of Begin/EndSegmentTransfer() calls in cEIT::cEIT() (thanks to
  Jörg Wendel).
- Added a note to epg.h about not messing with event ids (suggested by Winfried Köhler).
- Added a note to vdr.5 about event ids possibly changing when an event moves from
  one table to another.
- Fixed initializing cDvbPlayerControl (was broken in version 2.6.3).
- Reverted 'Fixed a possible crash if an editing process is canceled while the edited
  recording is being replayed' (introduced in version 2.6.2), because it caused a
  deadlock when moving recordings between volumes.
- Fixed a possible crash if an editing process is canceled while the edited recording
  is being replayed (new solution).
- Fixed unnecessary interruption of ongoing recordings if timers avoided the transfer
  mode receiver device (thanks to Markus Ehrnsperger).
- Revised support for kernel based LIRC driver (thanks to Marko Mäkelä).
This commit is contained in:
Rudi Heitbaum 2023-02-19 01:32:43 +00:00
parent d77df70d7b
commit cc392889cd

View File

@ -4,8 +4,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="vdr"
PKG_VERSION="2.6.3"
PKG_SHA256="3db99b7ebbc0a60b72b191785af27efd49385bd08ef9fb7a8a83694323954ccf"
PKG_VERSION="2.6.4"
PKG_SHA256="2aafc4dd1bc5ca7724d5b5185799ea981cbd0b9c99075e6b5ce86a699f0c5cc5"
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"