Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-ugly: ChangeLog gst-plugins-ugly-0.10.11.ebuild
Date: Mon, 30 Mar 2009 04:41:59
Message-Id: E1Lo9Js-0002Os-Km@stork.gentoo.org
1 tester 09/03/30 04:41:56
2
3 Modified: ChangeLog
4 Added: gst-plugins-ugly-0.10.11.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.48 media-libs/gst-plugins-ugly/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.48&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?rev=1.48&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog?r1=1.47&r2=1.48
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v
19 retrieving revision 1.47
20 retrieving revision 1.48
21 diff -u -r1.47 -r1.48
22 --- ChangeLog 5 Dec 2008 22:02:25 -0000 1.47
23 +++ ChangeLog 30 Mar 2009 04:41:56 -0000 1.48
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/gst-plugins-ugly
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.47 2008/12/05 22:02:25 ssuominen Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/ChangeLog,v 1.48 2009/03/30 04:41:56 tester Exp $
30 +
31 +*gst-plugins-ugly-0.10.11 (30 Mar 2009)
32 +
33 + 30 Mar 2009; Olivier CrĂȘte <tester@g.o>
34 + +gst-plugins-ugly-0.10.11.ebuild:
35 + Version bump
36
37 *gst-plugins-ugly-0.10.10 (05 Dec 2008)
38
39
40
41
42 1.1 media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.11.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gst-plugins-ugly-0.10.11.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-ugly/gst-plugins-ugly-0.10.11.ebuild,v 1.1 2009/03/30 04:41:56 tester Exp $
52
53 # order is important, gnome2 after gst-plugins
54 inherit gst-plugins-ugly gst-plugins10 gnome2 eutils flag-o-matic libtool
55
56 DESCRIPTION="Basepack of plugins for gstreamer"
57 HOMEPAGE="http://gstreamer.sourceforge.net"
58 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
62 IUSE=""
63
64 RDEPEND=">=media-libs/gst-plugins-base-0.10.22
65 >=media-libs/gstreamer-0.10.22
66 >=dev-libs/liboil-0.3.8
67 >=dev-libs/glib-2.12"
68 DEPEND="${RDEPEND}
69 >=sys-devel/gettext-0.11.5
70 dev-util/pkgconfig
71 !<media-libs/gst-plugins-bad-0.10.11"
72
73 GST_PLUGINS_BUILD=""
74
75 src_compile() {
76 # gst doesnt handle optimisations well
77 strip-flags
78 replace-flags "-O3" "-O2"
79 filter-flags "-fprefetch-loop-arrays" # see bug 22249
80
81 gst-plugins-ugly_src_configure
82
83 emake || die "emake failed."
84 }
85
86 # override eclass
87 src_install() {
88 gnome2_src_install
89 }
90
91 DOCS="AUTHORS README RELEASE"
92
93 pkg_postinst () {
94 gnome2_pkg_postinst
95
96 elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
97 elog "applications now should provide the basic plugins needed."
98 elog ""
99 elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
100 elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
101 elog "In most cases it shouldn't be needed though to emerge extra plugins."
102 }
103
104 pkg_postrm() {
105 gnome2_pkg_postrm
106 }