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-libs/gst-plugins-bad: ChangeLog gst-plugins-bad-0.10.19.ebuild
Date: Fri, 30 Jul 2010 10:11:34
Message-Id: 20100730101129.A66732CE15@corvid.gentoo.org
1 leio 10/07/30 10:11:29
2
3 Modified: ChangeLog
4 Added: gst-plugins-bad-0.10.19.ebuild
5 Log:
6 Version bump with the following most noteworthy upstream changes: New invtelecine plugin - detects and reconstructs progressive content from telecine video. New segmentclip plugin - add audio/video buffer segment clip elements. Capssetter element has moved to gst-plugins-good-0.10.23+. Bitrate calculation and estimation for audioparsers and mpegvideoparse. Support for muxing VP8 video codec and XMP tags into quicktime video with qtmux. Various new API and properties for camerabin. Many other bug fixes and improvements.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.65 media-libs/gst-plugins-bad/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.64&r2=1.65
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- ChangeLog 12 Jul 2010 22:47:51 -0000 1.64
23 +++ ChangeLog 30 Jul 2010 10:11:28 -0000 1.65
24 @@ -1,6 +1,20 @@
25 # ChangeLog for media-libs/gst-plugins-bad
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.64 2010/07/12 22:47:51 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.65 2010/07/30 10:11:28 leio Exp $
29 +
30 +*gst-plugins-bad-0.10.19 (30 Jul 2010)
31 +
32 + 30 Jul 2010; Mart Raudsepp <leio@g.o>
33 + +gst-plugins-bad-0.10.19.ebuild:
34 + Version bump with the following most noteworthy upstream changes:
35 + New invtelecine plugin - detects and reconstructs progressive content
36 + from telecine video. New segmentclip plugin - add audio/video buffer
37 + segment clip elements.
38 + Capssetter element has moved to gst-plugins-good-0.10.23+.
39 + Bitrate calculation and estimation for audioparsers and mpegvideoparse.
40 + Support for muxing VP8 video codec and XMP tags into quicktime video with
41 + qtmux. Various new API and properties for camerabin. Many other bug fixes
42 + and improvements.
43
44 12 Jul 2010; Jeroen Roovers <jer@g.o>
45 gst-plugins-bad-0.10.18.ebuild:
46
47
48
49 1.1 media-libs/gst-plugins-bad/gst-plugins-bad-0.10.19.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.19.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.19.ebuild?rev=1.1&content-type=text/plain
53
54 Index: gst-plugins-bad-0.10.19.ebuild
55 ===================================================================
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.19.ebuild,v 1.1 2010/07/30 10:11:28 leio Exp $
59
60 inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool
61
62 DESCRIPTION="Less plugins for GStreamer"
63 HOMEPAGE="http://gstreamer.freedesktop.org/"
64 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
65
66 LICENSE="LGPL-2"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~amd64-linux ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
69 IUSE=""
70
71 RDEPEND=">=media-libs/gst-plugins-base-0.10.29
72 >=media-libs/gstreamer-0.10.29
73 >=dev-libs/glib-2.16
74 !<media-plugins/gst-plugins-farsight-0.12.11"
75
76 DEPEND="${RDEPEND}
77 dev-util/pkgconfig"
78
79 # Avoid --enable-bad passing by the eclass blindly
80 GST_PLUGINS_BUILD=""
81
82 src_compile() {
83 strip-flags
84 replace-flags "-O3" "-O2"
85 filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
86
87 gst-plugins-bad_src_configure
88
89 emake || die "emake failed."
90 }
91
92 src_install() {
93 gnome2_src_install
94 }
95
96 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
97
98 pkg_postinst() {
99 gnome2_pkg_postinst
100 }
101
102 pkg_postrm() {
103 gnome2_pkg_postrm
104 }