* [gentoo-commits] gentoo-x86 commit in games-fps/turtlearena: ChangeLog turtlearena-0.6.1.ebuild
@ 2013-08-06 8:26 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-08-06 8:26 UTC (permalink / raw
To: gentoo-commits
ssuominen 13/08/06 08:26:53
Modified: ChangeLog turtlearena-0.6.1.ebuild
Log:
Fix building with libjpeg-turbo extended libjpeg.so.62 API with jpeg_mem_src() and jpeg_mem_dest() wrt #479822 by Julian Ospald. Fix freetype2 related build error wrt #479822#c3.
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path
1.5 games-fps/turtlearena/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 25 Jun 2013 12:55:35 -0000 1.4
+++ ChangeLog 6 Aug 2013 08:26:53 -0000 1.5
@@ -1,6 +1,12 @@
# ChangeLog for games-fps/turtlearena
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v 1.4 2013/06/25 12:55:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v 1.5 2013/08/06 08:26:53 ssuominen Exp $
+
+ 06 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> turtlearena-0.6.1.ebuild,
+ +files/turtlearena-0.6.1-freetype.patch:
+ Fix building with libjpeg-turbo extended libjpeg.so.62 API with
+ jpeg_mem_src() and jpeg_mem_dest() wrt #479822 by Julian Ospald. Fix
+ freetype2 related build error wrt #479822#c3.
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> turtlearena-0.6.1.ebuild:
Stable for amd64, wrt bug #474382
1.5 games-fps/turtlearena/turtlearena-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?r1=1.4&r2=1.5
Index: turtlearena-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- turtlearena-0.6.1.ebuild 25 Jun 2013 12:55:35 -0000 1.4
+++ turtlearena-0.6.1.ebuild 6 Aug 2013 08:26:53 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild,v 1.4 2013/06/25 12:55:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild,v 1.5 2013/08/06 08:26:53 ssuominen Exp $
EAPI=5
@@ -23,7 +23,7 @@
!dedicated? (
media-libs/freetype:2
media-libs/libsdl[X,audio,joystick,opengl,video]
- virtual/jpeg
+ virtual/jpeg:0
virtual/opengl
curl? ( net-misc/curl )
openal? ( media-libs/openal )
@@ -41,7 +41,13 @@
S=${WORKDIR}/${MY_P}-0-src
src_prepare() {
- epatch "${FILESDIR}"/${P}-build.patch
+ epatch \
+ "${FILESDIR}"/${P}-build.patch \
+ "${FILESDIR}"/${P}-freetype.patch
+
+ sed -i \
+ -e 's:JPEG_LIB_VERSION < 80:JPEG_LIB_VERSION < 62:' \
+ engine/code/renderer/tr_image_jpg.c || die #479822
rm -r engine/code/{AL,libcurl,libogg,libspeex,libtheora,libvorbis,SDL12,zlib} \
engine/code/freetype* engine/code/jpeg-* \
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-fps/turtlearena: ChangeLog turtlearena-0.6.1.ebuild
@ 2014-05-15 16:46 Ulrich Mueller (ulm)
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2014-05-15 16:46 UTC (permalink / raw
To: gentoo-commits
ulm 14/05/15 16:46:38
Modified: ChangeLog turtlearena-0.6.1.ebuild
Log:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path
1.6 games-fps/turtlearena/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 6 Aug 2013 08:26:53 -0000 1.5
+++ ChangeLog 15 May 2014 16:46:38 -0000 1.6
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/turtlearena
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v 1.5 2013/08/06 08:26:53 ssuominen Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/ChangeLog,v 1.6 2014/05/15 16:46:38 ulm Exp $
+
+ 15 May 2014; Ulrich Müller <ulm@gentoo.org> turtlearena-0.6.1.ebuild:
+ Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
+ "sound", bug 357661.
06 Aug 2013; Samuli Suominen <ssuominen@gentoo.org> turtlearena-0.6.1.ebuild,
+files/turtlearena-0.6.1-freetype.patch:
1.6 games-fps/turtlearena/turtlearena-0.6.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild?r1=1.5&r2=1.6
Index: turtlearena-0.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- turtlearena-0.6.1.ebuild 6 Aug 2013 08:26:53 -0000 1.5
+++ turtlearena-0.6.1.ebuild 15 May 2014 16:46:38 -0000 1.6
@@ -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-fps/turtlearena/turtlearena-0.6.1.ebuild,v 1.5 2013/08/06 08:26:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/turtlearena/turtlearena-0.6.1.ebuild,v 1.6 2014/05/15 16:46:38 ulm Exp $
EAPI=5
@@ -22,7 +22,7 @@
sys-libs/zlib[minizip]
!dedicated? (
media-libs/freetype:2
- media-libs/libsdl[X,audio,joystick,opengl,video]
+ media-libs/libsdl[X,sound,joystick,opengl,video]
virtual/jpeg:0
virtual/opengl
curl? ( net-misc/curl )
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-15 16:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 8:26 [gentoo-commits] gentoo-x86 commit in games-fps/turtlearena: ChangeLog turtlearena-0.6.1.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:46 Ulrich Mueller (ulm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox