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.18.ebuild
Date: Mon, 05 Apr 2010 02:18:59
Message-Id: E1Nybts-00068L-Q3@stork.gentoo.org
1 leio 10/04/05 02:18:52
2
3 Modified: ChangeLog
4 Added: gst-plugins-bad-0.10.18.ebuild
5 Log:
6 Version bump with the following most noteworthy upstream changes:
7 New audioparser plugin, collecting aacparse, ac3parse, amrparse and flacparse,
8 also fixes seek handling, newsegment sending and push mode data draining.
9 New dataurisrc plugin for data:// protocol handling per RFC 2397.
10 New jpegformat plugin (jpegparse and jifmux elements).
11 Shapewipe element has moved to gst-plugins-good-0.10.19+.
12 Assorted fixes to various muxers (asfmux, mpegtsmux, qtmux); new aiffmux element.
13 New adpcmenc encoder element for encoding ADPCM audio.
14 Many other bug fixes and improvements.
15 (Portage version: 2.2_rc60/cvs/Linux x86_64)
16
17 Revision Changes Path
18 1.57 media-libs/gst-plugins-bad/ChangeLog
19
20 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.57&view=markup
21 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.57&content-type=text/plain
22 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.56&r2=1.57
23
24 Index: ChangeLog
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
27 retrieving revision 1.56
28 retrieving revision 1.57
29 diff -u -r1.56 -r1.57
30 --- ChangeLog 24 Mar 2010 19:39:25 -0000 1.56
31 +++ ChangeLog 5 Apr 2010 02:18:52 -0000 1.57
32 @@ -1,6 +1,20 @@
33 # ChangeLog for media-libs/gst-plugins-bad
34 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
35 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.56 2010/03/24 19:39:25 fauli Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.57 2010/04/05 02:18:52 leio Exp $
37 +
38 +*gst-plugins-bad-0.10.18 (05 Apr 2010)
39 +
40 + 05 Apr 2010; Mart Raudsepp <leio@g.o>
41 + +gst-plugins-bad-0.10.18.ebuild:
42 + Version bump with the following most noteworthy upstream changes:
43 + New audioparser plugin, collecting {aac,ac3,amr,flac}parse, also fixes
44 + seek handling, newsegment sending and push mode data draining.
45 + New dataurisrc plugin for data:// protocol handling per RFC 2397.
46 + New jpegformat plugin (jpegparse and jifmux elements).
47 + Shapewipe element has moved to gst-plugins-good-0.10.19+.
48 + Assorted fixes to various muxers (asfmux, mpegtsmux, qtmux); new aiffmux
49 + element. New adpcmenc encoder element for encoding ADPCM audio.
50 + Many other bug fixes and improvements.
51
52 24 Mar 2010; Christian Faulhammer <fauli@g.o>
53 gst-plugins-bad-0.10.17.ebuild:
54
55
56
57 1.1 media-libs/gst-plugins-bad/gst-plugins-bad-0.10.18.ebuild
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.18.ebuild?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.18.ebuild?rev=1.1&content-type=text/plain
61
62 Index: gst-plugins-bad-0.10.18.ebuild
63 ===================================================================
64 # Copyright 1999-2010 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.18.ebuild,v 1.1 2010/04/05 02:18:52 leio Exp $
67
68 inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool
69
70 DESCRIPTION="Less plugins for GStreamer"
71 HOMEPAGE="http://gstreamer.freedesktop.org/"
72 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
73
74 LICENSE="LGPL-2"
75 SLOT="0"
76 KEYWORDS="~alpha ~amd64 ~amd64-linux ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
77 IUSE=""
78
79 RDEPEND=">=media-libs/gst-plugins-base-0.10.27
80 >=media-libs/gstreamer-0.10.27
81 >=dev-libs/glib-2.16
82 !<media-plugins/gst-plugins-farsight-0.12.11"
83
84 DEPEND="${RDEPEND}
85 dev-util/pkgconfig"
86
87 # Avoid --enable-bad passing by the eclass blindly
88 GST_PLUGINS_BUILD=""
89
90 src_compile() {
91 strip-flags
92 replace-flags "-O3" "-O2"
93 filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
94
95 gst-plugins-bad_src_configure
96
97 emake || die "emake failed."
98 }
99
100 src_install() {
101 gnome2_src_install
102 }
103
104 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
105
106 pkg_postinst() {
107 gnome2_pkg_postinst
108 }
109
110 pkg_postrm() {
111 gnome2_pkg_postrm
112 }