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-bad: ChangeLog gst-plugins-bad-0.10.6.ebuild
Date: Thu, 21 Feb 2008 10:42:25
Message-Id: E1JS8sh-0004ZM-8W@stork.gentoo.org
1 zaheerm 08/02/21 10:42:23
2
3 Modified: ChangeLog
4 Added: gst-plugins-bad-0.10.6.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.13 media-libs/gst-plugins-bad/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 22 Dec 2007 14:14:58 -0000 1.12
23 +++ ChangeLog 21 Feb 2008 10:42:22 -0000 1.13
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-libs/gst-plugins-bad
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.12 2007/12/22 14:14:58 dertobi123 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/ChangeLog,v 1.13 2008/02/21 10:42:22 zaheerm Exp $
30 +
31 +*gst-plugins-bad-0.10.6 (21 Feb 2008)
32 +
33 + 21 Feb 2008; Zaheer Abbas Merali <zaheerm@g.o>
34 + +gst-plugins-bad-0.10.6.ebuild:
35 + version bump
36
37 22 Dec 2007; Tobias Scherbaum <dertobi123@g.o>
38 gst-plugins-bad-0.10.5.ebuild:
39 @@ -20,7 +26,7 @@
40 +gst-plugins-bad-0.10.5.ebuild:
41 Version bump.
42
43 - 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
44 + 22 Feb 2007; Piotr Jaroszyński <peper@g.o> ChangeLog:
45 Transition to Manifest2.
46
47 *gst-plugins-bad-0.10.4 (25 Jan 2007)
48
49
50
51 1.1 media-libs/gst-plugins-bad/gst-plugins-bad-0.10.6.ebuild
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.6.ebuild?rev=1.1&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.6.ebuild?rev=1.1&content-type=text/plain
55
56 Index: gst-plugins-bad-0.10.6.ebuild
57 ===================================================================
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 # $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-bad/gst-plugins-bad-0.10.6.ebuild,v 1.1 2008/02/21 10:42:22 zaheerm Exp $
61
62 inherit gst-plugins-bad gnome2 eutils flag-o-matic libtool
63
64 DESCRIPTION="Unmaintained plugins for GStreamer"
65 HOMEPAGE="http://gstreamer.freedesktop.org/"
66 SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
71
72 RDEPEND=">=media-libs/gst-plugins-base-0.10.17
73 >=media-libs/gstreamer-0.10.17"
74
75 DEPEND="${RDEPEND}"
76
77 src_unpack() {
78 unpack ${A}
79 }
80
81 src_compile() {
82 elibtoolize
83
84 strip-flags
85 replace-flags "-O3" "-O2"
86 filter-flags "-fprefetch-loop-arrays" # (Bug #22249)
87
88 if use alpha || use amd64 || use ia64 || use hppa ; then
89 append-flags -fPIC
90 fi
91
92 gst-plugins-bad_src_configure
93
94 emake || die
95 }
96
97 src_install() {
98 gnome2_src_install
99 }
100
101 DOCS="AUTHORS ChangeLog NEWS README RELEASE"
102
103 pkg_postinst() {
104 gnome2_pkg_postinst
105 }
106
107 pkg_postrm() {
108 gnome2_pkg_postrm
109 }
110
111
112
113 --
114 gentoo-commits@l.g.o mailing list