Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@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.8.ebuild
Date: Sun, 29 Jun 2008 15:31:54
Message-Id: E1KCysW-0002CU-DM@stork.gentoo.org
1 drac 08/06/29 15:31:48
2
3 Modified: ChangeLog
4 Added: gst-plugins-good-0.10.8.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
8
9 Revision Changes Path
10 1.47 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.47&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 21 Feb 2008 10:19:41 -0000 1.46
23 +++ ChangeLog 29 Jun 2008 15:31:47 -0000 1.47
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.46 2008/02/21 10:19:41 zaheerm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-good/ChangeLog,v 1.47 2008/06/29 15:31:47 drac Exp $
29 +
30 +*gst-plugins-good-0.10.8 (29 Jun 2008)
31 +
32 + 29 Jun 2008; Samuli Suominen <drac@g.o>
33 + +gst-plugins-good-0.10.8.ebuild:
34 + Version bump.
35
36 *gst-plugins-good-0.10.7 (21 Feb 2008)
37
38
39
40
41 1.1 media-libs/gst-plugins-good/gst-plugins-good-0.10.8.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-good/gst-plugins-good-0.10.8.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.8.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gst-plugins-good-0.10.8.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.8.ebuild,v 1.1 2008/06/29 15:31:47 drac 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.18
63 >=media-libs/gstreamer-0.10.18
64 >=dev-libs/liboil-0.3.8"
65 DEPEND="${RDEPEND}
66 >=sys-devel/gettext-0.11.5
67 dev-util/pkgconfig
68 !<media-libs/gst-plugins-bad-0.10.6"
69
70 # overrides the eclass
71 src_unpack() {
72 unpack ${A}
73 # Required for FreeBSD sane .so versioning
74 elibtoolize
75 }
76
77 src_compile() {
78 # gst doesnt handle optimisations well
79 strip-flags
80 replace-flags "-O3" "-O2"
81 filter-flags "-fprefetch-loop-arrays" # see bug 22249
82
83 gst-plugins-good_src_configure
84
85 emake || die "emake failed."
86 }
87
88 # override eclass
89 src_install() {
90 gnome2_src_install
91 }
92
93 DOCS="AUTHORS README RELEASE"
94
95 pkg_postinst () {
96 gnome2_pkg_postinst
97
98 echo
99 elog "The Gstreamer plugins setup has changed quite a bit on Gentoo,"
100 elog "applications now should provide the basic plugins needed."
101 echo
102 elog "The new seperate plugins are all named 'gst-plugins-<plugin>'."
103 elog "To get a listing of currently available plugins execute 'emerge -s gst-plugins-'."
104 elog "In most cases it shouldn't be needed though to emerge extra plugins."
105 }
106
107 pkg_postrm() {
108 gnome2_pkg_postrm
109 }
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list