diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /games-emulation/nestopia | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'games-emulation/nestopia')
-rw-r--r-- | games-emulation/nestopia/Manifest | 3 | ||||
-rw-r--r-- | games-emulation/nestopia/files/nestopia | 10 | ||||
-rw-r--r-- | games-emulation/nestopia/files/nestopia-1.40-makefile.patch | 69 | ||||
-rw-r--r-- | games-emulation/nestopia/metadata.xml | 8 | ||||
-rw-r--r-- | games-emulation/nestopia/nestopia-1.40.ebuild | 54 | ||||
-rw-r--r-- | games-emulation/nestopia/nestopia-1.46.2.ebuild | 76 |
6 files changed, 220 insertions, 0 deletions
diff --git a/games-emulation/nestopia/Manifest b/games-emulation/nestopia/Manifest new file mode 100644 index 000000000000..641112b15364 --- /dev/null +++ b/games-emulation/nestopia/Manifest @@ -0,0 +1,3 @@ +DIST Nestopia140src.zip 2346187 SHA256 ec503320679062af260135bf38e1fa2376803c75efb74039224fb2ef3b888762 SHA512 54a7c569239c15aa9bd7a5bbe13f67b5a62baccf95f81fb55ad9578872edc11a3e456af7ea67107e96c0c88726e976203058cf971fbb527cd30b644d8d51795a WHIRLPOOL c62959e52e1366ec2966087269a6ac07998d6ae0c24cae00ec2621ea506128eb887eb10ce25ac8c8e82a6c89aea8aa7fad9351f55146ce4b16ae6f81b5c992b3 +DIST nestopia-1.46.2.tgz 1223407 SHA256 4a5065726ad9e7a120a2c6aa39b9c0904090119998a4d690d4deb5e374118fc0 SHA512 3aa87e98aa24b71e5feac5ffe8229e97d407fc0b14567b0ddbe7cc1eaca08a08f435a6fe294fbbd7066054befdfd27602db7c3c0577246b0e8addfe296404a23 WHIRLPOOL 25c43194797e5edca3abc5cb75dba126d9d246e9ab12270521e7fe6c13427b371ba9f92a71ed557271f159711411286b5ac5ab3fe06144760320531c33bf0c02 +DIST nst140_lnx_release_h.zip 250216 SHA256 0b6b11d98fabbb0319c1d0800428f8cba6631ac2808fb4618ced3d7c8d782859 SHA512 eea9b212a26f0d8c294371eeb15a22c1aba595334dd46629767af19671692bd29eda078caa96d4a91f505b4e2764861090578c63dd3715cfa0fce4af7fc39339 WHIRLPOOL 715f33a33a2dd630d35e3a7ca1acdbcdb8843139aa976686324d121fab6cd89a5e666cc952e6097563cda145e17717a823931bdb40067e9d295e747a4902d83d diff --git a/games-emulation/nestopia/files/nestopia b/games-emulation/nestopia/files/nestopia new file mode 100644 index 000000000000..e2a6b03e5948 --- /dev/null +++ b/games-emulation/nestopia/files/nestopia @@ -0,0 +1,10 @@ +#!/bin/sh + +# create dir and copy files, if needed +[ ! -d ~/.nestopia ] && mkdir ~/.nestopia +[ ! -f ~/.nestopia/nstcontrols ] && cp "%GAMES_DATADIR%/nestopia/nstcontrols" ~/.nestopia/ +[ ! -f ~/.nestopia/NstDatabase.xml ] && cp "%GAMES_DATADIR%/nestopia/NstDatabase".xml ~/.nestopia/ + +# wrap around the emu +exec nestopia.bin "$@" + diff --git a/games-emulation/nestopia/files/nestopia-1.40-makefile.patch b/games-emulation/nestopia/files/nestopia-1.40-makefile.patch new file mode 100644 index 000000000000..467e49445ec4 --- /dev/null +++ b/games-emulation/nestopia/files/nestopia-1.40-makefile.patch @@ -0,0 +1,69 @@ +--- Makefile.orig 2010-01-24 02:21:57.196476493 -0500 ++++ Makefile 2010-01-24 02:27:52.134475800 -0500 +@@ -3,19 +3,20 @@ + # By R. Belmont + # + +-CC = gcc +-CPP = g++ +-CFLAGS = -c -O3 -g3 +-CFLAGS += -DNST_PRAGMA_ONCE_SUPPORT -D_SZ_ONE_DIRECTORY +-CFLAGS += -Isource -Isource/core -Isource/zlib -Isource/core/api -Isource/core/board -Isource/core/input -Isource/linux/unzip +-CFLAGS += -Isource/core/vssystem -Isource/linux -Isource/nes_ntsc -I.. -I../nes_ntsc -Isource/linux/7zip +-CFLAGS += `sdl-config --cflags` `pkg-config --cflags gtk+-2.0` +-CFLAGS += -finline-limit=2000 --param inline-unit-growth=1000 --param large-function-growth=1000 -finline-functions-called-once ++FLAGS = -c \ ++ -DNST_PRAGMA_ONCE_SUPPORT -D_SZ_ONE_DIRECTORY \ ++ -Isource -Isource/core -Isource/zlib -Isource/core/api -Isource/core/board -Isource/core/input -Isource/linux/unzip \ ++ -Isource/core/vssystem -Isource/linux -Isource/nes_ntsc -I.. -I../nes_ntsc -Isource/linux/7zip \ ++ `sdl-config --cflags` `pkg-config --cflags gtk+-2.0` \ ++ -finline-limit=2000 --param inline-unit-growth=1000 --param large-function-growth=1000 -finline-functions-called-once ++ ++CFLAGS += $(FLAGS) ++CXXFLAGS += $(FLAGS) + + # enable this for input debugging + #CFLAGS += -DDEBUG_INPUT + +-CPPFLAGS = -Wno-deprecated -fno-rtti ++CXXFLAGS += -Wno-deprecated -fno-rtti + + EXE = nst + LIBS = -lm -lz -lasound `sdl-config --libs` `pkg-config --libs gtk+-2.0` +@@ -144,6 +145,8 @@ + OBJDIRS = objs objs/core objs/core/api objs/core/board objs/core/input objs/core/vssystem objs/nes_ntsc + OBJDIRS += objs/linux objs/linux/7zip objs/linux/unzip + ++$(shell mkdir $(sort $(OBJDIRS))) ++ + # build rules + objs/%.o: source/%.c + @echo Compiling $<... +@@ -151,24 +154,19 @@ + + objs/%.o: source/%.cpp + @echo Compiling $<... +- @$(CC) $(CFLAGS) $(CPPFLAGS) $< -o $@ ++ $(CC) $(CXXFLAGS) $< -o $@ + + objs/%.o: source/%.o + @echo Compiling $<... + @$.o) $(CFLAGS) $.oFLAGS) $< -o $@ + +-all: maketree $(EXE) $(GENNSTCONTROLS) +- +-maketree: $(sort $(OBJDIRS)) ++all: $(EXE) $(GENNSTCONTROLS) + +-$(sort $(OBJDIRS)): +- @echo Creating output directory $@ +- @mkdir $@ + + # link the commandline exe + $(EXE): $(OBJS) + @echo Linking $@... +- @$(CPP) -g -o $(EXE) $^ $(LIBS) ++ $(CXX) $(LDFLAGS) -g -o $(EXE) $^ $(LIBS) + + clean: + -@rm -f $(OBJS) $(EXE) $(GENNSTCONTROLS) diff --git a/games-emulation/nestopia/metadata.xml b/games-emulation/nestopia/metadata.xml new file mode 100644 index 000000000000..542e07eb1484 --- /dev/null +++ b/games-emulation/nestopia/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>games</herd> + <upstream> + <remote-id type="sourceforge">nestopiaue</remote-id> + </upstream> +</pkgmetadata> diff --git a/games-emulation/nestopia/nestopia-1.40.ebuild b/games-emulation/nestopia/nestopia-1.40.ebuild new file mode 100644 index 000000000000..f6d6c03e7b79 --- /dev/null +++ b/games-emulation/nestopia/nestopia-1.40.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils flag-o-matic games + +MY_PV="${PV//./}" +LNX_P="nst${MY_PV}_lnx_release_h" +DESCRIPTION="NEStopia is a portable Nintendo Entertainment System emulator written in C++" +HOMEPAGE="http://rbelmont.mameworld.info/?page_id=200" +SRC_URI="mirror://sourceforge/${PN}/Nestopia${MY_PV}src.zip + http://rbelmont.mameworld.info/${LNX_P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ~ppc x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.4:2 + media-libs/alsa-lib + >=media-libs/libsdl-1.2.12[sound,joystick,video] + sys-libs/zlib + virtual/opengl + virtual/glu" +DEPEND="${RDEPEND} + app-arch/unzip" + +S=${WORKDIR} + +src_prepare() { + epatch "${FILESDIR}"/${P}-makefile.patch + sed \ + -e "s:%GAMES_DATADIR%:${GAMES_DATADIR}:g" \ + "${FILESDIR}"/${PN} \ + > ${PN} \ + || die "sed failed" + strip-flags +} + +src_install() { + newgamesbin nst ${PN}.bin + dogamesbin ${PN} + + insinto "${GAMES_DATADIR}/${PN}" + doins NstDatabase.xml nstcontrols + + make_desktop_entry "${PN}" "Nestopia" + + dodoc README.Linux changelog.txt + dohtml -r readme.html doc/*.html doc/details + + prepgamesdirs +} diff --git a/games-emulation/nestopia/nestopia-1.46.2.ebuild b/games-emulation/nestopia/nestopia-1.46.2.ebuild new file mode 100644 index 000000000000..d5d8f73a34c3 --- /dev/null +++ b/games-emulation/nestopia/nestopia-1.46.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils gnome2-utils games + +MY_P=${P/ue/} +DESCRIPTION="A portable Nintendo Entertainment System emulator written in C++" +HOMEPAGE="http://0ldsk00l.ca/nestopia/" +SRC_URI="mirror://sourceforge/nestopiaue/${PV%.*}/${MY_P}.tgz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="doc" + +RDEPEND="x11-libs/gtk+:3 + media-libs/libao + media-libs/libsdl2[sound,joystick,video] + app-arch/libarchive + sys-libs/zlib + virtual/opengl + virtual/glu" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +S=${WORKDIR}/${MY_P} + +src_prepare() { + sed -i \ + -e '/^CC /d' \ + -e '/^CXX /d' \ + -e '/^LDFLAGS /d' \ + -e '/^LIBS =/ s/=/+=/' \ + -e '/^CFLAGS / s/=/+=/' \ + -e "/^PREFIX / s:=.*:=${GAMES_PREFIX}:" \ + -e "/^BINDIR / s:=.*:=${GAMES_BINDIR}:" \ + -e "/^DATADIR / s:=.*:=${GAMES_DATADIR}/${PN}:" \ + Makefile || die +} + +src_install() { + local res + + dogamesbin ${PN} + + insinto "${GAMES_DATADIR}/${PN}" + doins -r NstDatabase.xml source/unix/icons + + domenu source/unix/icons/nestopia.desktop + for res in 32 48 64 128 + do + newicon -s ${res} source/unix/icons/nestopia${res}.png nestopia.png + done + doicon -s scalable source/unix/icons/nestopia.svg + + dodoc AUTHORS README.* changelog.txt + use doc && dohtml -r readme.html doc/*.html doc/details + + prepgamesdirs +} + +pkg_preinst() { + games_pkg_preinst + gnome2_icon_savelist +} + +pkg_postinst() { + games_pkg_postinst + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} |