summaryrefslogtreecommitdiff
path: root/packages/python/python-pygame-1.8.1/Setup
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-11-04 22:10:10 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-11-04 22:10:10 +0100
commitc1401f7b1857e4dc00be14ce7d1aafd712ff5750 (patch)
tree868b4edb40f25d7053875f6f552734cfe74c0055 /packages/python/python-pygame-1.8.1/Setup
parent44a09d14b3b5637c4f4f7ee20d3504b52a1b949a (diff)
python-pygame: Blacklist smpeg and build pygame without smpeg
We can not build smpeg when enterprise is on. Put it into the BBMASK to make sure it is not buildable. Use base_conditional to not add the dependency to the DEPENDS when building for the enterprise branch. Remove the movie support (the one actually requiring smpeg) and only echo it into the Setup file when are not building with the ENTERPRISE_DISTRO flag. It seems to work both ways.
Diffstat (limited to 'packages/python/python-pygame-1.8.1/Setup')
-rw-r--r--packages/python/python-pygame-1.8.1/Setup1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/python/python-pygame-1.8.1/Setup b/packages/python/python-pygame-1.8.1/Setup
index cb8085530a..932e291ae2 100644
--- a/packages/python/python-pygame-1.8.1/Setup
+++ b/packages/python/python-pygame-1.8.1/Setup
@@ -28,7 +28,6 @@ mixer src/mixer.c $(SDL) $(MIXER) $(DEBUG)
mixer_music src/music.c $(SDL) $(MIXER) $(DEBUG)
_numericsurfarray src/_numericsurfarray.c $(SDL) $(DEBUG)
_numericsndarray src/_numericsndarray.c $(SDL) $(MIXER) $(DEBUG)
-movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
scrap src/scrap.c $(SDL) $(SCRAP) $(DEBUG)
#experimental new movie movie. requires libavcodec and libavformat.