Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/sdlmess: sdlmess-0.149.ebuild sdlmess-0.148_p1.ebuild ChangeLog
Date: Fri, 30 Jan 2015 18:26:02
Message-Id: 20150130182558.A6C7610B45@oystercatcher.gentoo.org
1 mr_bones_ 15/01/30 18:25:58
2
3 Modified: sdlmess-0.149.ebuild sdlmess-0.148_p1.ebuild
4 ChangeLog
5 Log:
6 remove alsa use flag (bug #514600); use system portmidi lib; drop ppc until portmidi is keyworded
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.3 games-emulation/sdlmess/sdlmess-0.149.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild?r1=1.2&r2=1.3
16
17 Index: sdlmess-0.149.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- sdlmess-0.149.ebuild 15 May 2014 16:40:37 -0000 1.2
24 +++ sdlmess-0.149.ebuild 30 Jan 2015 18:25:58 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v 1.2 2014/05/15 16:40:37 ulm Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.149.ebuild,v 1.3 2015/01/30 18:25:58 mr_bones_ Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python2_6 python2_7 )
34 @@ -25,8 +25,8 @@
35
36 LICENSE="XMAME"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~x86"
39 -IUSE="X alsa debug opengl"
40 +KEYWORDS="~amd64 ~x86"
41 +IUSE="X debug opengl"
42 REQUIRED_USE="debug? ( X )"
43
44 RDEPEND=">=dev-lang/lua-5.2
45 @@ -37,7 +37,7 @@
46 media-libs/sdl-ttf
47 sys-libs/zlib
48 virtual/jpeg
49 - alsa? ( media-libs/alsa-lib )
50 + media-libs/portmidi
51 debug? (
52 x11-libs/gtk+:2
53 gnome-base/gconf
54 @@ -96,12 +96,13 @@
55 "${FILESDIR}"/${P}-debugger-linking.patch
56
57 # Don't compile zlib and expat
58 - einfo "Disabling embedded libraries: expat, flac, jpeg, zlib, lua"
59 + einfo "Disabling embedded libraries: expat, flac, jpeg, lua, portmidi, zlib"
60 disable_feature BUILD_EXPAT
61 disable_feature BUILD_FLAC
62 disable_feature BUILD_JPEG
63 - disable_feature BUILD_ZLIB
64 disable_feature BUILD_LUA
65 + disable_feature BUILD_MIDILIB
66 + disable_feature BUILD_ZLIB
67
68 if use amd64; then
69 einfo "Enabling 64-bit support"
70 @@ -126,11 +127,6 @@
71 enable_feature NO_OPENGL src/osd/sdl/sdl.mak
72 fi
73
74 - if ! use alsa ; then
75 - einfo "Disabling alsa midi support"
76 - enable_feature NO_USE_MIDI src/osd/sdl/sdl.mak
77 - fi
78 -
79 if ! use X ; then
80 einfo "Disabling X support"
81 enable_feature NO_X11 src/osd/sdl/sdl.mak
82
83
84
85 1.5 games-emulation/sdlmess/sdlmess-0.148_p1.ebuild
86
87 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?rev=1.5&view=markup
88 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?rev=1.5&content-type=text/plain
89 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild?r1=1.4&r2=1.5
90
91 Index: sdlmess-0.148_p1.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v
94 retrieving revision 1.4
95 retrieving revision 1.5
96 diff -u -r1.4 -r1.5
97 --- sdlmess-0.148_p1.ebuild 15 May 2014 16:40:37 -0000 1.4
98 +++ sdlmess-0.148_p1.ebuild 30 Jan 2015 18:25:58 -0000 1.5
99 @@ -1,6 +1,6 @@
100 -# Copyright 1999-2014 Gentoo Foundation
101 +# Copyright 1999-2015 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v 1.4 2014/05/15 16:40:37 ulm Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/sdlmess-0.148_p1.ebuild,v 1.5 2015/01/30 18:25:58 mr_bones_ Exp $
105
106 EAPI=5
107 PYTHON_COMPAT=( python2_6 python2_7 )
108 @@ -25,8 +25,8 @@
109
110 LICENSE="XMAME"
111 SLOT="0"
112 -KEYWORDS="amd64 ~ppc x86"
113 -IUSE="X alsa debug opengl"
114 +KEYWORDS="amd64 x86"
115 +IUSE="X debug opengl"
116 REQUIRED_USE="debug? ( X )"
117
118 RDEPEND="dev-libs/expat
119 @@ -36,7 +36,7 @@
120 media-libs/sdl-ttf
121 sys-libs/zlib
122 virtual/jpeg
123 - alsa? ( media-libs/alsa-lib )
124 + media-libs/portmidi
125 X? (
126 gnome-base/gconf
127 x11-libs/gtk+:2
128 @@ -91,10 +91,11 @@
129 "${FILESDIR}"/${P}-no-opengl.patch
130
131 # Don't compile zlib and expat
132 - einfo "Disabling embedded libraries: expat, flac, jpeg, zlib"
133 + einfo "Disabling embedded libraries: expat, flac, jpeg, portmidi, zlib"
134 disable_feature BUILD_EXPAT
135 disable_feature BUILD_FLAC
136 disable_feature BUILD_JPEG
137 + disable_feature BUILD_MIDILIB
138 disable_feature BUILD_ZLIB
139
140 if use amd64; then
141 @@ -117,11 +118,6 @@
142 enable_feature NO_OPENGL src/osd/sdl/sdl.mak
143 fi
144
145 - if ! use alsa ; then
146 - einfo "Disabling alsa midi support"
147 - enable_feature NO_USE_MIDI src/osd/sdl/sdl.mak
148 - fi
149 -
150 if ! use X ; then
151 einfo "Disabling X support"
152 enable_feature NO_X11 src/osd/sdl/sdl.mak
153
154
155
156 1.6 games-emulation/sdlmess/ChangeLog
157
158 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?rev=1.6&view=markup
159 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?rev=1.6&content-type=text/plain
160 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/sdlmess/ChangeLog?r1=1.5&r2=1.6
161
162 Index: ChangeLog
163 ===================================================================
164 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v
165 retrieving revision 1.5
166 retrieving revision 1.6
167 diff -u -r1.5 -r1.6
168 --- ChangeLog 15 May 2014 16:40:37 -0000 1.5
169 +++ ChangeLog 30 Jan 2015 18:25:58 -0000 1.6
170 @@ -1,6 +1,11 @@
171 # ChangeLog for games-emulation/sdlmess
172 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
173 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.5 2014/05/15 16:40:37 ulm Exp $
174 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
175 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmess/ChangeLog,v 1.6 2015/01/30 18:25:58 mr_bones_ Exp $
176 +
177 + 30 Jan 2015; Michael Sterrett <mr_bones_@g.o> sdlmess-0.148_p1.ebuild,
178 + sdlmess-0.149.ebuild:
179 + remove alsa use flag (bug #514600); use system portmidi lib; drop ppc until
180 + portmidi is keyworded
181
182 15 May 2014; Ulrich Müller <ulm@g.o> sdlmess-0.148_p1.ebuild,
183 sdlmess-0.149.ebuild: