# ChangeLog for media-plugins/vdr-taste
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-taste/ChangeLog,v 1.2 2006/08/15 09:59:25 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-taste/ChangeLog,v 1.3 2006/12/03 14:50:11 zzam Exp $
+
+ 03 Dec 2006; Matthias Schwarzott <zzam@gentoo.org>
+ +files/vdr-taste-0.0.2d-uint64.diff, vdr-taste-0.0.2d.ebuild:
+ Added patch to compile also with vdr-1.4.4_p1
15 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> metadata.xml:
Assigned to Gentoo VDR Project.
--- /dev/null
+diff -ru taste-0.0.2d-orig/control.h taste-0.0.2d/control.h
+--- taste-0.0.2d-orig/control.h 2006-12-03 15:48:00.521763680 +0100
++++ taste-0.0.2d/control.h 2006-12-03 15:48:15.469333968 +0100
+@@ -15,7 +15,7 @@
+ const cChannel *mChannel;
+ const cEvent *mPresent;
+ const cEvent *mFollowing;
+- uint64 mStart;
++ uint64_t mStart;
+ bool mSwitch;
+ cSkinDisplayChannel *mOsd;
+
# Copyright 2004-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-taste/vdr-taste-0.0.2d.ebuild,v 1.1 2006/03/05 11:25:00 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-taste/vdr-taste-0.0.2d.ebuild,v 1.2 2006/12/03 14:50:11 zzam Exp $
IUSE=""
inherit vdr-plugin
DEPEND=">=media-video/vdr-1.3.7"
-PATCHES="${DISTDIR}/${VDRPLUGIN}-${PV}.patch"
+PATCHES="${DISTDIR}/${VDRPLUGIN}-${PV}.patch
+ ${FILESDIR}/${P}-uint64.diff"