From e6dcb9f80997ef83a4dfa17dbae75844d7a76ab3 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 May 2016 11:11:23 +0300 Subject: gnash: few fixes added smplayer-scm from multimedia repo (a bit edited) --- www-plugins/gnash/gnash-9999.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'www-plugins') diff --git a/www-plugins/gnash/gnash-9999.ebuild b/www-plugins/gnash/gnash-9999.ebuild index 3bd5b0c..9e6af91 100644 --- a/www-plugins/gnash/gnash-9999.ebuild +++ b/www-plugins/gnash/gnash-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.10_p20120903.ebuild,v 1.2 2012/10/31 17:26:47 flameeyes Exp $ -EAPI=4 +EAPI=5 CMAKE_REQUIRED="never" KDE_REQUIRED="optional" AT_M4DIR="cygnal" @@ -132,22 +132,22 @@ pkg_setup() { src_prepare() { # Fix paths for klash, bug #339610 - epatch "${FILESDIR}"/${PN}-0.8.9-klash.patch +# epatch "${FILESDIR}"/${PN}-0.8.9-klash.patch # Use external dejagnu for tests, bug #321017 - epatch "${FILESDIR}"/${PN}-0.8.9-external-dejagnu.patch +# epatch "${FILESDIR}"/${PN}-0.8.9-external-dejagnu.patch # Fix building on ppc64, bug #342535 use ppc64 && append-flags -mminimal-toc # Fix kde multilib library path, bug #391283 - epatch "${FILESDIR}"/${PN}-0.8.9-kde4-libdir.patch +# epatch "${FILESDIR}"/${PN}-0.8.9-kde4-libdir.patch # Fix gettext macros build failure # epatch "${FILESDIR}"/${PN}-0.8.10-gettext-macro.patch # Fix libamf includes - epatch "${FILESDIR}"/${PN}-0.8.10-amf-include.patch +# epatch "${FILESDIR}"/${PN}-0.8.10-amf-include.patch # Allow building against npapi-sdk, bug #383071 # epatch "${FILESDIR}"/${PN}-0.8.10-npapi-sdk.patch @@ -155,7 +155,8 @@ src_prepare() { # Allow building against boost-1.50, bug #425442 # epatch "${FILESDIR}"/${PN}-0.8.10-boost-1.50.patch - eautoreconf +# eautoreconf + ./autogen.sh } src_configure() { local device gui input media myconf myext renderers -- cgit v1.2.3