From 81f2ffdcc7c01f9206b250229819f05b3befe916 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Thu, 10 Jun 2010 14:54:54 +0000 Subject: Add experimental ebuild for MythTV 0.23 Package-Manager: portage-2.1.8.3/cvs/Linux x86_64 --- media-plugins/mythgallery/ChangeLog | 10 ++++++++-- .../mythgallery/mythgallery-0.23_p25065.ebuild | 17 +++++++++++++++++ 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild (limited to 'media-plugins/mythgallery') diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 9c691a5a5208..600e5adb14d8 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.59 2009/11/17 22:38:06 cardoe Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.60 2010/06/10 14:44:54 cardoe Exp $ + +*mythgallery-0.23_p25065 (10 Jun 2010) + + 10 Jun 2010; Doug Goldstein + +mythgallery-0.23_p25065.ebuild: + Add experimental ebuild for MythTV 0.23 17 Nov 2009; Doug Goldstein metadata.xml: replace media-tv herd for MythTV diff --git a/media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild b/media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild new file mode 100644 index 000000000000..1340ab6c596c --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild,v 1.1 2010/06/10 14:44:54 cardoe Exp $ + +EAPI=2 +inherit qt4 mythtv-plugins + +DESCRIPTION="Gallery and slideshow module for MythTV." +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="+exif opengl" + +RDEPEND="exif? ( >=media-libs/libexif-0.6.10 ) + opengl? ( virtual/opengl ) + media-libs/tiff" +DEPEND="${RDEPEND}" + +MTVCONF="$(use_enable exif) $(use_enable exif new-exif) $(use_enable opengl)" -- cgit v1.2.3-65-gdbad