Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-theora: ChangeLog gst-plugins-theora-0.10.35.ebuild gst-plugins-theora-0.10.29.ebuild
Date: Thu, 30 Jun 2011 16:17:04
Message-Id: 20110630161648.AFFA020054@flycatcher.gentoo.org
1 leio 11/06/30 16:16:48
2
3 Modified: ChangeLog
4 Added: gst-plugins-theora-0.10.35.ebuild
5 Removed: gst-plugins-theora-0.10.29.ebuild
6 Log:
7 Version bump. Many fixes to the encoder: don't reset the video quality when setting the bitrate; support adjustment of the speed-level property while running, and use the same defaults as libtheora for it
8
9 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.166 media-plugins/gst-plugins-theora/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.166&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?rev=1.166&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog?r1=1.165&r2=1.166
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v
21 retrieving revision 1.165
22 retrieving revision 1.166
23 diff -u -r1.165 -r1.166
24 --- ChangeLog 9 Jun 2011 16:05:27 -0000 1.165
25 +++ ChangeLog 30 Jun 2011 16:16:48 -0000 1.166
26 @@ -1,6 +1,14 @@
27 # ChangeLog for media-plugins/gst-plugins-theora
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.165 2011/06/09 16:05:27 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/ChangeLog,v 1.166 2011/06/30 16:16:48 leio Exp $
31 +
32 +*gst-plugins-theora-0.10.35 (30 Jun 2011)
33 +
34 + 30 Jun 2011; Mart Raudsepp <leio@g.o>
35 + -gst-plugins-theora-0.10.29.ebuild, +gst-plugins-theora-0.10.35.ebuild:
36 + Version bump. Many fixes to the encoder: don't reset the video quality
37 + when setting the bitrate; support adjustment of the speed-level property
38 + while running, and use the same defaults as libtheora for it
39
40 09 Jun 2011; Jeroen Roovers <jer@g.o>
41 gst-plugins-theora-0.10.32.ebuild:
42
43
44
45 1.1 media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild?rev=1.1&content-type=text/plain
49
50 Index: gst-plugins-theora-0.10.35.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-theora/gst-plugins-theora-0.10.35.ebuild,v 1.1 2011/06/30 16:16:48 leio Exp $
55
56 EAPI=2
57
58 inherit gst-plugins-base
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61 IUSE=""
62
63 RDEPEND=">=media-libs/libtheora-1.1[encode]
64 media-libs/libogg"
65 DEPEND="${RDEPEND}"