summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
Commit message (Collapse)AuthorAgeFilesLines
...
* layers: update LAYERSERIES_COMPAT to dunfellKhem Raj2020-03-201-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Added the meta multimedia packagegroup in libcamera imageMadhavan Krishnan2020-03-111-1/+1
| | | | | | | | | | | | | Added the packagegroup of meta multimedia in the libcamera core image After adding the meta multimedia packagegroup, we faced the faad2 componenet was unknown during bitbake parsing. In meta raspberrypi, faad has been included in gstreamer bbappend file, so we have upstream the faad to be included only when commercial license is whitelisted. Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libde265: Update to 1.0.5Khem Raj2020-03-091-4/+3
| | | | | | | | License-Update: Examples are now MIT see [1] [1] https://github.com/strukturag/libde265/commit/4488ae0c3b287ef6f24a958004481b2b337abc76 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: Use clock_gettime API insteaad of syscallKhem Raj2020-03-092-0/+37
| | | | | | Makes it 64bit time_t safe Signed-off-by: Khem Raj <raj.khem@gmail.com>
* x265: Disable assembly on x86Khem Raj2020-03-041-0/+2
| | | | | | | | Fixes ERROR: QA Issue: x265: ELF binary /usr/lib/libx265.so.179 has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Scott Branden <scott.branden@broadcom.com>
* openh264: Upgrade to 2.0.0Khem Raj2020-03-044-5/+139
| | | | | | | | | - Fix host-user-contaminated QA issues - make clean is broken so mark it so - Enable PIC in asm which fixes textrels issue - Fix build on mips Signed-off-by: Khem Raj <raj.khem@gmail.com>
* minidlna: Retarget gettext patch to gettex version 0.20Khem Raj2020-03-041-4/+2
| | | | | | | This fixes *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: Depend on gst-1.0 plugins-bad instead of 0.10Khem Raj2020-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-multimedia: Purge gst 0.10 related rdepsKhem Raj2020-03-041-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Created new minimal core image file for ibcameraMadhavan Krishnan2020-03-041-0/+19
| | | | | Signed-off-by: Madhavan Krishnan <madhavan.krishnan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-multimedia: use COMMON_LICENSE_DIR for license file locationAndré Draszik2020-02-284-4/+4
| | | | | | | COMMON_LICENSE_DIR is the official location for license files Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fdk-aac: add initial fdk-aac recipeMircea Carausu2020-02-262-0/+114
| | | | | | | | Add Fraunhofer FDK AAC Codec Library recipe. Signed-off-by: Mircea Carausu <mircea.carausu@broadcom.com> Signed-off-by: Scott Branden <scott.branden@broadcom.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.1.0 -> 2.1.1Andreas Müller2020-02-251-2/+2
| | | | | | | | | | | | | | | >From announcement: * a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch (#607) * pkg-config is now being to used to find readline (#606, thanks to @ffontaine) * fix various typos in the documentation (#600, thanks to @luzpaz) * fix a memory leak in the file renderer * fix leaking memory when sequencer clients were not explicitly unregistered (#610) * fix a heap-based use-after-free in jack driver (#613) * fix the linker possibly not finding libinstpatch (#617, thanks to @realnc) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcamera: Bumped to latest source revisionMadhavan Krishnan2020-02-202-64/+2
| | | | | | | | | | | | | libcamera uses the host machine python instead of sysroot, We use the patch file for libcamera source to use the sysroot python. But libcamera team has fix this issue and, pushed the changes to libcamera source, now we are pointing to that particular source revision of libcamera. In musl, we faced the compilation iisue, so we changed the source revision pointing to the fix of musl compilation issue. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-renderer: Fix build with gupnp 1.2+Khem Raj2020-02-182-1/+126
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-server: Bump version to support 1.2 gupnpKhem Raj2020-02-181-1/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dleyna-core: Update to latest to support gupnp 1.2Khem Raj2020-02-181-2/+4
| | | | | | License-Update: Changed copyright years Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gupnp-av: Upgrade to 0.12.11Khem Raj2020-02-171-2/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-igd: Upgrade to 0.2.5Khem Raj2020-02-172-4/+107
| | | | | | | | Backport patch to support gupnp 1.2 APIs Add gsspd to deps Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-tools: Upgrade to 0.10.0Khem Raj2020-02-172-13/+13
| | | | | | | | | Add missing dep on glib-2.0-native inherit gtk-icon-cache Convert to use meson Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* rygel: Upgrade to 0.38.3Khem Raj2020-02-171-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp-dlna: Rename patchdir to PNKhem Raj2020-02-171-0/+0
| | | | | | | | This makes is specific to gupnp-dlna alone since thats only recipe using the patches inside files Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gupnp: Upgrade to 1.2.2Khem Raj2020-02-173-18/+12
| | | | | | | | | Switch to using meson Depend on py3 since its now supported Relax packaging to include version number in gupnp-binding-tool Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gssdp: Upgrade to 1.2.2Khem Raj2020-02-172-24/+20
| | | | | | | | Switch to using meson Use sniffer via packageconfig Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* x265: Move into meta-multimediaKhem Raj2020-02-171-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: Link with libatomic on rv64Khem Raj2020-02-031-0/+2
| | | | | | | | Fixes vlc-3.0.8/src/misc/picture_pool.c:200: undefined reference to `__atomic_fetch_add_2' vlc-3.0.8/src/audio_output/dec.c:201: undefined reference to `__atomic_exchange_1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: add mime-xdg to inheritAndreas Müller2020-01-191-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gst-shark: Upgrade to 0.6.1Khem Raj2020-01-141-3/+5
| | | | | | | Fetch gst common from gitlab src_uri Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
* gstd: Upgrade to 0.8.1Khem Raj2020-01-143-48/+19
| | | | | | | | | Install /run and /var/run during runtime Rewrite absolute symlinks to be relative Drop upstreamed patch for gtk-doc fix Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
* Added bb file for libcamera integrationmadhavank272020-01-102-0/+92
| | | | | Signed-off-by: madhavank27 <madhavan.krishnan@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vorbis-tools: Use external gettextKhem Raj2020-01-022-0/+38
| | | | | | Fixes build with gettext 0.20.x Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Fix format-truncation warningsKhem Raj2019-12-262-0/+47
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mpd: Fix build with gcc10Khem Raj2019-12-263-0/+67
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.0.9 -> 2.1.0Andreas Müller2019-12-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | As the version number suggests this is largely a feature upgrade: >From annoucement: New features new, less "ringing" reverb engine (#380, thanks to @jjceresa) new, stereophonic chorus engine (#548, thanks to @jjceresa) support for Downloadable Sounds (DLS) files was added (#320, requires libinstpatch) improved integrity checking of SoundFont modulators (#467, thanks to @jjceresa) rendering to stdout is now possible (#553, thanks to @mawe42) the following Audio Drivers have been added: Oboe (#464, tested on Android, thanks to @atsushieno) OpenSLES (#464, tested on Android, thanks to @atsushieno) SDL2 (#478, thanks to @carlo-bramini) WaveOut (#466, tested on Win98, WinNT4.0, WinXP, thanks to @carlo-bramini) various performance improvements (#543, #545, #547, #569, #573) Bug fixes generator modEnvAttack now has a convex shape according to SoundFont spec (#153) the default MIDI Pitch Wheel to Initial Pitch modulator now uses Fine Tune as destination generator, allowing it to be overridden by the soundfont designer (#154, thanks to @jjceresa) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dvb-apps: Replace stime with clock_settimeKhem Raj2019-12-232-0/+33
| | | | | | Newer glibc 2.31+ removed stime. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* rygel: Use nonarch_libdir for systemd unitsKhem Raj2019-12-201-3/+5
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* dcadec: Define BASELIB as a knobKhem Raj2019-12-202-3/+36
| | | | | | | | | | | | | | | | Use https protocol in fetcher Fixes ERROR: dcadec-0.2.0-r0 do_package: QA Issue: dcadec: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libdcadec.so.0 /usr/lib/libdcadec.so.0.1.0 /usr/lib/libdcadec.so /usr/lib/pkgconfig /usr/lib/pkgconfig/dcadec.pc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyalsa: fix installation libdir path to match multilibsKhem Raj2019-12-192-1/+49
| | | | | | | | | | | | | Fixes ERROR: tinyalsa-1.1.1+gitAUTOINC+8449529c7e-r0 do_package: QA Issue: tinyalsa: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libtinyalsa.a Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mycroft: RDEPENDS on mpg123 to allow singingAlistair Francis2019-12-181-1/+1
| | | | | Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* projucer: add x11 to required distro featuresAndreas Müller2019-12-101-1/+3
| | | | | | | It depends on many X11-libs Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libdc1394: Update to 2.2.6 releaseKhem Raj2019-12-091-9/+4
| | | | | | | Use tarball fetcher and drop autotools-brokensep Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-By: Andreas Müller <schnitzeltony@gmail.com>
* projucer: Upgrade to 5.4.5Khem Raj2019-12-055-11/+105
| | | | | | | | | | | | | | | License-Update: https://github.com/WeAreROLI/JUCE/commit/d9dee4d87332bf9e3d12da2e032608698829dc14#diff-37854d19817c792316d481f5beb93cc7 Enbable GPL build and disable webkit component Merge native and nativesdk component into single recipe using bbclassextend Disable build on musl Link with libatomic on arches without builtin atomics Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Demand use of py3 during buildKhem Raj2019-11-271-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: rename distro_features_check to features_checkDenys Dmytriyenko2019-11-212-2/+2
| | | | | | | Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fluidsynth: upgrade 2.0.7 -> 2.0.9Andreas Müller2019-11-171-3/+3
| | | | | | | | | | | | | | >From announcement 2.0.9: * an implicitly declared function caused a pointer to int truncation in CoreAudio driver (#591) * fix a stack-based overflow in CoreAudio driver (#594, thanks to @fkmclane) >From announcement 2.0.8: * fix incorrect behavior of fluid_sample_set_sound_data() (#576, thanks to @swesterfeld) * fix voices being mixed incorrectly, causing audible crackle esp. at sample-rates >48kHz (#580) * make sure that defining NDEBUG disables assertions Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Set CLEANBROKENKhem Raj2019-11-131-0/+3
| | | | | | | | | It cant be rebuilt in same configured sources as of now. | Makefile:755: /support/.mk: No such file or directory | make: *** No rule to make target '/support/.mk'. Stop. | ERROR: oe_runmake failed Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Fix build with 64bit time_tKhem Raj2019-11-132-1/+179
| | | | | | use intmax_t to print time_t, makes it portable across musl/glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tvheadend: Update to tip of masterKhem Raj2019-11-131-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* vlc: Upgrade 3.0.6 -> 3.0.8Adrian Bunk2019-10-282-12/+7
| | | | | | | | Workaround for riscv64 issue fixed upstream removed. Also merge the inc into the recipe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webrtc-audio-processing: Upgrade 0.3 -> 0.3.1Adrian Bunk2019-10-284-164/+3
| | | | | | | Backported patches removed. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>