summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:15:44 +0000
committerCarsten Lohrke <carlo@gentoo.org>2008-07-28 21:15:44 +0000
commit2a951b01a1a342b9da1592fc30955acf2cf44f84 (patch)
tree651ac8fa8387e9101ba8fccaf5c6b1d706f580d1 /media-plugins/vdr-graphtft
parent QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to suppo... (diff)
downloadgentoo-2-2a951b01a1a342b9da1592fc30955acf2cf44f84.tar.gz
gentoo-2-2a951b01a1a342b9da1592fc30955acf2cf44f84.tar.bz2
gentoo-2-2a951b01a1a342b9da1592fc30955acf2cf44f84.zip
QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-graphtft')
-rw-r--r--media-plugins/vdr-graphtft/ChangeLog7
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild6
2 files changed, 10 insertions, 3 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog
index 96f64ee9ebcc..0dcceadfd02d 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.6 2008/06/22 17:43:34 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.7 2008/07/28 21:15:44 carlo Exp $
+
+ 28 Jul 2008; Carsten Lohrke <carlo@gentoo.org>
+ vdr-graphtft-0.1.18_alpha.ebuild:
+ QA: Get rid of deprecated qt4_min_version(). Please fix your ebuilds to
+ support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
22 Jun 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+files/vdr-graphtft-0.1.18_alpha-imagemagick-6.4-new_header.diff,
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild
index 382137c7275f..e837884e7c96 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 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.18_alpha.ebuild,v 1.3 2008/06/22 17:43:34 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.1.18_alpha.ebuild,v 1.4 2008/07/28 21:15:44 carlo Exp $
+
+EAPI=1
MY_PV="${PV/_alpha/.alpha}"
MY_P="${PN}-${MY_PV}"
@@ -24,7 +26,7 @@ DEPEND=">=media-video/vdr-1.4.7-r9
gnome-base/libgtop
>=media-video/ffmpeg-0.4.8
directfb? ( dev-libs/DirectFB )
- graphtft-fe? ( $(qt4_min_version 4.0.0) )"
+ graphtft-fe? ( =x11-libs/qt-4.3*:4 )"
PATCHES=("${FILESDIR}/${P}-gentoo.diff"
"${FILESDIR}/gcc-4.3-missing_includes.diff")