package/gerbera: bump to version 1.8.0
authorJörg Krause <joerg.krause@embedded.rocks>
Tue, 13 Apr 2021 08:23:54 +0000 (10:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 19 Apr 2021 20:54:27 +0000 (22:54 +0200)
commit8974596836945eada8e162844fb87f88adec9100
tree6e91fa0299e881f9e81913f1bae82fe28940dab7
parentd72152ad8eb98b2e359474e486eb062caafd827c
package/gerbera: bump to version 1.8.0

Also recreate config.xml by building and running Gerbera using:

```
~/buildroot/output/target/usr/bin/gerbera --create-config > package/gerbera/config.xml

```

Note, that Gerbera sets the `<home>` parameter now to the runtime user's home by
default when generating the script. This is not appropriate when running Gerbera
on an embedded Linux system as we usually do not have multiple users or even
users at all. Therefore, we set the home directory to /var/lib/gerbera`.

As this directory is not created when installing Gerbera to the target,
it is created by the start script.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gerbera/S99gerbera
package/gerbera/config.xml
package/gerbera/gerbera.hash
package/gerbera/gerbera.mk