From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D127138CDB for ; Wed, 10 Jun 2015 23:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2EB1E08F3; Wed, 10 Jun 2015 23:00:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79D07E08F3 for ; Wed, 10 Jun 2015 23:00:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D455340C96 for ; Wed, 10 Jun 2015 23:00:20 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2346) id 35AC1A0C; Wed, 10 Jun 2015 23:00:19 +0000 (UTC) From: "Devan Franchini (twitch153)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, twitch153@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/dolphin: dolphin-9999.ebuild metadata.xml ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: dolphin-9999.ebuild metadata.xml ChangeLog X-VCS-Directories: games-emulation/dolphin X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150610230019.35AC1A0C@oystercatcher.gentoo.org> Date: Wed, 10 Jun 2015 23:00:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46c4828a-304d-4965-b177-fa1ce83bb0d0 X-Archives-Hash: db81fa7b775720b4eebc282d2766d549 twitch153 15/06/10 23:00:19 Modified: dolphin-9999.ebuild metadata.xml ChangeLog Log: Adds lto USE flag for optional link-time optimizations (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF) Revision Changes Path 1.29 games-emulation/dolphin/dolphin-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild?r1=1.28&r2=1.29 Index: dolphin-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- dolphin-9999.ebuild 10 Jun 2015 22:55:51 -0000 1.28 +++ dolphin-9999.ebuild 10 Jun 2015 23:00:19 -0000 1.29 @@ -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/games-emulation/dolphin/dolphin-9999.ebuild,v 1.28 2015/06/10 22:55:51 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/dolphin-9999.ebuild,v 1.29 2015/06/10 23:00:19 twitch153 Exp $ EAPI=5 @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="0" -IUSE="alsa ao bluetooth doc ffmpeg +lzo openal opengl openmp portaudio pulseaudio" +IUSE="alsa ao bluetooth doc ffmpeg lto +lzo openal opengl openmp portaudio pulseaudio" RDEPEND=">=media-libs/glew-1.10 >=media-libs/libsfml-2.1 @@ -119,6 +119,7 @@ "-Dplugindir=$(games_get_libdir)/${PN}" "-DUSE_SHARED_ENET=ON" $( cmake-utils_use ffmpeg ENCODE_FRAMEDUMPS ) + $( cmake-utils_use_enable lto LTO ) $( cmake-utils_use openmp OPENMP ) ) 1.2 games-emulation/dolphin/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/metadata.xml?r1=1.1&r2=1.2 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/metadata.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- metadata.xml 26 Aug 2013 04:24:59 -0000 1.1 +++ metadata.xml 10 Jun 2015 23:00:19 -0000 1.2 @@ -1,6 +1,9 @@ + + Add support for link-time optimizations. + Dolphin is a Gamecube and Wii emulator. Most games run perfectly or with minor bugs. Games are playable at HD quality, with 1080p and more. 1.41 games-emulation/dolphin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/dolphin/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 10 Jun 2015 22:55:51 -0000 1.40 +++ ChangeLog 10 Jun 2015 23:00:19 -0000 1.41 @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/dolphin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.40 2015/06/10 22:55:51 twitch153 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dolphin/ChangeLog,v 1.41 2015/06/10 23:00:19 twitch153 Exp $ + + 10 Jun 2015; Devan Franchini dolphin-9999.ebuild, + metadata.xml: + Adds lto USE flag for optional link-time optimizations 10 Jun 2015; Devan Franchini dolphin-9999.ebuild: Enables looking for shared enet