From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- games-emulation/gcube/Manifest | 6 +++ games-emulation/gcube/files/gcube-0.4-gcc47.patch | 10 +++++ .../gcube/files/gcube-0.4-ldflags.patch | 30 +++++++++++++ .../gcube/files/gcube-0.4-underlink.patch | 10 +++++ games-emulation/gcube/gcube-0.4-r2.ebuild | 50 ++++++++++++++++++++++ games-emulation/gcube/metadata.xml | 8 ++++ 6 files changed, 114 insertions(+) create mode 100644 games-emulation/gcube/Manifest create mode 100644 games-emulation/gcube/files/gcube-0.4-gcc47.patch create mode 100644 games-emulation/gcube/files/gcube-0.4-ldflags.patch create mode 100644 games-emulation/gcube/files/gcube-0.4-underlink.patch create mode 100644 games-emulation/gcube/gcube-0.4-r2.ebuild create mode 100644 games-emulation/gcube/metadata.xml (limited to 'games-emulation/gcube') diff --git a/games-emulation/gcube/Manifest b/games-emulation/gcube/Manifest new file mode 100644 index 000000000000..9f1dd254f3bf --- /dev/null +++ b/games-emulation/gcube/Manifest @@ -0,0 +1,6 @@ +AUX gcube-0.4-gcc47.patch 429 BLAKE2B 2da4477aa5fc8b33bae0404a5347e6a0bac493ed2c2ff54d743d1d1920a7055c89f2c3b4e9ebe29a42f88991cd45ad9702916070a91895bca2c465fb1c14d505 SHA512 e6cf8d03734d26b5051c50f9fbb3ae3d62f34ea2dc6a29177cac72426c9a5e5887acf88cff437c0b830eff5648ac30f477a9fea4e945cc53b9606788cff80889 +AUX gcube-0.4-ldflags.patch 915 BLAKE2B 7bc5425df1dd9a7afdc2844c7e4044f634c824c4b857c49162e73cad98f888049beda2963c353c7e9c412c680e5c49ebe91d57f94b4158338a322f542414f513 SHA512 62343ae3871a406e21c219a779e568b5a053cc474893b5ad690f8995b01c86cabecf5e1e9c55d91f0adab046f652f2f6d9b3c298edc92872d62976d6de2733f4 +AUX gcube-0.4-underlink.patch 447 BLAKE2B 05fea68713edaf3d38656fb5911a64d48b8ae7bda74c50153ddf63beabad8cdf36eb311dc40233728b5900d4797858f89d0b3ba0b3d57212603ae391b1dac4c3 SHA512 e916f3b3f901857f6c7af1bdbdf06ec9ae649d42ed9a166f146c4a319c67644312614550c17a7c4269dd116b6a5a03cf87a62acd5db8b29fc4fa4413b68ed36d +DIST gcube-0.4-src.tar.bz2 803503 BLAKE2B a9f5db1b824d5319e89a5e865c1ca539a2f11458f4c542d34168c06b79f9f589ea928768ca26275f31aad51b01f51efe8453a1121ba947aaf067beb2f9dea13f SHA512 f73665386d547322f20ed5e358f4f394b07d74fd90bddbfe1158a7a5d896bff36dabc9833f2d820a7af7673b8c8af62490f7fa07b06a2bbca4df6356a1e3c91a +EBUILD gcube-0.4-r2.ebuild 922 BLAKE2B fc74e6ce689ed888c61d254c1daa5102e0ed205a0609794ef5993914e7396e55bf88574817850daa8d9223cd3c17e8696044121054e80a603d5b4103e1de63d5 SHA512 e3515c29982ed53c204d7d8c09e081c3fd81adc085914249cf02b818055f8374a44d6884a5cf8335444ecb29875d9e0abf717337723013c903d69dfee34f3ccb +MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-emulation/gcube/files/gcube-0.4-gcc47.patch b/games-emulation/gcube/files/gcube-0.4-gcc47.patch new file mode 100644 index 000000000000..48ac167a1f0d --- /dev/null +++ b/games-emulation/gcube/files/gcube-0.4-gcc47.patch @@ -0,0 +1,10 @@ +--- a/Makefile.rules.old 2012-10-23 14:06:54.417782365 +0200 ++++ b/Makefile.rules 2012-10-23 14:07:11.516377033 +0200 +@@ -1,6 +1,6 @@ + + SDL_CONFIG=sdl-config +-LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -lm ++LIBS=`$(SDL_CONFIG) --libs` -lz -l$(OPENGL) -lm + + PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage + OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math -march=$(CPU) $(OPTIMIZE) diff --git a/games-emulation/gcube/files/gcube-0.4-ldflags.patch b/games-emulation/gcube/files/gcube-0.4-ldflags.patch new file mode 100644 index 000000000000..b4a64f16aede --- /dev/null +++ b/games-emulation/gcube/files/gcube-0.4-ldflags.patch @@ -0,0 +1,30 @@ +--- a/Makefile.rules.old 2010-10-01 07:16:16.000000000 +0200 ++++ b/Makefile.rules 2010-10-01 07:18:04.000000000 +0200 +@@ -88,22 +88,22 @@ + profiler: default + + gcube: $(OBJECTS) gcube.o +- $(CC) $(CFLAGS) $^ -o $@ $(LIBS) ++ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ $(LIBS) + + gcubedbg: $(OBJECTS) gcubedbg.o cpu_dbg.o + $(CC) $(CFLAGS) $^ -o $@ $(LIBS) + + bin2dol: bin2dol.c general.o +- $(CC) $(CFLAGS) $^ -o $@ ++ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ + + tplx: tplx.o general.o +- $(CC) $(CFLAGS) $^ -o $@ ++ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ + + thpview: thpview.o general.o jpeg_tools.o +- $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg `$(SDL_CONFIG) --libs` ++ $(CC) $(LDFLAGS) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg `$(SDL_CONFIG) --libs` + + isopack: isopack.o general.o +- $(CC) $(CFLAGS) $^ -o $@ -lz ++ $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ -lz + + ppc_disasm.o: ppc_disasm.c + $(CC) -g -c -o $@ $< diff --git a/games-emulation/gcube/files/gcube-0.4-underlink.patch b/games-emulation/gcube/files/gcube-0.4-underlink.patch new file mode 100644 index 000000000000..f4b3d5b6969d --- /dev/null +++ b/games-emulation/gcube/files/gcube-0.4-underlink.patch @@ -0,0 +1,10 @@ +--- a/Makefile.rules.old 2011-06-10 14:14:08.372105234 +0200 ++++ b/Makefile.rules 2011-06-10 14:14:18.504746649 +0200 +@@ -1,6 +1,6 @@ + + SDL_CONFIG=sdl-config +-LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) ++LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -lm + + PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage + OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math -march=$(CPU) $(OPTIMIZE) diff --git a/games-emulation/gcube/gcube-0.4-r2.ebuild b/games-emulation/gcube/gcube-0.4-r2.ebuild new file mode 100644 index 000000000000..6194fc6a2103 --- /dev/null +++ b/games-emulation/gcube/gcube-0.4-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit flag-o-matic + +DESCRIPTION="Gamecube emulator" +HOMEPAGE="http://gcube.exemu.net/" +SRC_URI="http://gcube.exemu.net/downloads/${P}-src.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + virtual/opengl + media-libs/libsdl[joystick,opengl,sound,video] + virtual/jpeg:0 + sys-libs/ncurses:0= + sys-libs/zlib +" +DEPEND="${RDEPEND}" + +S="${WORKDIR}/${PV}" + +src_prepare() { + default + + sed -i -e '/^CFLAGS=-g/d' Makefile.rules || die + + eapply "${FILESDIR}"/${P}-ldflags.patch \ + "${FILESDIR}"/${P}-underlink.patch \ + "${FILESDIR}"/${P}-gcc47.patch + + sed -i -e '/^CC=/d' Makefile || die + + append-cflags -std=gnu89 # build with gcc5 (bug #570504) +} + +src_install() { + local x + + dobin gcmap gcube + for x in bin2dol isopack thpview tplx ; do + newbin ${x} ${PN}-${x} + done + + einstalldocs +} diff --git a/games-emulation/gcube/metadata.xml b/games-emulation/gcube/metadata.xml new file mode 100644 index 000000000000..78274e0fa550 --- /dev/null +++ b/games-emulation/gcube/metadata.xml @@ -0,0 +1,8 @@ + + + + + games@gentoo.org + Gentoo Games Project + + -- cgit v1.2.3