diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:54:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2010-06-10 14:54:54 +0000 |
commit | 81f2ffdcc7c01f9206b250229819f05b3befe916 (patch) | |
tree | cbb4a93c97c9aab2c32c844c5584bc8f09c79b46 /media-plugins/mythgallery | |
parent | Linux patch version 2.6.32.15 (diff) | |
download | historical-81f2ffdcc7c01f9206b250229819f05b3befe916.tar.gz historical-81f2ffdcc7c01f9206b250229819f05b3befe916.tar.bz2 historical-81f2ffdcc7c01f9206b250229819f05b3befe916.zip |
Add experimental ebuild for MythTV 0.23
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-plugins/mythgallery')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.23_p25065.ebuild | 17 |
2 files changed, 25 insertions, 2 deletions
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 <cardoe@gentoo.org> + +mythgallery-0.23_p25065.ebuild: + Add experimental ebuild for MythTV 0.23 17 Nov 2009; Doug Goldstein <cardoe@gentoo.org> 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)" |