aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
AgeCommit message (Collapse)Author
2013-10-05orc: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05schroedinger: removePaul Eggleton
No longer needed. A patch has been sent to add it to meta-multimedia. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05faac: removePaul Eggleton
No longer needed. A patch has been sent to add it to meta-multimedia. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05libgsm: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-telephony. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-05faad2: removePaul Eggleton
No longer needed. The recipe is currently maintained in meta-oe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23ffmpeg: removePaul Eggleton
We now use libav provided as part of OE-Core instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23mediatomb: add support for building against libavPaul Eggleton
Add a Debian patch to support building mediatomb against libav. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-25ffmpegthumbnailer: include cstringKevin Strasser
libpng headers after 1.6.0 do not include cstring. Include cstring in ffmpegthumbnailer to make memcpy available. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25ffmpegthumbnailer: update to 2.0.8Kevin Strasser
Listed changes: * Better ffmpeg detection * Fix build issue with recent ffmpeg * Optionally register ffmpegthumbnailer as gnome3 thumbnailer Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-01-03schroedinger: specify the version of MPL in useKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-01-03ffmpeg: build position independent code where possibleKevin Strasser
Fixes several of the textrel warnings the package has been producing. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-10-12ffmpeg: add LICENSE_FLAGSPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-09-27orc: specify the generic licenses being usedKevin Strasser
With the exception of source that contains the Mersenne Twister algorithm, the majority of orc source code is made available under the BSD 2-Clause license. The source that contains the Mersenne Twister algorithm is made available under the BSD 3-Clause license. This change fixes the following warning: "WARNING: orc: No generic license file exists for: orc in any provider" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06Fix up python function whitespacingPaul Eggleton
Use four spaces for all python functions. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-17ffmpegthumbnailer: enable jpeg supportKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-13Drop PRIORITY variablePaul Eggleton
As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the referenced. Thanks to Phil Blundell for the command. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12faac: split out staticdev filesPaul Eggleton
Fixes the following QA issue: ERROR: QA Issue: non -staticdev package contains static .a library: libfaac-dev path '${WORKDIR}/packages-split/libfaac-dev/usr/lib/libfaac.a' Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12faad2: split out staticdev filesPaul Eggleton
Fixes the following QA issues: ERROR: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '${WORKDIR}/packages-split/libfaad-dev/usr/lib/libfaad.a' ERROR: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '${WORKDIR}/packages-split/libmp4ff-dev/usr/lib/libmp4ff.a' Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-02meta-baryon: correct the SRC_URI for libgsmShane Wang
This patch is to correct the SRC_URI for libgsm Signed-off-by: Shane Wang <shane.wang@intel.com>
2011-11-08Add mediatomb recipeDongxiao Xu
Import from meta-demo layer. Add a size_t_header.patch to fix the size_t declaration issue. mediatomb: Hardcode the web port to be 49153 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>