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: mythgallery-0.22_rc22667.ebuild ChangeLog
Date: Mon, 02 Nov 2009 02:07:37
Message-Id: E1N4mKS-0006lB-Vn@stork.gentoo.org
1 cardoe 09/11/02 02:07:32
2
3 Modified: ChangeLog
4 Added: mythgallery-0.22_rc22667.ebuild
5 Log:
6 add 0.22 RC2 version
7 (Portage version: 2.1.7.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.56 media-plugins/mythgallery/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgallery/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgallery/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgallery/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 19 Jul 2009 04:53:10 -0000 1.55
23 +++ ChangeLog 2 Nov 2009 02:07:32 -0000 1.56
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/mythgallery
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.55 2009/07/19 04:53:10 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythgallery/ChangeLog,v 1.56 2009/11/02 02:07:32 cardoe Exp $
29 +
30 +*mythgallery-0.22_rc22667 (02 Nov 2009)
31 +
32 + 02 Nov 2009; Doug Goldstein <cardoe@g.o>
33 + +mythgallery-0.22_rc22667.ebuild:
34 + add 0.22 RC2 version
35
36 *mythgallery-0.21_p20585 (19 Jul 2009)
37
38
39
40
41 1.1 media-plugins/mythgallery/mythgallery-0.22_rc22667.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgallery/mythgallery-0.22_rc22667.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/mythgallery/mythgallery-0.22_rc22667.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mythgallery-0.22_rc22667.ebuild
47 ===================================================================
48 # Copyright 1999-2009 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.22_rc22667.ebuild,v 1.1 2009/11/02 02:07:32 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)"