Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsdl2: libsdl2-2.0.1-r1.ebuild ChangeLog
Date: Sat, 04 Jan 2014 22:36:23
Message-Id: 20140104223620.B2D952004C@flycatcher.gentoo.org
1 hasufell 14/01/04 22:36:20
2
3 Modified: libsdl2-2.0.1-r1.ebuild ChangeLog
4 Log:
5 fix fusionsound requirements
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: libsdl2-2.0.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libsdl2-2.0.1-r1.ebuild 1 Jan 2014 00:26:03 -0000 1.1
23 +++ libsdl2-2.0.1-r1.ebuild 4 Jan 2014 22:36:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild,v 1.1 2014/01/01 00:26:03 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.1-r1.ebuild,v 1.2 2014/01/04 22:36:20 hasufell Exp $
29
30 EAPI=5
31 inherit autotools flag-o-matic toolchain-funcs eutils
32 @@ -29,7 +29,7 @@
33 alsa? ( media-libs/alsa-lib )
34 dbus? ( sys-apps/dbus )
35 directfb? ( >=dev-libs/DirectFB-1.0.0 )
36 - fusionsound? ( >=media-libs/FusionSound-1.1.1 )
37 + fusionsound? ( || ( >=media-libs/FusionSound-1.1.1 >=dev-libs/DirectFB-1.7.1[fusionsound] ) )
38 gles? ( media-libs/mesa[gles2] )
39 nas? ( media-libs/nas )
40 opengl? ( virtual/opengl virtual/glu )
41
42
43
44 1.8 media-libs/libsdl2/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.7&r2=1.8
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- ChangeLog 1 Jan 2014 00:26:03 -0000 1.7
57 +++ ChangeLog 4 Jan 2014 22:36:20 -0000 1.8
58 @@ -1,6 +1,9 @@
59 # ChangeLog for media-libs/libsdl2
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.7 2014/01/01 00:26:03 hasufell Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.8 2014/01/04 22:36:20 hasufell Exp $
63 +
64 + 04 Jan 2014; Julian Ospald <hasufell@g.o> libsdl2-2.0.1-r1.ebuild:
65 + fix fusionsound requirements
66
67 *libsdl2-2.0.1-r1 (01 Jan 2014)