Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
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. | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 1 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 1 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-03-14 | mplayer: make it work for avr32 | Koen Kooi | 1 | |
2007-08-27 | mplayer: add conditional patch to speed up AVR32 | Koen Kooi | 1 | |
2007-06-29 | mplayer_0.0+1.0rc1.bb : akita and palm can use pxa enhancements | Graeme Gregory | 1 | |
2007-06-18 | mplayer: enable pxa27x overlay support for magician and universal | Philipp Zabel | 1 | |
2007-05-30 | mplayer 1.0rc1: sync with svn version for pxa optimizations | Koen Kooi | 1 | |
2007-03-30 | mplayer: add powerpc support | Koen Kooi | 1 | |
2007-03-16 | mplayer: disable the ffvorbis codec (ffmpeg) in mplayer on ARM machines | Philipp Zabel | 1 | |
- instead of this floating point codec, the fixed point vorbis codec (tremor) is used instead. | ||||
2007-03-15 | mplayer_0.0+1.0rc1.bb : use iwmmxt on spitz | Graeme Gregory | 1 | |
mplayer_svn.bb : refresh patches and use iwmmxt on spitz | ||||
2007-03-15 | packages/mplayer/mplayer_0.0+1.0rc1.bb : update the vo_pxa driver from Tim Chick | Graeme Gregory | 1 | |
2007-03-02 | mplayer_0.0+1.0rc1.bb : add start of the pxafb overlay driver from Tim Chick | Graeme Gregory | 1 | |
This is a good start to fully working overlay video. | ||||
2007-02-23 | mplayer: disable mmx2, sse, 3dnow for progear | Marcin Juszkiewicz | 1 | |
2007-02-23 | mplayer: package which contain xvidix drivers | Marcin Juszkiewicz | 1 | |
2007-01-07 | mplayer_0.0+1.0rc1.bb : enable x11 and xv output now we have a kdrive | Graeme Gregory | 1 | |
that does them | ||||
2006-12-18 | mplayer_0.0+1.0rc1.bb : add patch for #1666 for collie | Graeme Gregory | 1 | |
Thanks to the reporter of #1666 for the patch. | ||||
2006-12-10 | mplayer_0.0+1.0rc1.bb, mplayer_svn.bb : remove the -s from the install | Graeme Gregory | 1 | |
command in the Makefile. Should fix #1669 | ||||
2006-12-06 | mplayer_0.0+1.0rc1.bb : add latest version of mplayer, fixing versioning | Graeme Gregory | 1 | |
to meet OE policy. A couple of patches have been rediffed and two Makefile patches dropped as what they did is now in the Makefiles in question. |