diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-31 04:35:28 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-03-31 04:35:28 +0000 |
commit | f0419557c2130c62d96530e92c5479dacc6053b7 (patch) | |
tree | aac9708b0263db53d5ab34afc8d19231ccf6f7e4 /games-emulation/xmame/files | |
parent | add libtoolize call. (diff) | |
download | historical-f0419557c2130c62d96530e92c5479dacc6053b7.tar.gz historical-f0419557c2130c62d96530e92c5479dacc6053b7.tar.bz2 historical-f0419557c2130c62d96530e92c5479dacc6053b7.zip |
version bump
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'games-emulation/xmame/files')
-rw-r--r-- | games-emulation/xmame/files/0.77.1-alsa-1.0.0.patch | 12 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.77.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.77.1-icc.patch | 21 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.78.1-big_endian.patch | 102 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.78.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.78.1-icc.patch | 21 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.78.1-osd_die.patch | 17 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.79.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.80.1-glx-fix.patch | 19 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.80.1-make.patch | 29 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.81.1-glx-fix.patch | 11 | ||||
-rw-r--r-- | games-emulation/xmame/files/0.82.1-glx-fix.patch | 11 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.82.1 | 1 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.90 | 1 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.92 | 1 | ||||
-rw-r--r-- | games-emulation/xmame/files/digest-xmame-0.95 | 1 |
16 files changed, 1 insertions, 303 deletions
diff --git a/games-emulation/xmame/files/0.77.1-alsa-1.0.0.patch b/games-emulation/xmame/files/0.77.1-alsa-1.0.0.patch deleted file mode 100644 index c092e98da603..000000000000 --- a/games-emulation/xmame/files/0.77.1-alsa-1.0.0.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- src/unix/sysdep/dsp-drivers/alsa-old.c 2003-12-09 23:29:46.000000000 -0700 -+++ src/unix/sysdep/dsp-drivers/alsa.c 2003-12-09 23:28:33.000000000 -0700 -@@ -59,6 +59,9 @@ - - #ifdef SYSDEP_DSP_ALSA - -+/* Eventually we should use the 1.0 API. */ -+#define ALSA_PCM_OLD_HW_PARAMS_API 1 -+ - #include <sys/ioctl.h> /* System and I/O control */ - #include <alsa/asoundlib.h> /* ALSA sound library header */ - #include "sysdep/sysdep_dsp.h" diff --git a/games-emulation/xmame/files/0.77.1-glx-fix.patch b/games-emulation/xmame/files/0.77.1-glx-fix.patch deleted file mode 100644 index 20d29a9d0573..000000000000 --- a/games-emulation/xmame/files/0.77.1-glx-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN xmame-0.70.1-orig/src/unix/osd_cpu.h xmame-0.70.1/src/unix/osd_cpu.h ---- xmame-0.70.1-orig/src/unix/osd_cpu.h 2003-06-12 05:37:50.000000000 +0200 -+++ xmame-0.70.1/src/unix/osd_cpu.h 2003-07-15 15:09:03.000000000 +0200 -@@ -39,11 +39,15 @@ - #endif - - /* grrr work around some stupid header conflicts */ -+#ifndef xgl - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; - typedef signed short INT16; - typedef signed int INT32; - #endif -+#else -+#include <X11/Xmd.h> -+#endif - - #ifndef LONG64 - typedef signed long long INT64; diff --git a/games-emulation/xmame/files/0.77.1-icc.patch b/games-emulation/xmame/files/0.77.1-icc.patch deleted file mode 100644 index 4e091bd550a4..000000000000 --- a/games-emulation/xmame/files/0.77.1-icc.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile 2003-12-31 10:09:34.498349816 -0500 -+++ Makefile.icc 2003-12-31 10:18:46.570422104 -0500 -@@ -266,7 +266,7 @@ - ifeq ($(CC),icc) - - # Optimizations for the Intel compiler. -- CFLAGS = -O3 -rcd -Xa -ipo -ipo_obj -+ CFLAGS = -O3 -rcd -ipo -ipo_obj -w - - else - ifeq ($(CC),sun-forte) ---- src/unix/osinline.h 2003-11-13 00:06:05.000000000 -0500 -+++ src/unix/osinline.h.icc 2003-12-31 10:19:16.673845688 -0500 -@@ -20,6 +20,7 @@ - #define osd_mark_vector_dirty(x,y) - #endif - -+#undef X86_ASM - #ifdef X86_ASM - #define vec_mult _vec_mult - INLINE int _vec_mult(int x, int y) diff --git a/games-emulation/xmame/files/0.78.1-big_endian.patch b/games-emulation/xmame/files/0.78.1-big_endian.patch deleted file mode 100644 index 3314d3ef4900..000000000000 --- a/games-emulation/xmame/files/0.78.1-big_endian.patch +++ /dev/null @@ -1,102 +0,0 @@ ---- src/unix/video-drivers/x11_window.c 2003-12-27 00:29:16.000000000 +0100 -+++ src/unix/video-drivers/x11_window.c 2004-02-03 23:04:22.000000000 +0100 -@@ -1463,7 +1463,11 @@ - - /* Storing this data in YUYV order simplifies using the data for - YUY2, both with and without smoothing... */ -+#ifdef LSB_FIRST - hwscale_yuvlookup[i]=(y<<0) | (u<<8) | (y<<16) | (v<<24); -+#else -+ hwscale_yuvlookup[i]=(y<<24) | (u<<16) | (y<<8) | (v<<0); -+#endif - } - } - } ---- src/unix/video-drivers/blit.h 2003-12-27 00:29:16.000000000 +0100 -+++ src/unix/video-drivers/blit.h 2004-02-04 01:17:56.000000000 +0100 -@@ -72,6 +72,7 @@ - }\ - } - #elif defined BLIT_HWSCALE_YUY2 -+#ifdef LSB_FIRST /* x86 etc */ - #define COPY_LINE2(SRC, END, DST) \ - {\ - SRC_PIXEL *src = SRC; \ -@@ -89,6 +90,25 @@ - *dst++=y|y2|((uv1+uv2)&0xff00ff00);\ - } \ - } -+#else /* ppc etc */ -+#define COPY_LINE2(SRC, END, DST) \ -+ {\ -+ SRC_PIXEL *src = SRC; \ -+ SRC_PIXEL *end = END; \ -+ unsigned long *dst = (unsigned long *)DST; \ -+ unsigned int r,y,y2,uv1,uv2; \ -+ for(;src<end;) \ -+ { \ -+ r=INDIRECT[*src++]; \ -+ y=r&0xff000000 ; \ -+ uv1=(r&0x00ff00ff); \ -+ r=INDIRECT[*src++]; \ -+ uv2=(uv1+(r&0x00ff00ff))>>1; \ -+ y2=r&0xff00; \ -+ *dst++=y|y2|(uv2&0x00ff00ff); \ -+ } \ -+ } -+#endif - #else /* normal indirect */ - #define COPY_LINE2(SRC, END, DST) \ - {\ -@@ -428,24 +448,43 @@ - *(dst+2) = (INDIRECT[*(src+2)]>>16) | (INDIRECT[*(src+3)]<< 8); \ - } - #elif defined BLIT_HWSCALE_YUY2 -+#ifdef LSB_FIRST /* x86 etc */ - #define COPY_LINE2(SRC, END, DST) \ - {\ - SRC_PIXEL *src = SRC; \ - SRC_PIXEL *end = END; \ - unsigned long *dst = (unsigned long *)DST; \ -- unsigned int r,r2,y,y2,uv1,uv2; \ -+ unsigned int r,y,y2,uv1,uv2; \ - for(;src<end;) \ - { \ - r=INDIRECT[*src++]; \ -- r2=INDIRECT[*src++]; \ -- y=r&0xff; \ -- y2=r2&0xff0000; \ -+ y=r&255; \ - uv1=(r&0xff00ff00)>>1; \ -- uv2=(r2&0xff00ff00)>>1; \ -- uv1=(uv1+uv2)&0xff00ff00; \ -- *dst++=y|y2|uv1; \ -+ r=INDIRECT[*src++]; \ -+ uv2=(r&0xff00ff00)>>1; \ -+ y2=r&0xff0000; \ -+ *dst++=y|y2|((uv1+uv2)&0xff00ff00);\ -+ } \ -+ } -+#else /* ppc etc */ -+#define COPY_LINE2(SRC, END, DST) \ -+ {\ -+ SRC_PIXEL *src = SRC; \ -+ SRC_PIXEL *end = END; \ -+ unsigned long *dst = (unsigned long *)DST; \ -+ unsigned int r,y,y2,uv1,uv2; \ -+ for(;src<end;) \ -+ { \ -+ r=INDIRECT[*src++]; \ -+ y=r&0xff000000 ; \ -+ uv1=(r&0x00ff00ff); \ -+ r=INDIRECT[*src++]; \ -+ uv2=(uv1+(r&0x00ff00ff))>>1; \ -+ y2=r&0xff00; \ -+ *dst++=y|y2|(uv2&0x00ff00ff); \ - } \ - } -+#endif - #else /* normal indirect */ - #define COPY_LINE2(SRC, END, DST) \ - SRC_PIXEL *src = SRC; \ - diff --git a/games-emulation/xmame/files/0.78.1-glx-fix.patch b/games-emulation/xmame/files/0.78.1-glx-fix.patch deleted file mode 100644 index 20d29a9d0573..000000000000 --- a/games-emulation/xmame/files/0.78.1-glx-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN xmame-0.70.1-orig/src/unix/osd_cpu.h xmame-0.70.1/src/unix/osd_cpu.h ---- xmame-0.70.1-orig/src/unix/osd_cpu.h 2003-06-12 05:37:50.000000000 +0200 -+++ xmame-0.70.1/src/unix/osd_cpu.h 2003-07-15 15:09:03.000000000 +0200 -@@ -39,11 +39,15 @@ - #endif - - /* grrr work around some stupid header conflicts */ -+#ifndef xgl - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; - typedef signed short INT16; - typedef signed int INT32; - #endif -+#else -+#include <X11/Xmd.h> -+#endif - - #ifndef LONG64 - typedef signed long long INT64; diff --git a/games-emulation/xmame/files/0.78.1-icc.patch b/games-emulation/xmame/files/0.78.1-icc.patch deleted file mode 100644 index 4e091bd550a4..000000000000 --- a/games-emulation/xmame/files/0.78.1-icc.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile 2003-12-31 10:09:34.498349816 -0500 -+++ Makefile.icc 2003-12-31 10:18:46.570422104 -0500 -@@ -266,7 +266,7 @@ - ifeq ($(CC),icc) - - # Optimizations for the Intel compiler. -- CFLAGS = -O3 -rcd -Xa -ipo -ipo_obj -+ CFLAGS = -O3 -rcd -ipo -ipo_obj -w - - else - ifeq ($(CC),sun-forte) ---- src/unix/osinline.h 2003-11-13 00:06:05.000000000 -0500 -+++ src/unix/osinline.h.icc 2003-12-31 10:19:16.673845688 -0500 -@@ -20,6 +20,7 @@ - #define osd_mark_vector_dirty(x,y) - #endif - -+#undef X86_ASM - #ifdef X86_ASM - #define vec_mult _vec_mult - INLINE int _vec_mult(int x, int y) diff --git a/games-emulation/xmame/files/0.78.1-osd_die.patch b/games-emulation/xmame/files/0.78.1-osd_die.patch deleted file mode 100644 index c664052108a1..000000000000 --- a/games-emulation/xmame/files/0.78.1-osd_die.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- ./src/cpu/z80/z80.c.orig 2004-01-28 12:52:51.340762752 -0500 -+++ ./src/cpu/z80/z80.c 2004-01-28 12:53:35.817001336 -0500 -@@ -3991,6 +3991,14 @@ - /**************************************************************************** - * Processor initialization - ****************************************************************************/ -+void CLIB_DECL osd_die(const char *text,...) -+{ -+va_list va; -+va_start(va, text); -+vprintf(text, va); -+va_end(va); -+exit(1); -+} - void z80_init(void) - { - int cpu = cpu_getactivecpu(); diff --git a/games-emulation/xmame/files/0.79.1-glx-fix.patch b/games-emulation/xmame/files/0.79.1-glx-fix.patch deleted file mode 100644 index 20d29a9d0573..000000000000 --- a/games-emulation/xmame/files/0.79.1-glx-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN xmame-0.70.1-orig/src/unix/osd_cpu.h xmame-0.70.1/src/unix/osd_cpu.h ---- xmame-0.70.1-orig/src/unix/osd_cpu.h 2003-06-12 05:37:50.000000000 +0200 -+++ xmame-0.70.1/src/unix/osd_cpu.h 2003-07-15 15:09:03.000000000 +0200 -@@ -39,11 +39,15 @@ - #endif - - /* grrr work around some stupid header conflicts */ -+#ifndef xgl - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; - typedef signed short INT16; - typedef signed int INT32; - #endif -+#else -+#include <X11/Xmd.h> -+#endif - - #ifndef LONG64 - typedef signed long long INT64; diff --git a/games-emulation/xmame/files/0.80.1-glx-fix.patch b/games-emulation/xmame/files/0.80.1-glx-fix.patch deleted file mode 100644 index 20d29a9d0573..000000000000 --- a/games-emulation/xmame/files/0.80.1-glx-fix.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff -urN xmame-0.70.1-orig/src/unix/osd_cpu.h xmame-0.70.1/src/unix/osd_cpu.h ---- xmame-0.70.1-orig/src/unix/osd_cpu.h 2003-06-12 05:37:50.000000000 +0200 -+++ xmame-0.70.1/src/unix/osd_cpu.h 2003-07-15 15:09:03.000000000 +0200 -@@ -39,11 +39,15 @@ - #endif - - /* grrr work around some stupid header conflicts */ -+#ifndef xgl - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; - typedef signed short INT16; - typedef signed int INT32; - #endif -+#else -+#include <X11/Xmd.h> -+#endif - - #ifndef LONG64 - typedef signed long long INT64; diff --git a/games-emulation/xmame/files/0.80.1-make.patch b/games-emulation/xmame/files/0.80.1-make.patch deleted file mode 100644 index 2b7d0bda8b00..000000000000 --- a/games-emulation/xmame/files/0.80.1-make.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -urN xmame-0.80.1/makefile.unix xmame-0.80.2/makefile.unix ---- xmame-0.80.1/makefile.unix 2004-03-16 07:10:18.615979992 -0600 -+++ xmame-0.80.2/makefile.unix 2004-03-16 07:10:36.664236240 -0600 -@@ -28,6 +28,12 @@ - ########################################################################### - - -+############################################################################## -+# Makefile Identification -+############################################################################## -+CURMAKEFILE := $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)) -+ -+ - ########################################################################### - # Xmame or xmess or...? - ########################################################################### -diff -urN xmame-0.80.1/src/unix/unix.mak xmame-0.80.2/src/unix/unix.mak ---- xmame-0.80.1/src/unix/unix.mak 2004-03-16 07:10:27.393645584 -0600 -+++ xmame-0.80.2/src/unix/unix.mak 2004-03-16 07:19:43.053172496 -0600 -@@ -147,7 +147,8 @@ - ZLIB = src/unix/contrib/cutzlib-1.2.1/libz.a - endif - --all: objdirs osdepend-objdirs $(NAME).$(DISPLAY_METHOD) -+all: objdirs osdepend-objdirs -+ $(MAKE) -f $(CURMAKEFILE) $(MAKEFLAGS) $(NAME).$(DISPLAY_METHOD) - - # CPU core include paths - VPATH = src $(wildcard src/cpu/*) diff --git a/games-emulation/xmame/files/0.81.1-glx-fix.patch b/games-emulation/xmame/files/0.81.1-glx-fix.patch deleted file mode 100644 index cbcb32d8a7dc..000000000000 --- a/games-emulation/xmame/files/0.81.1-glx-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unix/osd_cpu.h.orig 2004-04-20 14:30:49.000000000 -0700 -+++ src/unix/osd_cpu.h 2004-04-20 14:31:48.000000000 -0700 -@@ -38,7 +38,7 @@ - #endif - #endif - --#ifndef __ARCH_solaris -+#if !defined __ARCH_solaris && !defined xgl - /* grrr work around some stupid header conflicts */ - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; diff --git a/games-emulation/xmame/files/0.82.1-glx-fix.patch b/games-emulation/xmame/files/0.82.1-glx-fix.patch deleted file mode 100644 index cbcb32d8a7dc..000000000000 --- a/games-emulation/xmame/files/0.82.1-glx-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unix/osd_cpu.h.orig 2004-04-20 14:30:49.000000000 -0700 -+++ src/unix/osd_cpu.h 2004-04-20 14:31:48.000000000 -0700 -@@ -38,7 +38,7 @@ - #endif - #endif - --#ifndef __ARCH_solaris -+#if !defined __ARCH_solaris && !defined xgl - /* grrr work around some stupid header conflicts */ - #if !defined __XF86_DGA_C && !defined __XOPENGL_C_ && !defined LONG64 - typedef signed char INT8; diff --git a/games-emulation/xmame/files/digest-xmame-0.82.1 b/games-emulation/xmame/files/digest-xmame-0.82.1 deleted file mode 100644 index 760afea7d115..000000000000 --- a/games-emulation/xmame/files/digest-xmame-0.82.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b0598b587c59a022f22337ced8f6cfd6 xmame-0.82.1.tar.bz2 12833581 diff --git a/games-emulation/xmame/files/digest-xmame-0.90 b/games-emulation/xmame/files/digest-xmame-0.90 deleted file mode 100644 index d95d41652f7c..000000000000 --- a/games-emulation/xmame/files/digest-xmame-0.90 +++ /dev/null @@ -1 +0,0 @@ -MD5 63ef58711f711c20d77f8d91cc4805c8 xmame-0.90.tar.bz2 15113067 diff --git a/games-emulation/xmame/files/digest-xmame-0.92 b/games-emulation/xmame/files/digest-xmame-0.92 deleted file mode 100644 index 83bae054966b..000000000000 --- a/games-emulation/xmame/files/digest-xmame-0.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8f79a4de41ae67ebe8d0a444efe29c1 xmame-0.92.tar.bz2 15316807 diff --git a/games-emulation/xmame/files/digest-xmame-0.95 b/games-emulation/xmame/files/digest-xmame-0.95 new file mode 100644 index 000000000000..1e30fc9a4652 --- /dev/null +++ b/games-emulation/xmame/files/digest-xmame-0.95 @@ -0,0 +1 @@ +MD5 e2571ce90bdf1517eea4d8085170fe6c xmame-0.95.tar.bz2 15460834 |