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-base: ChangeLog gst-plugins-base-0.10.32.ebuild
Date: Thu, 24 Feb 2011 06:32:53
Message-Id: 20110224063242.1358620054@flycatcher.gentoo.org
1 leio 11/02/24 06:32:42
2
3 Modified: ChangeLog
4 Added: gst-plugins-base-0.10.32.ebuild
5 Log:
6 Version bump. Don't build examples as they aren't installed, avoids issues like bug 348623 too. Has new encodebin element as a playbin2 alike convenience aggregate element, but for encoding instead of playback for the benefit of encoding/transcoding applications once they port to it; encode profile system to go along with it to have 'profiles' of encoding targets. Many other improvements and bug fixes
7
8 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.157 media-libs/gst-plugins-base/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.157&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?rev=1.157&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/ChangeLog?r1=1.156&r2=1.157
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v
20 retrieving revision 1.156
21 retrieving revision 1.157
22 diff -u -r1.156 -r1.157
23 --- ChangeLog 20 Feb 2011 21:52:56 -0000 1.156
24 +++ ChangeLog 24 Feb 2011 06:32:41 -0000 1.157
25 @@ -1,6 +1,17 @@
26 # ChangeLog for media-libs/gst-plugins-base
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.156 2011/02/20 21:52:56 maekke Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/ChangeLog,v 1.157 2011/02/24 06:32:41 leio Exp $
30 +
31 +*gst-plugins-base-0.10.32 (24 Feb 2011)
32 +
33 + 24 Feb 2011; Mart Raudsepp <leio@g.o>
34 + +gst-plugins-base-0.10.32.ebuild:
35 + Version bump. Don't build examples as they aren't installed, avoids issues
36 + like bug 348623 too. Has new encodebin element as a playbin2 alike
37 + convenience aggregate element, but for encoding instead of playback for
38 + the benefit of encoding/transcoding applications once they port to it;
39 + encode profile system to go along with it to have 'profiles' of encoding
40 + targets. Many other improvements and bug fixes
41
42 20 Feb 2011; Markus Meier <maekke@g.o>
43 gst-plugins-base-0.10.31.ebuild:
44
45
46
47 1.1 media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gst-plugins-base-0.10.32.ebuild
53 ===================================================================
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.32.ebuild,v 1.1 2011/02/24 06:32:41 leio Exp $
57
58 EAPI=1
59
60 # order is important, gnome2 after gst-plugins
61 inherit gst-plugins-base gst-plugins10 gnome2 flag-o-matic eutils
62 # libtool
63
64 DESCRIPTION="Basepack of plugins for gstreamer"
65 HOMEPAGE="http://gstreamer.sourceforge.net"
66 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 KEYWORDS="~alpha ~amd64 ~amd64-linux ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sh ~sparc ~sparc-solaris ~x64-macos ~x64-solaris ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~x86-linux ~x86-macos ~x86-solaris"
70 IUSE="+introspection nls +orc"
71
72 RDEPEND=">=dev-libs/glib-2.22
73 >=media-libs/gstreamer-0.10.32
74 dev-libs/libxml2
75 app-text/iso-codes
76 orc? ( >=dev-lang/orc-0.4.11 )
77 !<media-libs/gst-plugins-bad-0.10.10"
78 DEPEND="${RDEPEND}
79 nls? ( >=sys-devel/gettext-0.11.5 )
80 dev-util/pkgconfig"
81 # Only if running eautoreconf: dev-util/gtk-doc-am
82
83 GST_PLUGINS_BUILD=""
84
85 DOCS="AUTHORS NEWS README RELEASE"
86
87 src_unpack() {
88 gnome2_src_unpack
89 epatch "$FILESDIR/${PN}-0.10.31-fix-tag-test-linking.patch"
90 }
91
92 src_compile() {
93 # gst doesnt handle opts well, last tested with 0.10.15
94 strip-flags
95 replace-flags "-O3" "-O2"
96
97 gst-plugins-base_src_configure \
98 $(use_enable introspection) \
99 $(use_enable nls) \
100 $(use_enable orc) \
101 --disable-examples
102 emake || die "emake failed."
103 }
104
105 src_install() {
106 gnome2_src_install
107 }