package/vdr: bump version to 2.3.4

Also fixes compile error with gcc7:

dvbdevice.c: In member function 'bool cDvbTuner::SetFrontend()':
dvbdevice.c:848:31: error: call of overloaded 'abs(unsigned int&)' is ambiguous
      frequency = abs(frequency); // Allow for C-band, where the frequency is less than the LOF
                               ^

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2017-05-14 16:32:55 +02:00 committed by Thomas Petazzoni
parent af8b1b0fc2
commit 661a7f83a8
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# From https://www.linuxtv.org/pipermail/vdr/2016-December/029178.html
md5 6dbb208ea3d59658a18912b49af175b3 vdr-2.3.2.tar.bz2
# From https://www.linuxtv.org/pipermail/vdr/2017-April/029243.html
md5 7b1c985d5e7703f7ec46e3818f546702 vdr-2.3.4.tar.bz2
# Locally computed
sha256 6c6ab08cf4dadd296e5e4a1c13f793c2e9222ec23103ae7aa9d616619f1496c0 vdr-2.3.2.tar.bz2
sha256 97600301e8bb16ac6a6ed58c0b7c18a48e3ab1cc7130311d405178109777c03a vdr-2.3.4.tar.bz2

View File

@ -4,7 +4,7 @@
#
################################################################################
VDR_VERSION = 2.3.2
VDR_VERSION = 2.3.4
VDR_SOURCE = vdr-$(VDR_VERSION).tar.bz2
VDR_SITE = ftp://ftp.tvdr.de/vdr/Developer
VDR_LICENSE = GPL-2.0+