diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:53:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2014-07-16 01:53:07 +0000 |
commit | 9662c7f59907b74ee7a312231141e26340a44f51 (patch) | |
tree | d173120a5773adea07510c25d4ab94e8ae6b7e91 /games-action/extreme-tuxracer | |
parent | old (diff) | |
download | gentoo-2-9662c7f59907b74ee7a312231141e26340a44f51.tar.gz gentoo-2-9662c7f59907b74ee7a312231141e26340a44f51.tar.bz2 gentoo-2-9662c7f59907b74ee7a312231141e26340a44f51.zip |
old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-action/extreme-tuxracer')
4 files changed, 6 insertions, 133 deletions
diff --git a/games-action/extreme-tuxracer/ChangeLog b/games-action/extreme-tuxracer/ChangeLog index 7f28e4fecb39..3d46999785c3 100644 --- a/games-action/extreme-tuxracer/ChangeLog +++ b/games-action/extreme-tuxracer/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/extreme-tuxracer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.18 2014/05/17 19:20:35 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/ChangeLog,v 1.19 2014/07/16 01:53:07 mr_bones_ Exp $ + + 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org> + -extreme-tuxracer-0.4.ebuild, -extreme-tuxracer-0.5_beta.ebuild, + -files/extreme-tuxracer-0.5_beta-libpng14.patch: + old 17 May 2014; Julian Ospald <hasufell@gentoo.org> extreme-tuxracer-0.6.0.ebuild, +files/extreme-tuxracer-0.6.0-libsdl.patch: diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.4.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.4.ebuild deleted file mode 100644 index 13014b90b243..000000000000 --- a/games-action/extreme-tuxracer/extreme-tuxracer-0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.4.ebuild,v 1.9 2012/08/22 18:55:03 mr_bones_ Exp $ - -EAPI=2 -inherit eutils games - -DESCRIPTION="High speed arctic racing game based on Tux Racer" -HOMEPAGE="http://www.extremetuxracer.com/" -SRC_URI="mirror://sourceforge/${PN/-}/${P/-}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="virtual/opengl - dev-lang/tcl - virtual/glu - media-libs/libsdl[X] - media-libs/sdl-mixer[mod] - >=media-libs/freetype-2 - media-libs/libpng - x11-libs/libXmu - x11-libs/libXi" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P/-} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog - doicon "${FILESDIR}"/${PN}.svg - make_desktop_entry etracer "Extreme Tux Racer" ${PN} - prepgamesdirs -} diff --git a/games-action/extreme-tuxracer/extreme-tuxracer-0.5_beta.ebuild b/games-action/extreme-tuxracer/extreme-tuxracer-0.5_beta.ebuild deleted file mode 100644 index 0a9bc1865ab4..000000000000 --- a/games-action/extreme-tuxracer/extreme-tuxracer-0.5_beta.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/extreme-tuxracer/extreme-tuxracer-0.5_beta.ebuild,v 1.7 2014/05/15 16:22:21 ulm Exp $ - -EAPI=2 -inherit eutils games - -DESCRIPTION="High speed arctic racing game based on Tux Racer" -HOMEPAGE="http://www.extremetuxracer.com/" -SRC_URI="mirror://sourceforge/extremetuxracer/extremetuxracer-${PV/_/}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND="virtual/opengl - virtual/glu - dev-lang/tcl - media-libs/libsdl[X,sound,video] - media-libs/sdl-mixer[mod,vorbis] - media-libs/freetype:2 - media-libs/libpng - x11-libs/libXmu - x11-libs/libXi - virtual/libintl" -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -S=${WORKDIR}/${P/_} - -src_prepare() { - sed -i \ - -e '/^localedir/s:=.*:=@localedir@:' \ - src/Makefile.in \ - || die "sed failed" - - epatch "${FILESDIR}"/${P}-libpng14.patch -} - -src_configure() { - egamesconf \ - --disable-dependency-tracking \ - --localedir=/usr/share/locale \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog - doicon "${FILESDIR}"/${PN}.svg - make_desktop_entry etracer "Extreme Tux Racer" - prepgamesdirs -} diff --git a/games-action/extreme-tuxracer/files/extreme-tuxracer-0.5_beta-libpng14.patch b/games-action/extreme-tuxracer/files/extreme-tuxracer-0.5_beta-libpng14.patch deleted file mode 100644 index 020fd9b872d1..000000000000 --- a/games-action/extreme-tuxracer/files/extreme-tuxracer-0.5_beta-libpng14.patch +++ /dev/null @@ -1,40 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=308651 - ---- src/ppgltk/images/png_reader.cpp -+++ src/ppgltk/images/png_reader.cpp -@@ -77,7 +77,7 @@ ReaderPNG::ReaderPNG(const char *fileNam - - - png_get_IHDR(png_ptr, info_ptr, &width, &height, -- &bit_depth, &color_type, &interlace_type,int_p_NULL, int_p_NULL); -+ &bit_depth, &color_type, &interlace_type,(int *) NULL, (int *) NULL); - - if(bit_depth == 16) - png_set_strip_16(png_ptr); -@@ -88,7 +88,7 @@ ReaderPNG::ReaderPNG(const char *fileNam - png_set_expand(png_ptr); - png_read_update_info(png_ptr, info_ptr); - png_get_IHDR(png_ptr, info_ptr, &width, &height, -- &bit_depth, &color_type, &interlace_type,int_p_NULL, int_p_NULL); -+ &bit_depth, &color_type, &interlace_type,(int *) NULL, (int *) NULL); - } - - if( color_type == PNG_COLOR_TYPE_GRAY || -@@ -96,7 +96,7 @@ ReaderPNG::ReaderPNG(const char *fileNam - png_set_gray_to_rgb(png_ptr); - png_read_update_info(png_ptr, info_ptr); - png_get_IHDR(png_ptr, info_ptr, &width, &height, -- &bit_depth, &color_type, &interlace_type,int_p_NULL, int_p_NULL); -+ &bit_depth, &color_type, &interlace_type,(int *) NULL, (int *) NULL); - } - - this->width=width; -@@ -114,7 +114,7 @@ ReaderPNG::ReaderPNG(const char *fileNam - } - - png_read_end(png_ptr, info_ptr); -- png_destroy_read_struct(&png_ptr, &info_ptr, png_infopp_NULL); -+ png_destroy_read_struct(&png_ptr, &info_ptr, NULL); - fclose(fp); - } - |