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