From b3b8929c730b91d68f4a90dc5305c504bcd11bd4 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 11 Oct 2005 20:50:06 +0000 Subject: add python-pygame 1.7.1, closes bug #387 --- packages/python/python-pygame_1.7.1.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 packages/python/python-pygame_1.7.1.bb (limited to 'packages/python/python-pygame_1.7.1.bb') diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb new file mode 100644 index 0000000000..429ae6fdf8 --- /dev/null +++ b/packages/python/python-pygame_1.7.1.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Python libSDL Bindings" +SECTION = "devel/python" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +LICENSE = "LGPL" +RDEPENDS = "python-core python-numeric libsdl-x11" +DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" +SRCNAME = "pygame" + +SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \ + file://qpe.patch;patch=1 \ + file://Setup" +S = "${WORKDIR}/${SRCNAME}-${PV}release" + +inherit distutils + +do_configure_prepend() { + SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup + cat ${WORKDIR}/Setup >>Setup +} -- cgit v1.2.3 From cbb5a74007e750078fcc5b4749dc80926603a17c Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Fri, 14 Oct 2005 08:11:14 +0000 Subject: python-pygame 1.7.1: remove qpe patch as it is no longer necessary due to changes in our SDL build. remove python-pygame 1.6 --- packages/python/python-pygame_1.7.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/python/python-pygame_1.7.1.bb') diff --git a/packages/python/python-pygame_1.7.1.bb b/packages/python/python-pygame_1.7.1.bb index 429ae6fdf8..d80359dbba 100644 --- a/packages/python/python-pygame_1.7.1.bb +++ b/packages/python/python-pygame_1.7.1.bb @@ -6,9 +6,9 @@ LICENSE = "LGPL" RDEPENDS = "python-core python-numeric libsdl-x11" DEPENDS = "virtual/libsdl libsdl-image libsdl-mixer libsdl-net libsdl-ttf smpeg python-numeric" SRCNAME = "pygame" +PR = "ml1" SRC_URI = "http://www.pygame.org/ftp/${SRCNAME}-${PV}release.tar.gz \ - file://qpe.patch;patch=1 \ file://Setup" S = "${WORKDIR}/${SRCNAME}-${PV}release" -- cgit v1.2.3