# ChangeLog for media-plugins/vdr-subtitles
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/ChangeLog,v 1.9 2007/02/17 01:24:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/ChangeLog,v 1.10 2007/02/17 01:26:02 zzam Exp $
17 Feb 2007; Matthias Schwarzott <zzam@gentoo.org>
- vdr-subtitles-0.3.10.ebuild:
+ vdr-subtitles-0.3.10.ebuild, vdr-subtitles-0.4.0.ebuild:
No longer use ROOT for header-files as that will break either way, Bug #167285.
04 Jan 2007; Matthias Schwarzott <zzam@gentoo.org> ChangeLog:
-# Copyright 2004-2006 Gentoo Foundation
+# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/vdr-subtitles-0.3.10.ebuild,v 1.5 2006/11/18 09:19:59 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/vdr-subtitles-0.3.10.ebuild,v 1.6 2007/02/17 01:24:40 zzam Exp $
inherit vdr-plugin eutils
DEPEND=">=media-video/vdr-1.3.7"
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/dvbsub.h ]]; then
+ if [[ ! -f /usr/include/vdr/dvbsub.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi
# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/vdr-subtitles-0.4.0.ebuild,v 1.3 2007/01/04 11:43:57 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-subtitles/vdr-subtitles-0.4.0.ebuild,v 1.4 2007/02/17 01:26:02 zzam Exp $
inherit vdr-plugin eutils
DEPEND=">=media-video/vdr-1.3.7"
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/dvbsub.h ]]; then
+ if [[ ! -f /usr/include/vdr/dvbsub.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi
# ChangeLog for media-plugins/vdr-ttxtsubs
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/ChangeLog,v 1.10 2007/01/04 11:08:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/ChangeLog,v 1.11 2007/02/17 01:27:09 zzam Exp $
+
+ 17 Feb 2007; Matthias Schwarzott <zzam@gentoo.org>
+ vdr-ttxtsubs-0.0.5_p1.ebuild, vdr-ttxtsubs-0.0.5_p2.ebuild:
+ No longer use ROOT for header-files as that will break either way, Bug #167285.
04 Jan 2007; Matthias Schwarzott <zzam@gentoo.org>
vdr-ttxtsubs-0.0.5_p2.ebuild:
-# Copyright 2004-2006 Gentoo Foundation
+# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild,v 1.1 2006/11/16 11:40:12 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p1.ebuild,v 1.2 2007/02/17 01:27:09 zzam Exp $
inherit vdr-plugin eutils versionator
S=${WORKDIR}/${MY_P#vdr-}
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/vdrttxtsubshooks.h ]]; then
+ if [[ ! -f /usr/include/vdr/vdrttxtsubshooks.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi
# Copyright 2004-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild,v 1.2 2007/01/04 11:08:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.0.5_p2.ebuild,v 1.3 2007/02/17 01:27:09 zzam Exp $
inherit vdr-plugin eutils versionator
PATCHES="${WORKDIR}/${PATCHNAME}.diff"
pkg_setup() {
- if [[ ! -f ${ROOT}/usr/include/vdr/vdrttxtsubshooks.h ]]; then
+ if [[ ! -f /usr/include/vdr/vdrttxtsubshooks.h ]]; then
eerror "please compile vdr with USE=\"subtitles\""
die "can not compile packet without subtitles-support from vdr"
fi