summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2009-10-22 15:05:04 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2009-10-22 15:05:04 +0000
commitf5ba32ed0ed91217c5fa2d94f34ff564defbc150 (patch)
treea6cb8870081e8ab6bb427cba6100352e07895791 /media-plugins
parentbump deps on x264 (diff)
downloadgentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.tar.gz
gentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.tar.bz2
gentoo-2-f5ba32ed0ed91217c5fa2d94f34ff564defbc150.zip
#276085, missing X use-flag for imlib2 if you try to compile with use-flag graphtft-fe
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-graphtft/ChangeLog7
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild7
-rw-r--r--media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild5
3 files changed, 13 insertions, 6 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog
index cf801b17d824..0147bf62af3c 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.18 2009/10/22 14:26:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.19 2009/10/22 15:05:04 hd_brummy Exp $
+
+ 22 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
+ vdr-graphtft-0.2.2-r1.ebuild, vdr-graphtft-0.3.2.24.ebuild:
+ #276085, missing X use-flag for imlib2 if you try to compile with use-flag
+ graphtft-fe
*vdr-graphtft-0.3.2.24 (22 Oct 2009)
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
index 4fd1ab1381cb..50692266d8fd 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# 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.2.2-r1.ebuild,v 1.4 2009/09/22 05:22:04 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.2.2-r1.ebuild,v 1.5 2009/10/22 15:05:04 hd_brummy Exp $
EAPI="2"
@@ -19,12 +19,13 @@ IUSE="directfb graphtft-fe imagemagick"
DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft]
media-fonts/ttf-bitstream-vera
- media-libs/imlib2[png]
+ media-libs/imlib2[png,jpeg]
imagemagick? ( media-gfx/imagemagick[png] )
gnome-base/libgtop
>=media-video/ffmpeg-0.4.8_p20090201
directfb? ( dev-libs/DirectFB )
- graphtft-fe? ( x11-libs/qt-gui:4 )"
+ graphtft-fe? ( x11-libs/qt-gui:4
+ media-libs/imlib2[png,jpeg,X] )"
RDEPEND="${DEPEND}"
diff --git a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
index ebe2240fdae8..c69c7e3fa8d9 100644
--- a/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
+++ b/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild
@@ -1,6 +1,6 @@
# 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.3.2.24.ebuild,v 1.1 2009/10/22 14:26:13 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.2 2009/10/22 15:05:04 hd_brummy Exp $
EAPI="2"
@@ -29,7 +29,8 @@ DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft]
>=media-video/ffmpeg-0.4.8_p20090201
imagemagick? ( media-gfx/imagemagick[png,jpeg] )
directfb? ( dev-libs/DirectFB )
- graphtft-fe? ( x11-libs/qt-gui:4 )"
+ graphtft-fe? ( x11-libs/qt-gui:4
+ media-libs/imlib2[png,jpeg,X] )"
RDEPEND="${DEPEND}"