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_eepg: changed dependency to vdr 2.2.0 Date: Mon, 24 Oct 2016 10:13:41 +0200 Message-ID: <988f8632-a0ff-d7e6-5cd0-fa20f5e7159b@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8235145636409459782==" List-Id: --===============8235145636409459782== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From 67ca8869ee8c5243198b39d21b3a17320f562973 Mon Sep 17 00:00:00 2001 From: =3D?utf8?q?Daniel=3D20Weism=3DC3=3DBCller?=3D Date: Tue, 18 Oct 2016 15:59:18 +0200 Subject: [PATCH] vdr_eepg: changed dependency to vdr 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=3Dutf8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weism=C3=83=C2=BCller --- config/rootfiles/packages/vdr_eepg | 2 +- lfs/vdr_eepg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/packages/vdr_eepg b/config/rootfiles/packages/v= dr_eepg index 17f7bc4..fc00122 100644 --- a/config/rootfiles/packages/vdr_eepg +++ b/config/rootfiles/packages/vdr_eepg @@ -1,2 +1,2 @@ etc/vdr/plugins/eepg -usr/lib/vdr/libvdr-eepg.so.2.0.0 +usr/lib/vdr/libvdr-eepg.so.2.2.0 diff --git a/lfs/vdr_eepg b/lfs/vdr_eepg index 3a91256..2f1280d 100644 --- a/lfs/vdr_eepg +++ b/lfs/vdr_eepg @@ -35,11 +35,11 @@ DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) PROG =3D vdr_eepg -PAK_VER =3D 1 +PAK_VER =3D 2 =20 DEPS =3D "" =20 -VDRPLUGVER =3D 2.0.0 +VDRPLUGVER =3D 2.2.0 =20 EXTRA_FLAGS=3D -D_FILE_OFFSET_BITS=3D64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_= SOURCE CFLAGS +=3D $(EXTRA_FLAGS) --=20 2.5.5 --===============8235145636409459782==--