Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Peter Alfredsen (loki_val)" <loki_val@g.o>
|
|
Subject:
|
gentoo-x86 commit in media-plugins/gst-plugins-ffmpeg: ChangeLog gst-plugins-ffmpeg-0.10.5.ebuild
|
|
Date:
|
Wed, 15 Oct 2008 08:18:14 +0000
|
|
loki_val 08/10/15 08:18:14
Modified: ChangeLog gst-plugins-ffmpeg-0.10.5.ebuild
Log:
Drop most of the filterflags. We're using system ffmpeg anyway.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc8 x86_64)
Revision Changes Path
1.89 media-plugins/gst-plugins-ffmpeg/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog?r1=1.88&r2=1.89
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog 14 Oct 2008 16:37:41 -0000 1.88
+++ ChangeLog 15 Oct 2008 08:18:14 -0000 1.89
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.88 2008/10/14 16:37:41 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.89 2008/10/15 08:18:14 loki_val Exp $
+
+ 15 Oct 2008; Peter Alfredsen <loki_val@g.o>
+ gst-plugins-ffmpeg-0.10.5.ebuild:
+ Drop most of the filterflags. We're using system ffmpeg anyway.
14 Oct 2008; Peter Alfredsen <loki_val@g.o>
gst-plugins-ffmpeg-0.10.4-r1.ebuild:
1.2 media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild
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
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
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
Index: gst-plugins-ffmpeg-0.10.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/gst-plugins-ffmpeg-0.10.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gst-plugins-ffmpeg-0.10.5.ebuild 14 Oct 2008 14:31:57 -0000 1.1
+++ gst-plugins-ffmpeg-0.10.5.ebuild 15 Oct 2008 08:18:14 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
inherit flag-o-matic eutils base
@@ -50,16 +50,7 @@
}
src_compile() {
- # Restrictions taken from the mplayer ebuild
- # See bug #64262 for more info
- # let's play the filtration game!
- filter-flags -fPIE -fPIC -fstack-protector -fforce-addr -momit-leaf-frame-pointer -msse2 -msse3 -falign-functions -fweb
- # ugly optimizations cause MPlayer to cry on x86 systems!
- if use x86 ; then
- replace-flags -O0 -O2
- replace-flags -O3 -O2
- fi
-
+ append-flags -fno-strict-aliasing
econf --with-system-ffmpeg
emake || die "emake failed."
}
|
|