Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-11-04 | python-pygame: Blacklist smpeg and build pygame without smpeg | Holger Hans Peter Freyther | 1 | |
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. | ||||
2008-10-29 | bluemchen wiese: Allow to disable certain ugly packages globally | Holger Hans Peter Freyther | 1 | |
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages. |