summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2009-01-19 16:02:46 +0000
committerBen de Groot <yngwin@gentoo.org>2009-01-19 16:02:46 +0000
commitcb00dce6d63b8f35e53d737af473003493b1c85a (patch)
treeffed89d55661967849e369594e377e9efd2418cf /media-plugins/vdr-graphtft
parentAdd dependency over dvipdfm, thanks to the reporter and Jeremy (darkside) in ... (diff)
downloadgentoo-2-cb00dce6d63b8f35e53d737af473003493b1c85a.tar.gz
gentoo-2-cb00dce6d63b8f35e53d737af473003493b1c85a.tar.bz2
gentoo-2-cb00dce6d63b8f35e53d737af473003493b1c85a.zip
Specifying qt-gui:4 as dep, as generic x11-libs/qt is certainly not right, and split Qt 4.4.2 is going stable
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-hh1 i686)
Diffstat (limited to 'media-plugins/vdr-graphtft')
-rw-r--r--media-plugins/vdr-graphtft/ChangeLog9
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild7
2 files changed, 11 insertions, 5 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog
index ee684ea99c69..d9b281115fcd 100644
--- a/media-plugins/vdr-graphtft/ChangeLog
+++ b/media-plugins/vdr-graphtft/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-plugins/vdr-graphtft
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.9 2008/08/10 18:26:55 hd_brummy Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.10 2009/01/19 16:02:46 yngwin Exp $
+
+ 19 Jan 2009; Ben de Groot <yngwin@gentoo.org>
+ vdr-graphtft-0.1.21_alpha.ebuild:
+ Specifying qt-gui:4 as dep, as generic x11-libs/qt is certainly not right,
+ and split Qt 4.4.2 is going stable
*vdr-graphtft-0.1.21_alpha (10 Aug 2008)
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild
index 27ff2e666434..45b26a7f1016 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild,v 1.3 2008/11/17 17:51:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.21_alpha.ebuild,v 1.4 2009/01/19 16:02:46 yngwin Exp $
+EAPI="1"
MY_PV="${PV/_alpha/.alpha}"
MY_P="${PN}-${MY_PV}"
@@ -24,7 +25,7 @@ DEPEND=">=media-video/vdr-1.4.7-r9
gnome-base/libgtop
>=media-video/ffmpeg-0.4.8
directfb? ( dev-libs/DirectFB )
- graphtft-fe? ( x11-libs/qt )"
+ graphtft-fe? ( x11-libs/qt-gui:4 )"
PATCHES=("${FILESDIR}/${P}-gentoo.diff
${FILESDIR}/gcc-4.3-missing_includes.diff")