Browse Source

gens: Updated (2.12a-rc3 -> 2.15.2)

early
Aldas Nabazas 16 years ago
parent
commit
1931561e69
  1. 50
      emulators/gens/gcc4.patch
  2. 8
      emulators/gens/gens.desc

50
emulators/gens/gcc4.patch

@ -1,50 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gens/gcc4.patch
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -Nur GensForLinux-orig/src/gens/emulator/g_main.c GensForLinux/src/gens/emulator/g_main.c
--- GensForLinux-orig/src/gens/emulator/g_main.c 2004-05-18 20:34:00.000000000 +0000
+++ GensForLinux/src/gens/emulator/g_main.c 2006-02-03 21:56:33.828752000 +0000
@@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#include "g_main.h"
#include "timer.h"
#include "gens.h"
diff -Nur GensForLinux-orig/src/gens/emulator/g_main.h GensForLinux/src/gens/emulator/g_main.h
--- GensForLinux-orig/src/gens/emulator/g_main.h 2004-04-15 20:22:49.000000000 +0000
+++ GensForLinux/src/gens/emulator/g_main.h 2006-02-03 21:58:00.890193000 +0000
@@ -36,6 +36,8 @@
extern unsigned char Keys[];
extern unsigned char joystate[];
+static int Build_Language_String (void);
+
void SetWindowText(const char *text);
int Set_Render(int Full, int Num, int Force);
diff -Nur GensForLinux-orig/src/gens/emulator/parse.c GensForLinux/src/gens/emulator/parse.c
--- GensForLinux-orig/src/gens/emulator/parse.c 2004-05-19 19:21:00.000000000 +0000
+++ GensForLinux/src/gens/emulator/parse.c 2006-02-03 21:58:14.467041500 +0000
@@ -1,6 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <getopt.h>
+#include <string.h>
#include "port.h"
#include "save.h"
#include "cpu_68k.h"

8
emulators/gens/gens.desc

@ -1,9 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../gens/gens.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -45,10 +44,9 @@
[L] GPL
[S] Stable
[V] 2.12a-rc3
[V] 2.15.2
[P] X -----5---9 141.400
[O] var_append GCC_WRAPPER_REMOVE " " "-DGTK_DISABLE_DEPRECATED"
[D] 331335110 gens-rc3.tar.gz http://dl.sourceforge.net/sourceforge/gens/
[D] 179869333 gens-2.15.2.tar.gz http://dl.sourceforge.net/sourceforge/gens/

Loading…
Cancel
Save