aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer
AgeCommit message (Collapse)Author
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
2009-11-19shr/merge: mplayer: fix ivtv build problemThomas Zimmermann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-19mplayer-common: add SHR specific config fileMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-11mplayer-svn: fix building for armv4t, arm-oabi, collieDmitry Eremin-Solenikov
* refresh disable-executable-stack-test.patch * lavc: replace 'bx lr' with 'mov pc, lr' if no thumb interworking is enabled * libmpeg2: disable usage of pld insn if !HAVE_PLD Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-11-05angstrom: raise default pref in mplayer recipe as wellKoen Kooi
2009-11-04mplayer-svn: Worked around internal compiler error on iwmmxt.Stanislav Brabec
2009-10-21mplayer: bump SRCREV, remove pld patch that went upstreamKoen Kooi
2009-10-01mplayer: redraw XV colourkey on every exposeKoen Kooi
This fixes embedding into gnome-mplayer
2009-09-25mplayer: bump SRCREV to pull in a newer ffmpeg, update vo_omapfbKoen Kooi