diff options
-rw-r--r-- | www-plugins/gnash/ChangeLog | 6 | ||||
-rw-r--r-- | www-plugins/gnash/gnash-0.8.8.ebuild | 7 |
2 files changed, 11 insertions, 2 deletions
diff --git a/www-plugins/gnash/ChangeLog b/www-plugins/gnash/ChangeLog index 72786ec0340f..709af1ff9bef 100644 --- a/www-plugins/gnash/ChangeLog +++ b/www-plugins/gnash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-plugins/gnash # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.60 2011/04/10 22:26:46 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.61 2011/05/17 14:45:53 chithanh Exp $ + + 17 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnash-0.8.8.ebuild: + Add ffmpeg detection fix to gnash-0.8.8 too, bug #367501 10 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gnash-0.8.9.ebuild, +files/gnash-0.8.9-look-harder-for-version_h.patch, diff --git a/www-plugins/gnash/gnash-0.8.8.ebuild b/www-plugins/gnash/gnash-0.8.8.ebuild index 7ab6f730a653..112062ed1a2c 100644 --- a/www-plugins/gnash/gnash-0.8.8.ebuild +++ b/www-plugins/gnash/gnash-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.18 2011/03/27 12:03:45 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.19 2011/05/17 14:45:53 chithanh Exp $ EAPI=3 CMAKE_REQUIRED="never" @@ -161,6 +161,11 @@ src_prepare() { # Fix insecure creation of temporary files, bug #351724 epatch "${FILESDIR}"/${PN}-0.8.8-secure-tempfile-creation.patch + # Fix detection of recent ffmpeg, bug #362683 + epatch "${FILESDIR}"/${PN}-0.8.9-ffmpeg-detection.patch + epatch "${FILESDIR}"/${PN}-0.8.9-libavcodec-version.patch + epatch "${FILESDIR}"/${PN}-0.8.9-look-harder-for-version_h.patch + # Fix building on ppc64, bug #342535 use ppc64 && append-flags -mminimal-toc |