diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-14 15:37:58 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-14 15:37:58 +0000 |
commit | 9f89f8f8546700aa1eb28aada2ee8dc18610c26e (patch) | |
tree | 557fefc0f280f8d6050a81c0b65fddd8632ee662 /games-emulation | |
parent | Version bump. (diff) | |
download | gentoo-2-9f89f8f8546700aa1eb28aada2ee8dc18610c26e.tar.gz gentoo-2-9f89f8f8546700aa1eb28aada2ee8dc18610c26e.tar.bz2 gentoo-2-9f89f8f8546700aa1eb28aada2ee8dc18610c26e.zip |
Add dep on libsdl[opengl] for screenshot code, bug #507600.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/mupen64plus-core/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/mupen64plus-core/ChangeLog b/games-emulation/mupen64plus-core/ChangeLog index 44c5c6b7df1a..c02a4e323dc8 100644 --- a/games-emulation/mupen64plus-core/ChangeLog +++ b/games-emulation/mupen64plus-core/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mupen64plus-core -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.3 2013/12/19 16:55:13 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/ChangeLog,v 1.4 2014/04/14 15:37:58 mgorny Exp $ + + 14 Apr 2014; Michał Górny <mgorny@gentoo.org> mupen64plus-core-2.0.ebuild: + Add dep on libsdl[opengl] for screenshot code, bug #507600. 19 Dec 2013; Michał Górny <mgorny@gentoo.org> mupen64plus-core-2.0.ebuild: Update SRC_URI following the upstream move to github. diff --git a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild index d2a9a1121a5d..e6b0fa33e60f 100644 --- a/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild +++ b/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild,v 1.3 2013/12/19 16:55:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus-core/mupen64plus-core-2.0.ebuild,v 1.4 2014/04/14 15:37:58 mgorny Exp $ EAPI=5 @@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86" IUSE="lirc new-dynarec +osd sse" RDEPEND="media-libs/libpng:0= - media-libs/libsdl:0=[joystick,video] + media-libs/libsdl:0=[joystick,opengl,video] sys-libs/zlib:0=[minizip] lirc? ( app-misc/lirc:0 ) osd? ( |