summaryrefslogtreecommitdiff
path: root/packages/python/python-pygame_1.6.bb
blob: c07a07c75cd64c31d751784efbf977f97d54291b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Python libSDL Bindings"
SECTION = "devel/python"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "LGPL"
RDEPENDS = "python-core python-numeric"
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}.tar.gz \
           file://qpe.patch;patch=1 \
           file://Setup"
S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

do_configure_prepend() {
	SDL="`sdl-config --cflags` `sdl-config --libs`"; echo "SDL=$SDL" >Setup
        cat ${WORKDIR}/Setup >>Setup
}
619611dd1f0f2ab8d5f595b'>EFL: move from building snapshots to cvs again. Reasons:Michael Lauer1 2007-07-08poppler: add recent cvs version since 0.5.9 release doesn't buildMichael Lauer4 2007-04-17poppler: fix bug #2121Philippe De Swert2 2007-01-04poppler: drop old stuffKoen Kooi2 2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie3 2006-12-26poppler: cleanups:Koen Kooi3 2006-11-24poppler: update to 0.5.4Koen Kooi2 2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3 2006-08-09poppler_0.5.3.bb : new versionGraeme Gregory2 2006-04-18poppler: add a cvs version, because epdf needs some of the most recent featur...Michael Lauer2 2006-04-14poppler: install xpdf headers for apps that need thoseKoen Kooi1 2006-04-03packages/evince/*, packages/poppler/* : remove old versionsGraeme Gregory5 2006-04-03evince_0.5.2.bb, poppler_0.5.1.bb : New versionsGraeme Gregory1 2006-01-29poppler_0.5.0.bb : New version of poppler, required for new version of evinceGraeme Gregory1 2006-01-04Revert the changes from revisions 65af73a95a851d2e8c3cf2f523f1acc488be0208, 2...Richard Purdie1 2006-01-02autotooled packages: remove custom do_stagePhilipp Zabel1 2005-12-14poppler: add 0.4.3Koen Kooi1 2005-09-04poppler: add 0.4.2Koen Kooi1