summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-plugins/mythgallery/ChangeLog8
-rw-r--r--media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild17
2 files changed, 24 insertions, 1 deletions
diff --git a/media-plugins/mythgallery/ChangeLog b/media-plugins/mythgallery/ChangeLog
index 16d8d13defbe..826b2ca7aa49 100644
--- a/media-plugins/mythgallery/ChangeLog
+++ b/media-plugins/mythgallery/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythgallery
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.61 2010/07/26 13:46:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.62 2010/07/27 15:51:28 cardoe Exp $
+
+*mythgallery-0.23.1_p25396 (27 Jul 2010)
+
+ 27 Jul 2010; Doug Goldstein <cardoe@gentoo.org>
+ +mythgallery-0.23.1_p25396.ebuild:
+ Update to version that properly identifies itself as 0.23.1
26 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
mythgallery-0.22_p22763.ebuild:
diff --git a/media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild b/media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild
new file mode 100644
index 000000000000..71b166909506
--- /dev/null
+++ b/media-plugins/mythgallery/mythgallery-0.23.1_p25396.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.1_p25396.ebuild,v 1.1 2010/07/27 15:51:28 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)"