tetromino    15/05/25 22:48:38

  Modified:             ChangeLog
  Added:                gst-plugins-faad-1.4.5-r1.ebuild
  Log:
  Fix broken build with gcc-5.1 that makes Firefox segfault (bug #549612, 
thanks to Gabriel Marcano).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.177                media-plugins/gst-plugins-faad/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?rev=1.177&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?rev=1.177&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog?r1=1.176&r2=1.177

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- ChangeLog   29 Mar 2015 10:53:07 -0000      1.176
+++ ChangeLog   25 May 2015 22:48:38 -0000      1.177
@@ -1,6 +1,14 @@
 # ChangeLog for media-plugins/gst-plugins-faad
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v 
1.176 2015/03/29 10:53:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/ChangeLog,v 
1.177 2015/05/25 22:48:38 tetromino Exp $
+
+*gst-plugins-faad-1.4.5-r1 (25 May 2015)
+
+  25 May 2015; Alexandre Rostovtsev <tetrom...@gentoo.org>
+  +gst-plugins-faad-1.4.5-r1.ebuild,
+  +files/gst-plugins-faad-1.4.5-version-check.patch:
+  Fix broken build with gcc-5.1 that makes Firefox segfault (bug #549612,
+  thanks to Gabriel Marcano).
 
   29 Mar 2015; Jeroen Roovers <j...@gentoo.org> gst-plugins-faad-1.4.5.ebuild:
   Stable for HPPA (bug #534012).



1.1                  
media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5-r1.ebuild?rev=1.1&content-type=text/plain

Index: gst-plugins-faad-1.4.5-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/media-plugins/gst-plugins-faad/gst-plugins-faad-1.4.5-r1.ebuild,v
 1.1 2015/05/25 22:48:38 tetromino Exp $

EAPI="5"
GST_ORG_MODULE=gst-plugins-bad

inherit autotools gstreamer

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd 
~x86-fbsd"
IUSE=""

RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"

src_prepare() {
        # From upstream git, fixes corrupt build with gcc-5.1
        epatch "${FILESDIR}"/${P}-version-check.patch
        eautoreconf
}




Reply via email to