Age | Commit message (Collapse) | Author | Files |
|
|
|
skipping the packages directly from the recipes
|
|
ffmpeg contains mp2/mp3 audio decoding routines, We can not
distribute that.
|
|
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.
|
|
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.
|