diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-19 23:36:59 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-19 23:36:59 +0000 |
commit | 92a1e132bb2fef91b6c5c48ae99534783a3dab70 (patch) | |
tree | 5250c5d13bda40bdbc7023f4a1af73edc10ac793 | |
parent | initial import (diff) | |
download | gentoo-2-92a1e132bb2fef91b6c5c48ae99534783a3dab70.tar.gz gentoo-2-92a1e132bb2fef91b6c5c48ae99534783a3dab70.tar.bz2 gentoo-2-92a1e132bb2fef91b6c5c48ae99534783a3dab70.zip |
upstream fixes for .tif support
(Portage version: 2.1.2.4)
-rw-r--r-- | media-plugins/mythgallery/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/mythgallery/files/digest-mythgallery-0.20_p13239 | 6 | ||||
-rw-r--r-- | media-plugins/mythgallery/mythgallery-0.20_p13239.ebuild | 15 |
3 files changed, 29 insertions, 2 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog index 246f0d1bf835..b81d4df181c5 100644 --- a/media-plugins/mythgallery/ChangeLog +++ b/media-plugins/mythgallery/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythgallery -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.35 2006/09/29 14:40:55 cardoe Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.36 2007/04/19 23:36:59 cardoe Exp $ + +*mythgallery-0.20_p13239 (19 Apr 2007) + + 19 Apr 2007; Doug Goldstein <cardoe@gentoo.org> + +mythgallery-0.20_p13239.ebuild: + upstream fixes for .tif support *mythgallery-0.20_p11188 (29 Sep 2006) diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.20_p13239 b/media-plugins/mythgallery/files/digest-mythgallery-0.20_p13239 new file mode 100644 index 000000000000..fa08c4ee295f --- /dev/null +++ b/media-plugins/mythgallery/files/digest-mythgallery-0.20_p13239 @@ -0,0 +1,6 @@ +MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531 +RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531 +SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531 +MD5 7a8d5d6bf665109d606c35fdb429ebe2 mythplugins-0.20_svn13239.patch.bz2 24897 +RMD160 28f08075ee851e62d32ca4dd4a91dc76be0b1ab2 mythplugins-0.20_svn13239.patch.bz2 24897 +SHA256 32cdb6e1617da7524a756769b71b35ebaa3ae2c71072e03a4b80532e7c2208b6 mythplugins-0.20_svn13239.patch.bz2 24897 diff --git a/media-plugins/mythgallery/mythgallery-0.20_p13239.ebuild b/media-plugins/mythgallery/mythgallery-0.20_p13239.ebuild new file mode 100644 index 000000000000..423e222370d3 --- /dev/null +++ b/media-plugins/mythgallery/mythgallery-0.20_p13239.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/mythgallery-0.20_p13239.ebuild,v 1.1 2007/04/19 23:36:59 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Gallery and slideshow module for MythTV." +KEYWORDS="amd64 ppc x86" +IUSE="exif" + +RDEPEND="exif? ( >=media-libs/libexif-0.6.10 ) + media-libs/tiff" +DEPEND="${RDEPEND}" + +MTVCONF="$(use_enable exif) $(use_enable exif new-exif)" |