#This Setup file is used by the setup.py script to configure the #python extensions. You will likely use the "config.py" which will #build a correct Setup file for you based on your system settings. #If not, the format is simple enough to edit by hand. First change #the needed commandline flags for each dependency, then comment out #any unavailable optional modules in the first optional section. #SDL = ??? FONT = -lSDL_ttf-2.0 IMAGE = -lSDL_image-1.2 MIXER = -lSDL_mixer-1.2 SMPEG = -lsmpeg $(SDL) NUMERIC = -I. #the following modules are optional. you will want to compile #everything you can, but you can ignore ones you don't have #dependencies for, just comment them out imageext src/imageext.c $(SDL) $(IMAGE) font src/font.c $(SDL) $(FONT) mixer src/mixer.c $(SDL) $(MIXER) mixer_music src/music.c $(SDL) $(MIXER) movie src/movie.c $(SDL) $(SMPEG) surfarray src/surfarray.c $(SDL) $(NUMERIC) sndarray src/sndarray.c $(SDL) $(NUMERIC) $(MIXER) #these modules are required for pygame to run. they only require #SDL as a dependency. these should not be altered base src/base.c $(SDL) cdrom src/cdrom.c $(SDL) constants src/constants.c $(SDL) display src/display.c $(SDL) event src/event.c $(SDL) key src/key.c $(SDL) mouse src/mouse.c $(SDL) rect src/rect.c $(SDL) rwobject src/rwobject.c $(SDL) surface src/surface.c src/alphablit.c $(SDL) surflock src/surflock.c $(SDL) time src/time.c $(SDL) joystick src/joystick.c $(SDL) draw src/draw.c $(SDL) image src/image.c $(SDL) transform src/transform.c src/rotozoom.c src/scale2x.c $(SDL) #the following are placeholders. setup.py can use them to help #auto-copy needed DLLs into the pygame installation folder. #you can simply ignore these lines under non-windows, no need to #comment out. COPYLIB_smpeg $(SDL) $(SMPEG) fdde968020c7b8b6cdf2bb7b7081b9e811'>commitdiff
path: root/packages/unionfs
AgeCommit message (Expand)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther2
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther2
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe6
2008-02-06unionfs: make SRC_URI fetchable again. prepare for upgrade.Rolf Leggewie2
2007-06-17unionfs: update SRC. Fixes unfetchable source.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3
2006-08-05packages/unionfs: We only have a unionfs.inc which is not versioned include itHolger Freyther2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther4
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
2005-07-31unionfs: add make.patch for 1.0.13 and remove a couple of obsolete versionsMichael Lauer15
2005-07-27Banished version 1.0.13 of unionfs-utils until mickeyl finishes the job by co...Rod Whitby1
2005-07-27Banished version 1.0.13 of unionfs-modules until mickeyl finishes the job by ...Rod Whitby1
2005-07-29add unionfs modules and userland utilities 1.0.13Michael Lauer5
2005-06-30import clean BK tree at cset 1.3670Koen Kooi22
2005-04-07unionroot: bump PRMatthias Hentges2
2005-04-06Add some comments and fix auto-mounting. Now someone needs to have a look why...Matthias Hentges1
2005-03-26Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com3
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net4
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-02-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-02-11MergeChris Lord8
2005-01-25Fix DEPENDS/RDEPENDS of unionroot/unionroot-utilsChris Lord2
2005-01-24Add unionroot-utils - mount and umount for a unionroot-based system.Chris Lord3
2005-01-24Update unionroot and make it ok for unionroot-utilsChris Lord2
2005-01-19Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-01-16Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net4
2005-01-14Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-01-14Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net13
2005-01-14Merge bk://nslu2-linux@nslu2-linux.bkbits.net/openembeddedRod Whitby4
2005-01-07Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net2
2004-12-31Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net7
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson5