summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2010-07-27 15:51:28 +0000
committerDoug Goldstein <cardoe@gentoo.org>2010-07-27 15:51:28 +0000
commitafbcf37600ac164afdf459b4bfb091c127e32bc6 (patch)
tree4e61fbf98cfff33bc7f08a21ca265605cc5b7ee9 /media-plugins/mythgallery
parentUpdate to version that properly identifies itself as 0.23.1 (diff)
downloadgentoo-2-afbcf37600ac164afdf459b4bfb091c127e32bc6.tar.gz
gentoo-2-afbcf37600ac164afdf459b4bfb091c127e32bc6.tar.bz2
gentoo-2-afbcf37600ac164afdf459b4bfb091c127e32bc6.zip
Update to version that properly identifies itself as 0.23.1
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythgallery')
-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)"