summaryrefslogtreecommitdiff
path: root/recipes-multimedia
AgeCommit message (Collapse)Author
2020-06-18mimetypes: remove recipeMax Krummenacher
The recipe assosiates mimetypes with multimedia applications which do no longer exist. It targets also desktop like images and are not that useful in embedded. Rather than rework it, drop it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-03-30media-files: add additional mediaMax Krummenacher
This adds a 1920x1080 h265 and vp9 video and a jpg photo. Changes the source tar ball name to be versioned. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2020-01-09media-files: add recipeMax Krummenacher
This provides a bunch of pictures, sound and video files in different formats. Related-to: ELB-1284 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-22tinycompress: fix BSD license name and add LGPLMax Krummenacher
tinycompress is dual licenced. Specify both alternatives. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-10-22gst-plugins-bad_0.10.23.bbappend: drop itMax Krummenacher
meta-openembedded dropped gstreamer 0.10 with commit 010c2f388. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-05-08tinycompress: import recipeMax Krummenacher
Import from meta-fsl-bsp-release @ sumo-4.14.78-1.0.0_ga Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06Revert "lame: update CVE-2017-13712 patchfile"Max Krummenacher
This reverts commit aa265d1c86597e479629734145b638b51117ef02. Upstream updated the recipe no longer uses the patchfile. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2018-04-09lame: update CVE-2017-13712 patchfileStefan Agner
On some system the patchfile seems to cause issues when applying. Replace with a patchfile which applies cleanly. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22gstreamer1.0-plugins-imx: remove dangling bbappendStefan Agner
The gstreamer1.0-plugins-imx recipe has been upgraded to 0.13. It is unclear if the issue with asserts still exists, remove the work around for now. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-demo: clean-up whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-11gstreamer1.0-plugins-imx: bbappend: follow the feature override changeMax Krummenacher
The recipe now uses feature overrides to chose the PACKAGECONFIG. Follow that to achive the same effect as the older machine override did. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-01-10gst-plugins-bad/ugly: remove workaround no longer neededMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-01-10gstreamer1.0-plugins-imx: don't build for vpu also on dlMax Krummenacher
Using libimxvpuapi causes asserts when using certain pipelines, e.g. with gst-play-1.0. Don't build the plugins which base on libimxvpuapi for now. remove it also for i.MX6 DL. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2016-09-29gstreamer1.0-plugins-imx bbappend: use version wildcardColibri_iMX7_LinuxImageV2.6.1Beta1_20160929Colibri_iMX6_LinuxImageV2.6.1Beta1_20160929Colibri_VF_LinuxImageV2.6.1Beta1_20161001Colibri_T30_LinuxImageV2.6.1Beta1_20160929Colibri_T20_LinuxImageV2.6.1Beta1_20160929Apalis_iMX6_LinuxImageV2.6.1Beta1_20160929Apalis_TK1_LinuxImageV2.6.1Beta1_20160929Apalis_T30_LinuxImageV2.6.1Beta1_20160929Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30gstreamer1.0-plugins-imx: don't build for vpuMax Krummenacher
Using libimxvpuapi causes asserts when using certain pipelines, e.g. with gst-play-1.0. Don't build the plugins which base on libimxvpuapi for now. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30libimxvpuapi: add bbappend to use libdir from cross environmentMax Krummenacher
Pass $libdir to 'waf configure' to prevent using the build hosts libdir. Fixes: WARNING: libimxvpuapi-0.10.2-r0 do_package: QA Issue: libimxvpuapi: Files/directories were installed but not shipped in any package: /usr/lib64/libimxvpuapi.so /usr/lib64/libimxvpuapi.so.0 /usr/lib64/libimxvpuapi.so.0.10.2 /usr/lib64/pkgconfig /usr/lib64/pkgconfig/libimxvpuapi.pc Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30Revert "gstreamer: fix argument parsing when using Bison 3"Max Krummenacher
This reverts commit 04324a6e680902d4c1aabeff7187975a6cbf09b0. The patch is now part of meta-openembedded jethro branch. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-30gstreamer: fix argument parsing when using Bison 3Max Krummenacher
Use Stefan's patch until it is available from the meta-openembedded jethro branch. http://cgit.openembedded.org/meta-openembedded/commit/?h=master-next&id=bf8f27af3954ab68e39712516ab515de90b4db27 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2015-10-28gst-launch: follow mfw_v4lsink to imxv4l2sink name changeMax Krummenacher
2015-06-23Apalis/Colibri iMX6: gst-launch.desktop: fix escapingMax Krummenacher
Double clicking launches a video always in fullscreen mode, i.e. the parameters for size and offset of video output are not used. Fix parmeter escaping for new versions of shell or gst-launch.
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-04-01mimetypes: add mimetypes for some basic multimedia typesMax Krummenacher
2013-09-22v4l2-utils: removed patch, fixed upstream nowMax Krummenacher
2013-09-22hda-verb: add recipeMax Krummenacher
HDA debug tool
2013-09-22codecgraph: add recipeMax Krummenacher
HDA debug tool
2013-09-22mediainfo: dont hardcode build architectureMax Krummenacher
2013-09-22gstreamer: make sure plugin package gets generated, disable sdlMax Krummenacher
2013-04-15mediainfo: added mediainfo recipeMax Krummenacher
2013-02-06v4l-utils: fix for NULL not found errosMax Krummenacher