Gentoo Archives: gentoo-commits

From: "Zaheer Abbas Merali (zaheerm)" <zaheerm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gst-plugins-good: ChangeLog gst-plugins-good-0.10.7.ebuild
Date: Thu, 21 Feb 2008 10:19:45
Message-Id: E1JS8Wk-0004Qo-8t@stork.gentoo.org
1 zaheerm 08/02/21 10:19:42
2
3 Modified: ChangeLog
4 Added: gst-plugins-good-0.10.7.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.46 media-libs/gst-plugins-good/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 2 Feb 2008 13:53:52 -0000 1.45
23 +++ ChangeLog 21 Feb 2008 10:19:41 -0000 1.46
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/gst-plugins-good
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.45 2008/02/02 13:53:52 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.46 2008/02/21 10:19:41 zaheerm Exp $
29 +
30 +*gst-plugins-good-0.10.7 (21 Feb 2008)
31 +
32 + 21 Feb 2008; Zaheer Abbas Merali <zaheerm@g.o>
33 + +gst-plugins-good-0.10.7.ebuild:
34 + version bump
35
36 02 Feb 2008; Samuli Suominen <drac@g.o>
37 -gst-plugins-good-0.10.2.ebuild, -gst-plugins-good-0.10.3.ebuild,
38
39
40
41 1.1 media-libs/gst-plugins-good/gst-plugins-good-0.10.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gst-plugins-good-0.10.7.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.7.ebuild,v 1.1 2008/02/21 10:19:41 zaheerm Exp $
51
52 # order is important, gnome2 after gst-plugins
53 inherit gst-plugins-good gst-plugins10 gnome2 eutils flag-o-matic libtool
54
55 DESCRIPTION="Basepack of plugins for gstreamer"
56 HOMEPAGE="http://gstreamer.net/"
57 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
58
59 LICENSE="LGPL-2.1"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
61
62 RDEPEND=">=media-libs/gst-plugins-base-0.10.17
63 >=media-libs/gstreamer-0.10.17
64 >=dev-libs/liboil-0.3.6"
65 DEPEND="${RDEPEND}
66 >=sys-devel/gettext-0.11.5
67 >=dev-util/pkgconfig-0.9
68 !<media-libs/gst-plugins-bad-0.10.6"
69
70 # overrides the eclass
71 src_unpack() {
72 unpack ${A}
73 }
74
75 src_compile() {
76 elibtoolize
77
78 # gst doesnt handle optimisations well
79 strip-flags
80 replace-flags "-O3" "-O2"
81 filter-flags "-fprefetch-loop-arrays" # see bug 22249
82 if use alpha || use amd64 || use ia64 || use hppa; then
83 append-flags -fPIC
84 fi
85
86 gst-plugins-good_src_configure
87
88 emake || die
89 }
90
91 # override eclass
92 src_install() {
93 gnome2_src_install
94 }
95
96 DOCS="AUTHORS README RELEASE"
97
98 pkg_postinst () {
99 gnome2_pkg_postinst
100
101 echo ""
102 elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
103 elog "applications now should provide the basic plugins needed."
104 elog ""
105 elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
106 elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
107 elog "In most cases it shouldn't be needed though to emerge extra plugins."
108 }
109
110 pkg_postrm() {
111 gnome2_pkg_postrm
112 }
113
114
115
116 --
117 gentoo-commits@l.g.o mailing list