diff options
4 files changed, 18 insertions, 10 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] )" diff --git a/media-plugins/vdr-skinenigmang/ChangeLog b/media-plugins/vdr-skinenigmang/ChangeLog index 9ddf28e7b067..ce5bc4c9dcbd 100644 --- a/media-plugins/vdr-skinenigmang/ChangeLog +++ b/media-plugins/vdr-skinenigmang/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/vdr-skinenigmang -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/ChangeLog,v 1.7 2009/04/28 00:00:28 hd_brummy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/ChangeLog,v 1.8 2010/04/03 10:09:45 hd_brummy Exp $ + + 03 Apr 2010; Joerg Bornkessel <hd_brummy@gentoo.org> + vdr-skinenigmang-0.1.0.ebuild: + add cxx to use-depend for newer imagemagick use-flags changes *vdr-skinenigmang-0.1.0 (28 Apr 2009) diff --git a/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.0.ebuild b/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.0.ebuild index fcae6669c0b4..042d19115b55 100644 --- a/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.0.ebuild +++ b/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.0.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-skinenigmang/vdr-skinenigmang-0.1.0.ebuild,v 1.1 2009/04/28 00:00:28 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-skinenigmang/vdr-skinenigmang-0.1.0.ebuild,v 1.2 2010/04/03 10:09:45 hd_brummy Exp $ EAPI="2" @@ -19,7 +19,7 @@ DEPEND=">=media-video/vdr-1.5.7" RDEPEND="${DEPEND} x11-themes/skinenigmang-logos - imagemagick? ( media-gfx/imagemagick )" + imagemagick? ( media-gfx/imagemagick[cxx] )" S=${WORKDIR}/skinenigmang-${PV} |