summaryrefslogtreecommitdiff
path: root/packages/mplayer/mplayer_0.0+1.0rc1.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther1
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-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
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_PRHolger Hans Peter Freyther1
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-14mplayer: make it work for avr32Koen Kooi1
2007-08-27mplayer: add conditional patch to speed up AVR32Koen Kooi1
2007-06-29mplayer_0.0+1.0rc1.bb : akita and palm can use pxa enhancementsGraeme Gregory1
2007-06-18mplayer: enable pxa27x overlay support for magician and universalPhilipp Zabel1
2007-05-30mplayer 1.0rc1: sync with svn version for pxa optimizationsKoen Kooi1
2007-03-30mplayer: add powerpc supportKoen Kooi1
2007-03-16mplayer: disable the ffvorbis codec (ffmpeg) in mplayer on ARM machinesPhilipp Zabel1
- instead of this floating point codec, the fixed point vorbis codec (tremor) is used instead.
2007-03-15mplayer_0.0+1.0rc1.bb : use iwmmxt on spitzGraeme Gregory1
mplayer_svn.bb : refresh patches and use iwmmxt on spitz
2007-03-15packages/mplayer/mplayer_0.0+1.0rc1.bb : update the vo_pxa driver from Tim ChickGraeme Gregory1
2007-03-02mplayer_0.0+1.0rc1.bb : add start of the pxafb overlay driver from Tim ChickGraeme Gregory1
This is a good start to fully working overlay video.
2007-02-23mplayer: disable mmx2, sse, 3dnow for progearMarcin Juszkiewicz1
2007-02-23mplayer: package which contain xvidix driversMarcin Juszkiewicz1
2007-01-07mplayer_0.0+1.0rc1.bb : enable x11 and xv output now we have a kdriveGraeme Gregory1
that does them
2006-12-18mplayer_0.0+1.0rc1.bb : add patch for #1666 for collieGraeme Gregory1
Thanks to the reporter of #1666 for the patch.
2006-12-10mplayer_0.0+1.0rc1.bb, mplayer_svn.bb : remove the -s from the installGraeme Gregory1
command in the Makefile. Should fix #1669
2006-12-06mplayer_0.0+1.0rc1.bb : add latest version of mplayer, fixing versioningGraeme Gregory1
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.