diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 22:19:42 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-03-03 22:19:42 +0000 |
commit | ea638d0443e3b5999e4578b6bae07e9c7361f805 (patch) | |
tree | 28761711d5aef97dfe8844c15c15ba5842e72775 /media-plugins | |
parent | Fixed Manifest, thanks to jakub (diff) | |
download | gentoo-2-ea638d0443e3b5999e4578b6bae07e9c7361f805.tar.gz gentoo-2-ea638d0443e3b5999e4578b6bae07e9c7361f805.tar.bz2 gentoo-2-ea638d0443e3b5999e4578b6bae07e9c7361f805.zip |
add 0.21 beta version
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.21_beta16297.ebuild (renamed from media-plugins/mythgallery/mythgallery-0.21_pre15448.ebuild) | 9 |
2 files changed, 12 insertions, 5 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 5182315e7c1d..a30a2e061131 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.47 2008/01/15 16:03:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.48 2008/03/03 22:19:42 cardoe Exp $ + +*mythgallery-0.21_beta16297 (03 Mar 2008) + + 03 Mar 2008; Doug Klima <cardoe@gentoo.org> + +mythgallery-0.21_beta16297.ebuild, -mythgallery-0.21_pre15448.ebuild: + add 0.21 beta version *mythgallery-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mythgallery/mythgallery-0.21_pre15448.ebuild b/media-plugins/mythgallery/mythgallery-0.21_beta16297.ebuild index 090565574677..6f4acb4d7306 100644 --- a/media-plugins/mythgallery/mythgallery-0.21_pre15448.ebuild +++ b/media-plugins/mythgallery/mythgallery-0.21_beta16297.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:03:29 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.21_beta16297.ebuild,v 1.1 2008/03/03 22:19:42 cardoe Exp $ -inherit mythtv-plugins subversion +inherit mythtv-plugins DESCRIPTION="Gallery and slideshow module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" -IUSE="exif" +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)" +MTVCONF="$(use_enable exif) $(use_enable exif new-exif) $(use_enable opengl)" |