diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:58:18 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-01-06 04:58:18 +0000 |
commit | 3ed499713e07f674073b741c04e7db3142790749 (patch) | |
tree | c46ba19842551a882453d0a4084671a87171bc31 /games-emulation | |
parent | local use flag for mupen64 (diff) | |
download | gentoo-2-3ed499713e07f674073b741c04e7db3142790749.tar.gz gentoo-2-3ed499713e07f674073b741c04e7db3142790749.tar.bz2 gentoo-2-3ed499713e07f674073b741c04e7db3142790749.zip |
fixed patch names
Diffstat (limited to 'games-emulation')
4 files changed, 47 insertions, 5 deletions
diff --git a/games-emulation/mupen64-blight-input/ChangeLog b/games-emulation/mupen64-blight-input/ChangeLog index 11c5f92bec2a..03de9b54ab77 100644 --- a/games-emulation/mupen64-blight-input/ChangeLog +++ b/games-emulation/mupen64-blight-input/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for games-emulation/blight_input # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-input/ChangeLog,v 1.1 2005/01/06 02:51:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-input/ChangeLog,v 1.2 2005/01/06 04:58:18 morfic Exp $ + + 05 Jan 2005; Daniel Goller <morfic@gentoo.org> + +files/mupen64-blight-input-SDL_ttf.patch, + +files/mupen64-blight-input-cflags.patch, + mupen64-blight-input-0.0.8-r1.ebuild: + Moved patches to match + + 05 Jan 2005; Daniel Goller <morfic@gentoo.org> + +files/mupen64-blight_input-SDL_ttf.patch, + +files/mupen64-blight_input-cflags.patch, + mupen64-blight-input-0.0.8-r1.ebuild: + Fixed ebuild to work with new mupen64 ebuild *mupen64-blight-input-0.0.8-r1 (05 Jan 2005) diff --git a/games-emulation/mupen64-blight-input/files/mupen64-blight-input-SDL_ttf.patch b/games-emulation/mupen64-blight-input/files/mupen64-blight-input-SDL_ttf.patch new file mode 100644 index 000000000000..24c246d049bc --- /dev/null +++ b/games-emulation/mupen64-blight-input/files/mupen64-blight-input-SDL_ttf.patch @@ -0,0 +1,12 @@ +--- blight_input-0.0.8-b/src/SDL_ttf.c.orig 2005-01-01 00:34:42.153211968 -0600 ++++ blight_input-0.0.8-b/src/SDL_ttf.c 2005-01-01 00:31:41.263711352 -0600 +@@ -39,6 +39,9 @@ + #define FREEA(p) free(p) + #endif + ++#include <ft2build.h> ++#include FT_FREETYPE_H ++ + #include <freetype/freetype.h> + #include <freetype/ftoutln.h> + #include <freetype/ttnameid.h> diff --git a/games-emulation/mupen64-blight-input/files/mupen64-blight-input-cflags.patch b/games-emulation/mupen64-blight-input/files/mupen64-blight-input-cflags.patch new file mode 100644 index 000000000000..1e7085b6f578 --- /dev/null +++ b/games-emulation/mupen64-blight-input/files/mupen64-blight-input-cflags.patch @@ -0,0 +1,16 @@ +--- blight_input-0.0.8-b/configure.old 2005-01-02 16:19:54.094170638 -0800 ++++ blight_input-0.0.8-b/configure 2005-01-02 16:21:37.380781639 -0800 +@@ -6022,12 +6022,7 @@ + : + fi + +- +-if test "$debug" = no ; then +- CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -finline-functions -funroll-loops -march=`uname -m`" +-else +- CFLAGS="$CFLAGS -g3 -O0 -Wall -D_DEBUG" +-fi ++CFLAGS="${CFLAGS}" + + trap '' 1 2 15 + cat > confcache <<\EOF diff --git a/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild b/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild index ceafdc66177f..5aa60741553b 100644 --- a/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild +++ b/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild,v 1.1 2005/01/06 02:51:04 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64-blight-input/mupen64-blight-input-0.0.8-r1.ebuild,v 1.2 2005/01/06 04:58:18 morfic Exp $ -inherit games +inherit games eutils DESCRIPTION="An input plugin for the mupen64 N64 emulator" HOMEPAGE="http://mupen64.emulation64.com/" -SRC_URI="http://deltaanime.ath.cx/~blight/n64/blight_input_plugin/blight_input-0.0.8-b.tar.gz" +SRC_URI="mirror://gentoo/blight_input-${PV}-b.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -17,7 +17,7 @@ DEPEND=">=media-libs/libsdl-1.2.4 media-libs/sdl-ttf media-libs/freetype" -S="${WORKDIR}/blight_input-0.0.8-b" +S="${WORKDIR}/blight_input-${PV}-b" src_unpack() { unpack ${A} @@ -25,6 +25,8 @@ src_unpack() { # Death to all who distribute their stinking config.cache files! rm -f config.cache + epatch ${FILESDIR}/${PN}-SDL_ttf.patch + epatch ${FILESDIR}/${PN}-cflags.patch } src_install() { |