vapier 15/02/16 07:58:33 Modified: DirectFB-1.7.6.ebuild ChangeLog Log: Add fix by Jonathan Horowitz for building the cle266 driver #527986 by Toralf Förster. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.4 dev-libs/DirectFB/DirectFB-1.7.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild?r1=1.3&r2=1.4 Index: DirectFB-1.7.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- DirectFB-1.7.6.ebuild 28 Jan 2015 19:30:18 -0000 1.3 +++ DirectFB-1.7.6.ebuild 16 Feb 2015 07:58:33 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild,v 1.3 2015/01/28 19:30:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/DirectFB-1.7.6.ebuild,v 1.4 2015/02/16 07:58:33 vapier Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -77,7 +77,8 @@ "${FILESDIR}"/${PN}-1.6.3-pkgconfig.patch \ "${FILESDIR}"/${PN}-1.7.1-build.patch \ "${FILESDIR}"/${PN}-1.6.3-setregion.patch \ - "${FILESDIR}"/${PN}-1.6.3-atomic-fix-compiler-error-when-building-for-thumb2.patch + "${FILESDIR}"/${PN}-1.6.3-atomic-fix-compiler-error-when-building-for-thumb2.patch \ + "${FILESDIR}"/${PN}-1.7.6-cle266.patch sed -i \ -e '/#define RASPBERRY_PI/d' \ systems/egl/egl_system.c || die #497124 1.142 dev-libs/DirectFB/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/DirectFB/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 28 Jan 2015 19:30:18 -0000 1.141 +++ ChangeLog 16 Feb 2015 07:58:33 -0000 1.142 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/DirectFB # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.141 2015/01/28 19:30:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/DirectFB/ChangeLog,v 1.142 2015/02/16 07:58:33 vapier Exp $ + + 16 Feb 2015; Mike Frysinger <vap...@gentoo.org> + +files/DirectFB-1.7.6-cle266.patch, DirectFB-1.7.6.ebuild: + Add fix by Jonathan Horowitz for building the cle266 driver #527986 by Toralf + Förster. 28 Jan 2015; Michał Górny <mgo...@gentoo.org> DirectFB-1.4.9-r1.ebuild, DirectFB-1.6.3-r1.ebuild, DirectFB-1.7.1.ebuild, DirectFB-1.7.5.ebuild,