summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/gerbera
Commit message (Collapse)AuthorAgeFilesLines
* gerbera: Fix build with fmt 10+Khem Raj2023-05-172-1/+170
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-multimedia: Fix missing upstream status in several patchesKhem Raj2023-04-051-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: upgrade 1.9.2 -> 1.11.0William A. Kennington III2022-09-293-49/+38
| | | | | Signed-off-by: William A. Kennington III <wak@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Fix build with fmt 8.1+Khem Raj2022-01-252-0/+47
| | | | | | | The APIs have changes and we use external fmt library in spdlog which is used here Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Upgrade to 1.9.2Khem Raj2022-01-252-34/+1
| | | | | | Drop upstreamed patch Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Inherit pkgconfigKhem Raj2021-09-241-1/+1
| | | | | | | Fixes -- Could NOT find Systemd (missing: SYSTEMD_FOUND) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gerbera: Update to 1.7.0Khem Raj2021-03-032-2/+35
| | | | | | | Fix build with gcc11 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* gerbera: Disable PIE on rv64Khem Raj2020-08-171-0/+2
| | | | | | | | It ends up with textrels otherwise QA Issue: gerbera: ELF binary /usr/bin/gerbera has relocations in .text [textrel] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Upgrade to 1.6.0Khem Raj2020-07-311-3/+2
| | | | | | Add needed dependencies this version demands Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Upgrade 1.3.0 -> 1.3.2Adrian Bunk2019-10-282-19/+2
| | | | | | | Use the upstream systemd service file. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: Update to 1.3.0Khem Raj2019-02-081-5/+6
| | | | | | | Add missing dependency on libnsl2 Turn systemd support into a packageconfig knob Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gerbera: clean recipeFabien Lahoudere2017-09-181-13/+11
| | | | | | | Clean the recipe and change the name of libupnp to libupnp1.8. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gerbera: Add recipeFabien Lahoudere2017-09-132-0/+47
Gerbera is a UPnP media server which allows you to stream your digital media through your home network and consume it on a variety of UPnP compatible devices. Gerbera is based on MediaTomb 12.1 which is dead upstream, so this is an attempt to kick it back into life. Signed-off-by: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>