ssuominen 14/08/21 11:07:28 Modified: nx-3.5.0.27.ebuild ChangeLog Log: Fix building with media-libs/jpeg >= 9a wrt #481360 by Gabriel Marcano (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 net-misc/nx/nx-3.5.0.27.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild?r1=1.1&r2=1.2 Index: nx-3.5.0.27.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nx-3.5.0.27.ebuild 5 Aug 2014 09:11:37 -0000 1.1 +++ nx-3.5.0.27.ebuild 21 Aug 2014 11:07:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild,v 1.1 2014/08/05 09:11:37 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/nx-3.5.0.27.ebuild,v 1.2 2014/08/21 11:07:28 ssuominen Exp $ EAPI=5 inherit autotools eutils multilib readme.gentoo @@ -38,6 +38,7 @@ epatch "${FILESDIR}"/${PN}-3.2.0-nxproxy_read_from_stdin.patch cd "${S}" + epatch "${FILESDIR}"/${P}-jpeg-9a.patch #481360 # -fPIC epatch "${FILESDIR}"/1.5.0/nxcomp-1.5.0-pic.patch # Drop force -O3, set AR/RANLIB and 1.87 net-misc/nx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.87&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?rev=1.87&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/nx/ChangeLog?r1=1.86&r2=1.87 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- ChangeLog 5 Aug 2014 09:11:37 -0000 1.86 +++ ChangeLog 21 Aug 2014 11:07:28 -0000 1.87 @@ -1,6 +1,10 @@ # ChangeLog for net-misc/nx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.86 2014/08/05 09:11:37 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nx/ChangeLog,v 1.87 2014/08/21 11:07:28 ssuominen Exp $ + + 21 Aug 2014; Samuli Suominen <[email protected]> + +files/nx-3.5.0.27-jpeg-9a.patch, nx-3.5.0.27.ebuild: + Fix building with media-libs/jpeg >= 9a wrt #481360 by Gabriel Marcano *nx-3.5.0.27 (05 Aug 2014)
