Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitleeditor: subtitleeditor-0.41.0.ebuild ChangeLog
Date: Thu, 03 Oct 2013 20:19:21
Message-Id: 20131003201912.2CCED2004C@flycatcher.gentoo.org
1 pacho 13/10/03 20:19:12
2
3 Modified: ChangeLog
4 Added: subtitleeditor-0.41.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.22 media-video/subtitleeditor/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?r1=1.21&r2=1.22
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- ChangeLog 29 Mar 2013 23:22:52 -0000 1.21
24 +++ ChangeLog 3 Oct 2013 20:19:12 -0000 1.22
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-video/subtitleeditor
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.21 2013/03/29 23:22:52 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.22 2013/10/03 20:19:12 pacho Exp $
30 +
31 +*subtitleeditor-0.41.0 (03 Oct 2013)
32 +
33 + 03 Oct 2013; Pacho Ramos <pacho@g.o> +subtitleeditor-0.41.0.ebuild:
34 + Version bump
35
36 29 Mar 2013; Gilles Dartiguelongue <eva@g.o>
37 -subtitleeditor-0.37.1.ebuild:
38
39
40
41 1.1 media-video/subtitleeditor/subtitleeditor-0.41.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: subtitleeditor-0.41.0.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.0.ebuild,v 1.1 2013/10/03 20:19:12 pacho Exp $
51
52 EAPI=5
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit gnome2 versionator flag-o-matic
57
58 DESCRIPTION="GTK+2 subtitle editing tool"
59 HOMEPAGE="http://home.gna.org/subtitleeditor/"
60 SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="debug nls opengl"
66
67 RDEPEND="
68 app-text/iso-codes
69 >=dev-cpp/gtkmm-2.14:2.4
70 >=dev-cpp/glibmm-2.16.3:2
71 >=dev-cpp/libxmlpp-2.20:2.6
72 >=app-text/enchant-1.4
73 >=dev-cpp/gstreamermm-0.10.6
74 >=media-libs/gst-plugins-good-0.10:0.10
75 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
76 >=media-plugins/gst-plugins-pango-0.10:0.10
77 >=media-plugins/gst-plugins-xvideo-0.10:0.10
78 opengl? ( >=dev-cpp/gtkglextmm-1.2 )
79 "
80 # gst-plugins-pango needed for text overlay
81 # gst-plugins-xvideo needed for video output
82 DEPEND="${RDEPEND}
83 >=dev-util/intltool-0.40
84 virtual/pkgconfig
85 "
86
87 src_configure() {
88 export GST_REGISTRY="${T}/home/registry.cache.xml"
89
90 # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
91 use debug && append-flags -DDEBUG
92
93 gnome2_src_configure \
94 --disable-debug \
95 $(use_enable nls) \
96 $(use_enable opengl gl)
97 }