Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/subtitleeditor: subtitleeditor-0.41.1-r1.ebuild ChangeLog subtitleeditor-0.41.1.ebuild
Date: Mon, 30 Mar 2015 02:30:43
Message-Id: 20150330023033.636E514D12@oystercatcher.gentoo.org
1 tetromino 15/03/30 02:30:31
2
3 Modified: subtitleeditor-0.41.1-r1.ebuild ChangeLog
4 Removed: subtitleeditor-0.41.1.ebuild
5 Log:
6 Add missing deps (bug #543346, thanks to Nikoli). Fix license. Drop old.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
9
10 Revision Changes Path
11 1.4 media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild?r1=1.3&r2=1.4
16
17 Index: subtitleeditor-0.41.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- subtitleeditor-0.41.1-r1.ebuild 15 Mar 2015 13:29:39 -0000 1.3
24 +++ subtitleeditor-0.41.1-r1.ebuild 30 Mar 2015 02:30:31 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild,v 1.3 2015/03/15 13:29:39 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild,v 1.4 2015/03/30 02:30:31 tetromino Exp $
30
31 EAPI=5
32 GCONF_DEBUG="no"
33 @@ -12,23 +12,32 @@
34 HOMEPAGE="http://home.gna.org/subtitleeditor/"
35 SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
36
37 -LICENSE="GPL-2"
38 +LICENSE="GPL-3+"
39 SLOT="0"
40 KEYWORDS="amd64 x86"
41 IUSE="debug nls opengl"
42
43 RDEPEND="
44 app-text/iso-codes
45 + dev-cpp/cairomm
46 >=dev-cpp/gtkmm-2.14:2.4
47 >=dev-cpp/glibmm-2.16.3:2
48 + dev-libs/glib:2
49 + dev-libs/libsigc++:2
50 >=dev-cpp/libxmlpp-2.20:2.6
51 >=app-text/enchant-1.4
52 >=dev-cpp/gstreamermm-0.10.6:0.10
53 + media-libs/gstreamer:0.10
54 + media-libs/gst-plugins-base:0.10
55 >=media-libs/gst-plugins-good-0.10:0.10
56 >=media-plugins/gst-plugins-meta-0.10-r2:0.10
57 >=media-plugins/gst-plugins-pango-0.10:0.10
58 >=media-plugins/gst-plugins-xvideo-0.10:0.10
59 - opengl? ( >=dev-cpp/gtkglextmm-1.2 )
60 + x11-libs/gtk+:2
61 + virtual/libintl
62 + opengl? (
63 + >=dev-cpp/gtkglextmm-1.2:1.0
64 + virtual/opengl )
65 "
66 # gst-plugins-pango needed for text overlay
67 # gst-plugins-xvideo needed for video output
68
69
70
71 1.35 media-video/subtitleeditor/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.35&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?rev=1.35&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/subtitleeditor/ChangeLog?r1=1.34&r2=1.35
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v
80 retrieving revision 1.34
81 retrieving revision 1.35
82 diff -u -r1.34 -r1.35
83 --- ChangeLog 15 Mar 2015 13:29:39 -0000 1.34
84 +++ ChangeLog 30 Mar 2015 02:30:31 -0000 1.35
85 @@ -1,6 +1,10 @@
86 # ChangeLog for media-video/subtitleeditor
87 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.34 2015/03/15 13:29:39 pacho Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-video/subtitleeditor/ChangeLog,v 1.35 2015/03/30 02:30:31 tetromino Exp $
90 +
91 + 29 Mar 2015; Alexandre Rostovtsev <tetromino@g.o>
92 + -subtitleeditor-0.41.1.ebuild, subtitleeditor-0.41.1-r1.ebuild:
93 + Add missing deps (bug #543346, thanks to Nikoli). Fix license. Drop old.
94
95 15 Mar 2015; Pacho Ramos <pacho@g.o> subtitleeditor-0.41.1-r1.ebuild:
96 x86 stable, bug 534012