diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2010-04-03 10:09:45 +0000 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2010-04-03 10:09:45 +0000 |
commit | 773829232fccb5cf775ed6f59d6792274f9db984 (patch) | |
tree | 419153abc4726b95bfeefc69a79ba1549d2bfdcf /media-plugins/vdr-graphtft | |
parent | Add ree18 support (diff) | |
download | historical-773829232fccb5cf775ed6f59d6792274f9db984.tar.gz historical-773829232fccb5cf775ed6f59d6792274f9db984.tar.bz2 historical-773829232fccb5cf775ed6f59d6792274f9db984.zip |
add cxx to use-depend for newer imagemagick use-flags changes
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'media-plugins/vdr-graphtft')
-rw-r--r-- | media-plugins/vdr-graphtft/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-plugins/vdr-graphtft/ChangeLog b/media-plugins/vdr-graphtft/ChangeLog index a5dc6a768626..54682d86143b 100644 --- a/media-plugins/vdr-graphtft/ChangeLog +++ b/media-plugins/vdr-graphtft/ChangeLog @@ -1,6 +1,10 @@ # 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.21 2009/10/23 14:28:25 hd_brummy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/ChangeLog,v 1.22 2010/04/03 10:07:49 hd_brummy Exp $ + + 03 Apr 2010; Joerg Bornkessel <hd_brummy@gentoo.org> + vdr-graphtft-0.3.2.24.ebuild: + add cxx to use-depend for newer imagemagick use-flags changes 23 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-graphtft-0.3.2.24.ebuild, files/vdr-graphtft-0.3.2.24_gcc-4.4.x.diff, 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 fe5d8c60acc0..b8c656f20fb4 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 +# Copyright 1999-2010 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.3 2009/10/23 14:28:25 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-graphtft/vdr-graphtft-0.3.2.24.ebuild,v 1.4 2010/04/03 10:07:49 hd_brummy Exp $ EAPI="2" @@ -27,7 +27,7 @@ DEPEND=">=media-video/vdr-1.6.0_p2-r1[graphtft] media-libs/imlib2[png,jpeg] gnome-base/libgtop >=media-video/ffmpeg-0.4.8_p20090201 - imagemagick? ( media-gfx/imagemagick[png,jpeg] ) + imagemagick? ( media-gfx/imagemagick[png,jpeg,cxx] ) directfb? ( dev-libs/DirectFB ) graphtft-fe? ( media-libs/imlib2[png,jpeg,X] )" |