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.0.ebuild ChangeLog
Date: Sat, 31 Aug 2013 14:34:57
Message-Id: 20130831143450.64F9E2004B@flycatcher.gentoo.org
1 hasufell 13/08/31 14:34:50
2
3 Modified: libsdl2-2.0.0.ebuild ChangeLog
4 Log:
5 add custom-cflags useflag
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.2 media-libs/libsdl2/libsdl2-2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: libsdl2-2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libsdl2-2.0.0.ebuild 28 Aug 2013 21:36:52 -0000 1.1
23 +++ libsdl2-2.0.0.ebuild 31 Aug 2013 14:34:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.0.ebuild,v 1.1 2013/08/28 21:36:52 hasufell Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/libsdl2-2.0.0.ebuild,v 1.2 2013/08/31 14:34:50 hasufell Exp $
29
30 EAPI=5
31 inherit autotools flag-o-matic toolchain-funcs eutils
32 @@ -14,7 +14,7 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35
36 -IUSE="3dnow alsa altivec +audio dbus directfb fusionsound gles haptic +joystick mmx nas opengl oss pulseaudio sse sse2 static-libs tslib udev +video X xinerama xscreensaver"
37 +IUSE="3dnow alsa altivec +audio custom-cflags dbus directfb fusionsound gles haptic +joystick mmx nas opengl oss pulseaudio sse sse2 static-libs tslib udev +video X xinerama xscreensaver"
38 REQUIRED_USE="
39 alsa? ( audio )
40 fusionsound? ( audio )
41 @@ -63,6 +63,8 @@
42 }
43
44 src_configure() {
45 + use custom-cflags || strip-flags
46 +
47 local directfbconf="--disable-video-directfb"
48 if use directfb ; then
49 # since DirectFB can link against SDL and trigger a
50
51
52
53 1.3 media-libs/libsdl2/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.3&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?rev=1.3&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsdl2/ChangeLog?r1=1.2&r2=1.3
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v
62 retrieving revision 1.2
63 retrieving revision 1.3
64 diff -u -r1.2 -r1.3
65 --- ChangeLog 29 Aug 2013 02:04:23 -0000 1.2
66 +++ ChangeLog 31 Aug 2013 14:34:50 -0000 1.3
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/libsdl2
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.2 2013/08/29 02:04:23 hasufell Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl2/ChangeLog,v 1.3 2013/08/31 14:34:50 hasufell Exp $
72 +
73 + 31 Aug 2013; Julian Ospald <hasufell@g.o> libsdl2-2.0.0.ebuild:
74 + add custom-cflags useflag
75
76 29 Aug 2013; Julian Ospald <hasufell@g.o>
77 files/libsdl2-2.0.0-static-libs.patch: