summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-10-05 11:24:12 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-10-05 11:24:12 +0000
commit8263177ad61fa2f7771e36a4dc194894d0f1b8a7 (patch)
tree71c0480ae08c9d9094a5fb3491a5b41d76aa2183 /media-tv
parentAdd patch to fix a crasher but with gtk+-2.14. (diff)
downloadgentoo-2-8263177ad61fa2f7771e36a4dc194894d0f1b8a7.tar.gz
gentoo-2-8263177ad61fa2f7771e36a4dc194894d0f1b8a7.tar.bz2
gentoo-2-8263177ad61fa2f7771e36a4dc194894d0f1b8a7.zip
Add missing deps on x11-proto/xf86dgaproto and x11-proto/xf86vidmodeproto, thanks Patrick, bug #239804
(Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/xdtv/ChangeLog7
-rw-r--r--media-tv/xdtv/xdtv-2.2.0-r1.ebuild8
-rw-r--r--media-tv/xdtv/xdtv-2.4.0.ebuild4
3 files changed, 14 insertions, 5 deletions
diff --git a/media-tv/xdtv/ChangeLog b/media-tv/xdtv/ChangeLog
index 7c52989f0500..74e6647d02a2 100644
--- a/media-tv/xdtv/ChangeLog
+++ b/media-tv/xdtv/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/xdtv
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.55 2008/09/22 20:08:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/ChangeLog,v 1.56 2008/10/05 11:24:12 aballier Exp $
+
+ 05 Oct 2008; Alexis Ballier <aballier@gentoo.org> xdtv-2.2.0-r1.ebuild,
+ xdtv-2.4.0.ebuild:
+ Add missing deps on x11-proto/xf86dgaproto and x11-proto/xf86vidmodeproto,
+ thanks Patrick, bug #239804
22 Sep 2008; Alexis Ballier <aballier@gentoo.org> xdtv-2.4.0.ebuild:
stop using bindnow flags, bug #226981
diff --git a/media-tv/xdtv/xdtv-2.2.0-r1.ebuild b/media-tv/xdtv/xdtv-2.2.0-r1.ebuild
index 474a437aa57c..59c47cc976b0 100644
--- a/media-tv/xdtv/xdtv-2.2.0-r1.ebuild
+++ b/media-tv/xdtv/xdtv-2.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.2.0-r1.ebuild,v 1.17 2007/11/27 10:14:40 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.2.0-r1.ebuild,v 1.18 2008/10/05 11:24:12 aballier Exp $
WANT_AUTOMAKE="1.7"
WANT_AUTOCONF="2.5"
@@ -102,7 +102,9 @@ RDEPEND="zvbi? ( >=media-libs/zvbi-0.2.4 )
DEPEND="${RDEPEND}
dvb? ( media-tv/linuxtv-dvb-headers )
- x11-proto/videoproto"
+ x11-proto/videoproto
+ x11-proto/xf86vidmodeproto
+ x11-proto/xf86dgaproto"
FONT_S="${S}/font"
FONT_SUFFIX="pcf.gz"
diff --git a/media-tv/xdtv/xdtv-2.4.0.ebuild b/media-tv/xdtv/xdtv-2.4.0.ebuild
index 9123bdddbef8..1f62f57e09fc 100644
--- a/media-tv/xdtv/xdtv-2.4.0.ebuild
+++ b/media-tv/xdtv/xdtv-2.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.8 2008/09/22 20:08:31 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/xdtv/xdtv-2.4.0.ebuild,v 1.9 2008/10/05 11:24:12 aballier Exp $
inherit eutils multilib flag-o-matic toolchain-funcs autotools
@@ -60,6 +60,8 @@ DEPEND="${COMMON_DEPEND}
x11-proto/videoproto
x11-proto/xproto
x11-proto/xextproto
+ x11-proto/xf86dgaproto
+ x11-proto/xf86vidmodeproto
x11-apps/bdftopcf
x11-apps/mkfontdir
x11-apps/mkfontscale