aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ffmpeg
AgeCommit message (Collapse)Author
2010-09-19ffmpeg : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-09-13ffmpeg: Pass along all of CCLDs flags, fix !Altivec PowerPCTom Rini
What's passed for --enable-ldflags is for ffmpeg using cc-as-ld but not just using CCLD, so pass in TOOLCHAIN_OPTIONS. For PowerPC, only pass --enable-altivec on ppce600 (only case of it we support) otherwise disable as ffmpeg defaults to enabled. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-09-07ffmpeg_0.5.bb: On ARMv7 it needs to be compiled with -fPICKhem Raj
* building non-PIC shared libraries fails under ARMv7 * Also reported here * https://bugs.launchpad.net/ubuntu/+source/gcc-4.4/+bug/503448 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-01ffmpeg.inc: add subpackage for libavcoreKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
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-24ffmpeg svn: enable ffserverKoen Kooi
* ffplay needs an sdl patch
2010-07-24ffmpeg: fix packagingKoen Kooi
ffmpeg svn: make it distributable
2010-06-23omapfbplay: bump PRKoen Kooi
2010-06-23ffmpeg svn: bump SRCREV past 0.6 release, enable vpxKoen Kooi
2010-06-14omapfbplay: update to latest gitKoen Kooi
2010-06-14omapfbplay: bump PRKoen Kooi
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-10recipes: conform to OE packaging guidelines with ↵Martin Jansa
RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES * even worse than last RDEPENDS/RRECOMMENDS change, because now ie: opkg info coreutils-doc Provides: textutils, shellutils, fileutils Replaces: textutils, shellutils, fileutils Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Roman I Khimov <khimov@altell.ru>
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-04-19ffmpeg: switch to SRCPV with PE bumpMartin Jansa
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-12omapfbplay-cmem: add recipe which will can use CMEM as memory allocator and ↵Koen Kooi
SDMA as pixelconvertor Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-03-18ffmpeg: moved to native stagingEnrico Scholz
Old .inc file listed every single header which was to be staged. This causes problems when upgrading to recent 0.5.1 version or when using older versions because headers might not exist there resp. new ones need to be installed. This patch converts the .inc file to new native staging method and which calls two new functions: * ffmpeg_create_compat_links: - this creates symlinks to all installed headers into the ffmpeg/ directory. E.g. adler32.h -> ../libavutil/adler32.h - it should be probably checked whether these links are really needed (they are not provided by ffmpeg and other programs might get confused when they see new and old headers). For now; I kept them. * ffmpeg_stage_cleanup: - this removes data and plugin files Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-03-17ffmpeg: install more avutil headers, partially fixes the breakages ↵Koen Kooi
introduced by the SRCREV bump
2010-03-16ffmpeg: Stage `avconfig.h` which is built at compile time.Paul Menzel
This header is needed for `libvalhalla`. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16ffmpeg: Stage `attributes.h`.Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-16ffmpeg: Convert recipe to use INC_PR.Paul Menzel
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-15ffmpeg: updated to latest svn version, added targetos flag to configureFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-02-26ffmpeg: increase DEFAULT_PREFERENCE of svn version for whole SHR (not only ↵Martin Jansa
om-gta02) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-10ffmpeg: bump SRCREVKoen Kooi
2009-12-02ffmpeg svn: bump SRCREVKoen Kooi
2009-11-19ffmpeg svn: bump SRCREV and tweak default pref a bitKoen Kooi
2009-11-19ffmpeg_svn: increase preference for shrMartin 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-10-21ffmpeg: bump SRCREVKoen Kooi
omapfbplay: bump PR
2009-09-25ffmpeg: bump SRCREVKoen Kooi
2009-09-22ffmpeg svn: bump SRCREVKoen Kooi
2009-09-21ffmpeg: move default_preference for armv7a to svn versionKoen Kooi
2009-09-21ffmpeg svn: bump SRCREV, increase PR for gst-ffmpegKoen Kooi
2009-09-17ffmpeg svn: sync with git version to fix versioningKoen Kooi
2009-08-15ffmpeg: but presets in their own packageKoen Kooi
* people, adding subpackages is easy, doing rm in do_install* is pretty much always wrong
2009-08-15ffmpeg: remove libx264 presets filesHenning Heinold
* bump PR
2009-08-15ffmpeg: fix --prefix for minimal(-uclibc) distributionHenning Heinold
* bump PR
2009-07-08omapfbplay-xv: enable omapfb driver as wellKoen Kooi
2009-07-08omapfbplay-xv: fix typo in recipeKoen Kooi
2009-07-08omapfbplay: add xv version with netsync optionKoen Kooi
2009-07-08ffmpeg git: bump SRCREV to get decode_video2 apiKoen Kooi
2009-06-18ffmpeg git: lower default pref now that 0.5 covers arm and avr32 decently ↵Koen Kooi
(go mru!)
2009-05-30ffmpeg 0.5: sync arm optimizations with current gitKoen Kooi
2009-05-29omapfbplay: bump SRCREVKoen Kooi
2009-04-23omapfbplay: update for 2.6.29 header location changeKoen Kooi
2009-04-03ffmpeg: fix armv4 arch, patch can be zapped if gcc-4.4 is outwoglinde
2009-03-21ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.Mike Westerhof
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>