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.22.ebuild
Date: Fri, 29 Jul 2011 05:56:46
Message-Id: 20110729055634.542F22004B@flycatcher.gentoo.org
1 leio 11/07/29 05:56:34
2
3 Modified: ChangeLog
4 Added: gst-plugins-bad-0.10.22.ebuild
5 Log:
6 Version bump. Audioparsers moved to gst-plugins-good-0.10.29, make sure to upgrade. New elements: hlsdemux, fieldanalysis, h263parse, zebrastripe, patchdetect, scenechange, sdimux, sdidemux, tsdemux
7
8 (Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.84 media-libs/gst-plugins-bad/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.84&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.84&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.83&r2=1.84
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
20 retrieving revision 1.83
21 retrieving revision 1.84
22 diff -u -r1.83 -r1.84
23 --- ChangeLog 25 Jul 2011 18:11:40 -0000 1.83
24 +++ ChangeLog 29 Jul 2011 05:56:34 -0000 1.84
25 @@ -1,6 +1,22 @@
26 # ChangeLog for media-libs/gst-plugins-bad
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.83 2011/07/25 18:11:40 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.84 2011/07/29 05:56:34 leio Exp $
30 +
31 +*gst-plugins-bad-0.10.22 (29 Jul 2011)
32 +
33 + 29 Jul 2011; Mart Raudsepp <leio@g.o>
34 + +gst-plugins-bad-0.10.22.ebuild:
35 + Version bump. Audioparsers moved to gst-plugins-good-0.10.29, make sure to
36 + upgrade. New elements:
37 + * hlsdemux - HTTP live streaming parser/demuxer element
38 + * fieldanalysis - Analyse fields from video frames to identify if they are
39 + progressive/telecined/interlaced
40 + * h263parse - Parses H.263 streams
41 + * zebrastripe - Overlays zebra striping on overexposed areas of video
42 + * patchdetect - Detects color patches from a color calibration chart
43 + * scenechange - Detects scene changes in video
44 + * sdimux and sdidemux - Multiplex raw audio/video to SDI and vice-versa
45 + * tsdemux - new (not-yet autoplugged) MPEG TS demuxer rewrite
46
47 25 Jul 2011; Kacper Kowalik <xarthisius@g.o>
48 gst-plugins-bad-0.10.21.ebuild:
49
50
51
52 1.1 media-libs/gst-plugins-bad/gst-plugins-bad-0.10.22.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.22.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.22.ebuild?rev=1.1&content-type=text/plain
56
57 Index: gst-plugins-bad-0.10.22.ebuild
58 ===================================================================
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.22.ebuild,v 1.1 2011/07/29 05:56:34 leio Exp $
62
63 EAPI=1
64 GCONF_DEBUG="no"
65
66 inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool
67
68 DESCRIPTION="Less plugins for GStreamer"
69 HOMEPAGE="http://gstreamer.freedesktop.org/"
70 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
71
72 LICENSE="LGPL-2"
73 SLOT="0"
74 KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-linux"
75 IUSE="+orc"
76
77 RDEPEND=">=media-libs/gst-plugins-base-0.10.33
78 >=media-libs/gstreamer-0.10.33
79 >=dev-libs/glib-2.22
80 orc? ( >=dev-lang/orc-0.4.11 )
81 !<media-plugins/gst-plugins-farsight-0.12.11"
82
83 DEPEND="${RDEPEND}
84 dev-util/pkgconfig"
85
86 # Avoid --enable-bad passing by the eclass blindly
87 GST_PLUGINS_BUILD=""
88
89 src_compile() {
90 strip-flags
91 replace-flags "-O3" "-O2"
92 filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
93
94 gst-plugins-bad_src_configure \
95 $(use_enable orc) \
96 --disable-examples \
97 --disable-debug
98
99 emake || die "emake failed."
100 }
101
102 src_install() {
103 gnome2_src_install
104 }
105
106 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
107
108 pkg_postinst() {
109 gnome2_pkg_postinst
110 }
111
112 pkg_postrm() {
113 gnome2_pkg_postrm
114 }