Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: ChangeLog gst-plugins-ffmpeg-0.10.5.ebuild
Date: Wed, 15 Oct 2008 08:18:19
Message-Id: E1Kq1aA-0002O2-LX@stork.gentoo.org
1 loki_val 08/10/15 08:18:14
2
3 Modified: ChangeLog gst-plugins-ffmpeg-0.10.5.ebuild
4 Log:
5 Drop most of the filterflags. We're using system ffmpeg anyway.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
7
8 Revision Changes Path
9 1.89 media-plugins/gst-plugins-ffmpeg/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.89&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.89&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.88&r2=1.89
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
18 retrieving revision 1.88
19 retrieving revision 1.89
20 diff -u -r1.88 -r1.89
21 --- ChangeLog 14 Oct 2008 16:37:41 -0000 1.88
22 +++ ChangeLog 15 Oct 2008 08:18:14 -0000 1.89
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-plugins/gst-plugins-ffmpeg
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.88 2008/10/14 16:37:41 loki_val Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.89 2008/10/15 08:18:14 loki_val Exp $
28 +
29 + 15 Oct 2008; Peter Alfredsen <loki_val@g.o>
30 + gst-plugins-ffmpeg-0.10.5.ebuild:
31 + Drop most of the filterflags. We're using system ffmpeg anyway.
32
33 14 Oct 2008; Peter Alfredsen <loki_val@g.o>
34 gst-plugins-ffmpeg-0.10.4-r1.ebuild:
35
36
37
38 1.2 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild?r1=1.1&r2=1.2
43
44 Index: gst-plugins-ffmpeg-0.10.5.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gst-plugins-ffmpeg-0.10.5.ebuild 14 Oct 2008 14:31:57 -0000 1.1
51 +++ gst-plugins-ffmpeg-0.10.5.ebuild 15 Oct 2008 08:18:14 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v 1.1 2008/10/14 14:31:57 loki_val Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v 1.2 2008/10/15 08:18:14 loki_val Exp $
57
58 inherit flag-o-matic eutils base
59
60 @@ -50,16 +50,7 @@
61 }
62
63 src_compile() {
64 - # Restrictions taken from the mplayer ebuild
65 - # See bug #64262 for more info
66 - # let's play the filtration game!
67 - filter-flags -fPIE -fPIC -fstack-protector -fforce-addr -momit-leaf-frame-pointer -msse2 -msse3 -falign-functions -fweb
68 - # ugly optimizations cause MPlayer to cry on x86 systems!
69 - if use x86 ; then
70 - replace-flags -O0 -O2
71 - replace-flags -O3 -O2
72 - fi
73 -
74 + append-flags -fno-strict-aliasing
75 econf --with-system-ffmpeg
76 emake || die "emake failed."
77 }