[oe-commits] org.oe.dev sdlquake: add 1.0.9

koen commit oe at amethyst.openembedded.net
Mon Sep 1 18:04:25 UTC 2008


sdlquake: add 1.0.9

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 63a05cb18b45ab802d55b58fd4b32d38a5f0f57d
ViewMTN: http://monotone.openembedded.org/revision/info/63a05cb18b45ab802d55b58fd4b32d38a5f0f57d
Files:
1
packages/quake/sdlquake
packages/quake/sdlquake/sdlquake-no-x86-asm.diff
packages/quake/sdlquake_1.0.9.bb
Diffs:

#
# mt diff -r3409bc1c06c4e7b69c7d0d59afa555dac069ccfa -r63a05cb18b45ab802d55b58fd4b32d38a5f0f57d
#
#
#
# add_dir "packages/quake/sdlquake"
# 
# add_file "packages/quake/sdlquake/sdlquake-no-x86-asm.diff"
#  content [7349c62b3bf00a9d64efc8d345ff1434eb2ca2e3]
# 
# add_file "packages/quake/sdlquake_1.0.9.bb"
#  content [2fd0fb21a0a0dd31a10f16735c52ab22df818c78]
#
============================================================
--- packages/quake/sdlquake/sdlquake-no-x86-asm.diff	7349c62b3bf00a9d64efc8d345ff1434eb2ca2e3
+++ packages/quake/sdlquake/sdlquake-no-x86-asm.diff	7349c62b3bf00a9d64efc8d345ff1434eb2ca2e3
@@ -0,0 +1,35 @@
+--- /tmp/Makefile.am	2008-08-11 20:31:09.000000000 +0200
++++ sdlquake-1.0.9/Makefile.am	2008-08-11 20:55:00.263198000 +0200
+@@ -33,7 +33,6 @@
+ 	crc.h			\
+ 	cvar.c			\
+ 	cvar.h			\
+-	d_copy.S		\
+ 	d_edge.c		\
+ 	d_fill.c		\
+ 	d_iface.h		\
+@@ -48,7 +47,6 @@
+ 	d_sprite.c		\
+ 	d_surf.c		\
+ 	d_zpoint.c		\
+-	dosasm.S		\
+ 	dosisms.h		\
+ 	draw.c			\
+ 	draw.h			\
+@@ -103,7 +101,6 @@
+ 	r_sprite.c		\
+ 	r_surf.c		\
+ 	r_vars.c		\
+-	r_varsa.S		\
+ 	render.h		\
+ 	resource.h		\
+ 	sbar.c			\
+@@ -136,7 +133,7 @@
+ 	world.h			\
+ 	zone.c			\
+ 	zone.h			\
+-	$(X86_SRCS) $(NONX86_SRCS)
++	$(NONX86_SRCS)
+ 
+ X86_SRCS =			\
+ 	snd_mixa.S		\
============================================================
--- packages/quake/sdlquake_1.0.9.bb	2fd0fb21a0a0dd31a10f16735c52ab22df818c78
+++ packages/quake/sdlquake_1.0.9.bb	2fd0fb21a0a0dd31a10f16735c52ab22df818c78
@@ -0,0 +1,21 @@
+DESCRIPTION = "Quake 1"
+SECTION = "x11/games"
+PRIORITY = "optional"
+DEPENDS = "libsdl-x11 libsdl-mixer libsdl-net zlib libxau"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.libsdl.org/projects/quake/src/sdlquake-${PV}.tar.gz \
+	   file://sdlquake-no-x86-asm.diff;patch=1 \
+	   " 	
+
+inherit autotools
+
+# Fix up broken autofoo
+do_configure_prepend() {
+	touch INSTALL NEWS README AUTHORS ChangeLog
+	echo "AM_PROG_AS" >> configure.in
+}
+
+
+
+






More information about the Openembedded-commits mailing list