From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel =?utf-8?q?Weism=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] vdr: updated to version 2.2.0 Date: Mon, 24 Oct 2016 10:07:03 +0200 Message-ID: <62e55fb9-dc16-c394-3efc-6ed84752bce3@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5339024173772148565==" List-Id: --===============5339024173772148565== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From 74b5d9f056d73e004f1a61f83b2efd40feeb5eb1 Mon Sep 17 00:00:00 2001 From: =3D?utf8?q?Daniel=3D20Weism=3DC3=3DBCller?=3D Date: Tue, 18 Oct 2016 15:55:20 +0200 Subject: [PATCH] =3D?utf8?q?vdr:=3D20updated=3D20to=3D20version=3D202.2.0=3D2= 0Signed-o?=3D =3D?utf8?q?ff-by:=3D20Daniel=3D20Weism=3DC3=3DBCller=3D20?=3D MIME-Version: 1.0 Content-Type: text/plain; charset=3Dutf8 Content-Transfer-Encoding: 8bit --- config/rootfiles/packages/vdr | 3 +++ lfs/vdr | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/packages/vdr b/config/rootfiles/packages/vdr index 4b6eaff..c79fb2b 100644 --- a/config/rootfiles/packages/vdr +++ b/config/rootfiles/packages/vdr @@ -6,6 +6,7 @@ etc/sysconfig/vdr #etc/sysconfig/vdr-plugins.d etc/vdr etc/vdr/channels.conf +etc/vdr/conf.d etc/vdr/diseqc.conf etc/vdr/keymacros.conf etc/vdr/scr.conf @@ -19,6 +20,7 @@ usr/bin/svdrpsend #usr/include/libsi/si.h #usr/include/libsi/util.h #usr/include/vdr +#usr/include/vdr/args.h #usr/include/vdr/audio.h #usr/include/vdr/channels.h #usr/include/vdr/ci.h @@ -48,6 +50,7 @@ usr/bin/svdrpsend #usr/include/vdr/pat.h #usr/include/vdr/player.h #usr/include/vdr/plugin.h +#usr/include/vdr/positioner.h #usr/include/vdr/receiver.h #usr/include/vdr/recorder.h #usr/include/vdr/recording.h diff --git a/lfs/vdr b/lfs/vdr index 52ecdd5..2b07b4b 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -24,11 +24,11 @@ =20 include Config =20 -VER =3D 2.0.5 +VER =3D 2.2.0 =20 # VDRPLUGVER must match with APIVERSION in config.h # after change this update also all vdr plugins -VDRPLUGVER =3D 2.0.0 +VDRPLUGVER =3D 2.2.0 =20 THISAPP =3D vdr-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -37,7 +37,7 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D vdr -PAK_VER =3D 9 +PAK_VER =3D 10 =20 DEPS =3D "vdr_streamdev" =20 @@ -65,7 +65,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D f58b9836a60440fde84480a2e37ee91d +$(DL_FILE)_MD5 =3D 8853f64c0fc3d41ffd3b4bfc6f0a14b7 =20 install : $(TARGET) =20 --=20 2.5.5 --===============5339024173772148565==--