summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-08-25 23:26:20 +0000
committerSteve Dibb <beandog@gentoo.org>2007-08-25 23:26:20 +0000
commitf0e3268be17280836d91ebc5b0326ed65064e925 (patch)
treee81c389c292a45c478fe2aed348b019ab9130d14 /media-plugins
parentVersion bump (diff)
downloadgentoo-2-f0e3268be17280836d91ebc5b0326ed65064e925.tar.gz
gentoo-2-f0e3268be17280836d91ebc5b0326ed65064e925.tar.bz2
gentoo-2-f0e3268be17280836d91ebc5b0326ed65064e925.zip
Version bump
(Portage version: 2.1.2.12)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythgallery/ChangeLog8
-rw-r--r--media-plugins/mythgallery/files/digest-mythgallery-0.20.2_p142820
-rw-r--r--media-plugins/mythgallery/mythgallery-0.20.2_p14282.ebuild15
3 files changed, 22 insertions, 1 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index d9400da7f36d..7a34ea1ea068 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.43 2007/08/21 16:16:43 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.44 2007/08/25 23:26:20 beandog Exp $
+
+*mythgallery-0.20.2_p14282 (25 Aug 2007)
+
+ 25 Aug 2007; Steve Dibb <beandog@gentoo.org>
+ +mythgallery-0.20.2_p14282.ebuild:
+ Version bump
*mythgallery-0.21_pre14242 (21 Aug 2007)
diff --git a/media-plugins/mythgallery/files/digest-mythgallery-0.20.2_p14282 b/media-plugins/mythgallery/files/digest-mythgallery-0.20.2_p14282
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythgallery/files/digest-mythgallery-0.20.2_p14282
diff --git a/media-plugins/mythgallery/mythgallery-0.20.2_p14282.ebuild b/media-plugins/mythgallery/mythgallery-0.20.2_p14282.ebuild
new file mode 100644
index 000000000000..0b99d3a4e821
--- /dev/null
+++ b/media-plugins/mythgallery/mythgallery-0.20.2_p14282.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.2_p14282.ebuild,v 1.1 2007/08/25 23:26:20 beandog Exp $
+
+inherit mythtv-plugins subversion
+
+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)"