Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/mythgallery: ChangeLog mythgallery-0.23.1_p25396.ebuild
Date: Tue, 27 Jul 2010 15:51:31
Message-Id: 20100727155129.091EA2CE15@corvid.gentoo.org
1 cardoe 10/07/27 15:51:28
2
3 Modified: ChangeLog
4 Added: mythgallery-0.23.1_p25396.ebuild
5 Log:
6 Update to version that properly identifies itself as 0.23.1
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.62 media-plugins/mythgallery/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgallery/ChangeLog?rev=1.62&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgallery/ChangeLog?rev=1.62&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgallery/ChangeLog?r1=1.61&r2=1.62
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v
19 retrieving revision 1.61
20 retrieving revision 1.62
21 diff -u -r1.61 -r1.62
22 --- ChangeLog 26 Jul 2010 13:46:14 -0000 1.61
23 +++ ChangeLog 27 Jul 2010 15:51:28 -0000 1.62
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mythgallery
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.61 2010/07/26 13:46:14 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.62 2010/07/27 15:51:28 cardoe Exp $
29 +
30 +*mythgallery-0.23.1_p25396 (27 Jul 2010)
31 +
32 + 27 Jul 2010; Doug Goldstein <cardoe@g.o>
33 + +mythgallery-0.23.1_p25396.ebuild:
34 + Update to version that properly identifies itself as 0.23.1
35
36 26 Jul 2010; Christian Faulhammer <fauli@g.o>
37 mythgallery-0.22_p22763.ebuild:
38
39
40
41 1.1 media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mythgallery/mythgallery-0.23.1_p25396.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythgallery-0.23.1_p25396.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=2
53 inherit qt4 mythtv-plugins
54
55 DESCRIPTION="Gallery and slideshow module for MythTV."
56 KEYWORDS="~amd64 ~ppc ~x86"
57 IUSE="+exif opengl"
58
59 RDEPEND="exif? ( >=media-libs/libexif-0.6.10 )
60 opengl? ( virtual/opengl )
61 media-libs/tiff"
62 DEPEND="${RDEPEND}"
63
64 MTVCONF="$(use_enable exif) $(use_enable exif new-exif) $(use_enable opengl)"