summaryrefslogtreecommitdiff
path: root/packages/quake
diff options
context:
space:
mode:
Diffstat (limited to 'packages/quake')
-rw-r--r--packages/quake/files/Makefile.patch0
-rw-r--r--packages/quake/files/cl_parse.c.patch42
-rw-r--r--packages/quake/files/host.c.patch0
-rw-r--r--packages/quake/files/vid_sdl.c.patch0
-rw-r--r--packages/quake/quake1_0.0.1.bb30
5 files changed, 0 insertions, 72 deletions
diff --git a/packages/quake/files/Makefile.patch b/packages/quake/files/Makefile.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/quake/files/Makefile.patch
+++ /dev/null
diff --git a/packages/quake/files/cl_parse.c.patch b/packages/quake/files/cl_parse.c.patch
deleted file mode 100644
index a233d608a4..0000000000
--- a/packages/quake/files/cl_parse.c.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- quake1src/cl_parse.c~ 2003-09-09 14:30:55.000000000 +0100
-+++ quake1src/cl_parse.c 2005-05-06 16:02:13.228407752 +0100
-@@ -898,14 +898,14 @@
-
- if (cl.paused)
- {
-- CDAudio_Pause ();
-+// CDAudio_Pause ();
- #ifdef _WIN32
- VID_HandlePause (true);
- #endif
- }
- else
- {
-- CDAudio_Resume ();
-+// CDAudio_Resume ();
- #ifdef _WIN32
- VID_HandlePause (false);
- #endif
-@@ -940,14 +940,14 @@
- CL_ParseStaticSound ();
- break;
-
-- case svc_cdtrack:
-- cl.cdtrack = MSG_ReadByte ();
-- cl.looptrack = MSG_ReadByte ();
-- if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
-- CDAudio_Play ((byte)cls.forcetrack, true);
-- else
-- CDAudio_Play ((byte)cl.cdtrack, true);
-- break;
-+ case svc_cdtrack:
-+ cl.cdtrack = MSG_ReadByte ();
-+ cl.looptrack = MSG_ReadByte ();
-+// if ( (cls.demoplayback || cls.demorecording) && (cls.forcetrack != -1) )
-+// CDAudio_Play ((byte)cls.forcetrack, true);
-+// else
-+// CDAudio_Play ((byte)cl.cdtrack, true);
-+ break;
-
- case svc_intermission:
- cl.intermission = 1;
diff --git a/packages/quake/files/host.c.patch b/packages/quake/files/host.c.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/quake/files/host.c.patch
+++ /dev/null
diff --git a/packages/quake/files/vid_sdl.c.patch b/packages/quake/files/vid_sdl.c.patch
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/quake/files/vid_sdl.c.patch
+++ /dev/null
diff --git a/packages/quake/quake1_0.0.1.bb b/packages/quake/quake1_0.0.1.bb
deleted file mode 100644
index a0d858318f..0000000000
--- a/packages/quake/quake1_0.0.1.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-DESCRIPTION = "Quake 1"
-SECTION = "x11/games"
-PRIORITY = "optional"
-DEPENDS = "libsdl-x11 libsdl-mixer libsdl-net zlib"
-MAINTAINER = "Simon Pickering <S.G.Pickering@bath.ac.uk>"
-LICENSE = "GPL"
-PR = "r2"
-
-SRC_URI = "http://mirror1.pdaXrom.org/rc9/src/quake1src.tar.bz2 \
- http://mirror1.pdaxrom.org/source/src/pak0.tar.gz \
- file://Makefile.patch;patch=1 \
- file://cl_parse.c.patch;patch=1 \
- file://vid_sdl.c.patch;patch=1 \
- file://host.c.patch;patch=1"
-
-S = "${WORKDIR}/quake1src"
-
-inherit autotools
-
-EXTRA_OEMAKE = "-e"
-
-export CFLAG = "-DHAVE_ZLIB -DNO_DEBUG -finline-function"
-export CXXFLAGS = "-DHAVE_ZLIB -DNO_DEBUG -finline-function"
-export LIBS = "-L${STAGING_LIBDIR} -lz -lm -lX11 -lXext -lXau `${STAGING_BINDIR}/sdl-config --libs`"
-
-do_install() {
- install -d ${D}${bindir}
- install -m 0755 quake ${D}${bindir}
-}
-