aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer
AgeCommit message (Collapse)Author
2010-11-03mplayer: Added support for mipsel processors for version 1.0rc2.Alex Ferguson
* Added mipsel-support.patch, which adds the correct hooks in configure for compiling mplayer for a mipsel processor. * Modified mplayer-0.0+1.0rc2, adding the above patch to SRC_URI. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-10-26mplayer,gst-plugins-ugly: bump PR to rebuild after libdvdread3 -> ↵Martin Jansa
libdvdread4 upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-05mplayer svn: make swscale accept larger input images regardless of archKoen Kooi
2010-10-03mplayer : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-12mplayer_git: fix omapfb patchset and bump PRDenis 'GNUtoo' Carikli
omapfb.patch was rebased and added as mplayer-git_omapfb.patch vo_omapfb.c had to be patched due to API change, hence the omapfb_control_arguments.patch Thanks to kergoth(on #oe on Freenode) for help on how to patch a file that is copied only in do_configure_prepend which comes after do_patch The first attempt : file://omapfb_control_arguments.patch;patchdir=${WORKDIR} resulted in a strange behaviour such as: NOTE: Handling BitBake files: \ (0675/7073) [ 9 %]NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${PN}-${EXTENDPE}${PV}-${PR} NOTE: <type 'exceptions.RuntimeError'>:maximum recursion depth exceeded while evaluating: ${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PF} so I used patchdir=.. as advised: <kergoth> you could try using patchdir=.. Thanks a lot for all the help.
2010-09-06mplayer-common: fix buffer underruns with -ao sdl on htcdreamDenis 'GNUtoo' Carikli
Using -ao sdl on the htcdream fixes the buffer underruns with mplayer Without that a movie or big buck bunny can't be viewed,and audio suffers from bad quality. A comment that informs the user about -vo dga was added PR was bumped
2010-08-23ncurses_5.7.bb,recipes: Make DEFAULT_PREFERENCEtesting_2010-08-23Khem Raj
* Select 5.7 if none pinned. * Bump PR for recipes which have ncurses dependency. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-15mplayer: bump PR for packages depending on jpeg which changed .so name with ↵Jason Kridner
6b -> 8b upgrade Commit fca4a21b18063f16d5dff4adc914a2f131af3696 missed mplayer_svn.bb. Signed-off-by: Jason Kridner <jkridner@beagleboard.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-08recipes: bump PR for packages depending on jpeg which changed .so name with ↵Martin Jansa
6b -> 8b upgrade * distro maintainers: please consider upgrading jpeg first to bump PR just once * this list is incomplete for sure, only recipes-versions I had built in my tmpdir, feel free to add more
2010-07-30ffmpeg_svn.bb: bump SRCREV to make it build on armv4t againKlaus Kurzmann
and bump PR of recipes that depend on it Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-20mplayer-common: add support for htcdream and bump PRDenis 'GNUtoo' Carikli
Alsa is prefered over oss because oss emulation on top of alsa is more inclined to buffer-underflows The configuration is derived from om-gta02's configuration because the htcdream doesn't have a floating point unit either(armv6-novfp)
2010-07-01recipes: Punt use of patch=1 and use striplevel=n instead of pnumKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-06-24mplayer_git: bump SRCREV and enable vpx like mplayer_svn doesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-23mplayer: add webm patchesKoen Kooi
2010-06-14recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup add PR = r1 to recipes not including any .inc file Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-04mplayer_svn : fix compilation problemEric Benard
- this patch fix the following error (met for a x86 target) : | loader/module.o: In function `MODULE_GetProcAddress': | module.c:(.text+0x125): undefined reference to `report_entry' | module.c:(.text+0x12f): undefined reference to `report_ret' | module.c:(.text+0x139): undefined reference to `wrapper_target' | module.c:(.text+0x13e): undefined reference to `wrapper' | loader/module.o: In function `LoadLibraryExA': | module.c:(.text+0x10d4): undefined reference to `report_entry' | module.c:(.text+0x10de): undefined reference to `report_ret' | module.c:(.text+0x10ea): undefined reference to `wrapper_target' | module.c:(.text+0x10f0): undefined reference to `wrapper' | collect2: ld returned 1 exit status | make: *** [mplayer] Error 1 - also add --disable-xss --disable-dga1 --disable-dga2 in order to prevent configure to autodetect these options which leads to a dependency problem. Signed-off-by: Eric Benard <eric@eukrea.com> Acked-by: Denis Carikli <GNUtoo@no-log.org>
2010-05-02mplayer_git: bump SRCREVMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19recipes: use SRCPV in few more git recipesMartin Jansa
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.ini, part 2 manual adjustementMartin Jansa
* all: multiple checked items in SRC_URI (needs name= param) * other fixes like non-existent URL, checksums moved ot .inc or included .bb (ie for -native) * ... * tested with micro/micro-uclibc/Angstrom/SHR with SOURCE_MIRROR_FETCH="True" (ignoring COMPATIBLE_* * also tested -c fetch with s/SRC_URI_append_[^ ]*/SRC_URI_append/g and s/SRC_URI_[^ ]*/SRC_URI_append/g to catch all URLs used only for distro/machine/virtual override (see http://build.shr-project.org/tests/jama/SRC_URI.removeOverrides.patch) * in case I downloaded different checksum then what was in checksums.ini I used the old one from checksums.ini and put my checksum in comment * I'll send to ML list of recipes which cannot be downloaded (weren't converted) and where I got different checksums Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19mplayer_git: use same SRC_URI for all, additional patch in glamo repo won't ↵Martin Jansa
hurt as it's enabled only in EXTRA_OECONF Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16mplayer_git: bump SRCREV and remove unsupported optionMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-15mplayer: bump PR for ffmpeg changeKoen Kooi
2010-03-08mplayer: Upgrade yuv assembly conversion in vo_omapfbGregoire Gentil
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-02-27mplayer_git: increase D_P for om-gta02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26mplayer_svn: increase DEFAULT_PREFERENCE for shr, om-gta02 will stay with ↵Martin Jansa
mplayer_git because of glamo patches in that git repo Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02mplayer-common: fix FILESMartin Jansa
* ${sysconfdir} starts with /, so now we had /usr//etc/mplayer in install call and FILES, but it doesn't work in FILES variable * /usr${sysconfdir} works but it's ugly, feel free to revert to original version with /usr/etc/mplayer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-01mplayer_git: bump SRCREV ~r30448+Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-29mplayer svn: make SRCREV go backwards to fix audio and dvd playbackKoen Kooi
* bisecting to the offending commits is nigh impossible since mplayer doesn't compile for about 70% of the affected revision range :(
2010-01-26mplayer svn: bump SRCREV againKoen Kooi
2010-01-25mplayer-common: undo /usr/etc -> /etc breakage, our mplayer really only ↵Koen Kooi
looks in /usr/etc/mplayer!
2010-01-24mplayer svn: bump SRCREVKoen Kooi
2010-01-18mplayer: bump SRCREV for some more ARM fixesKoen Kooi
2010-01-14mplayer svn: add patch for addr_info, add some metadata to exp patch)Koen Kooi
2010-01-13mplayer: fix build error with EXPR_2FKoen Kooi
2010-01-13mplayer-common: switch to ao=alsa for angstrom, oss emulation is broken in ↵Koen Kooi
>2.6.31
2010-01-11mplayer svn: add dvbhead supportKoen Kooi
2010-01-11mplayer: update SRCREV for om-gta02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-10mplayer: bump SRCREVKoen Kooi
2010-01-02mplayer: bump SRCREVKoen Kooi
2009-11-30mplayer-common: fix arch and installHenning Heinold
* set install dir to sysconfdir * package-arch is now ALL * bump PR
2009-11-30mplayer: fix install for microHenning Heinold
* bump PR
2009-11-19mplayer git: kill SRCPV, no SRCPV for git allowed yetKoen Kooi
2009-11-19mplayer: add git version with glamo patches for om-gta02Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-19mplayer svn: bump SRCREVKoen Kooi