From 7d7c7b0edc3d8d806250a015f7fbf58418f04395 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Thu, 8 Oct 2015 11:49:18 +0000 Subject: Provide Rygel Media Server 0.26.1 Rygel is a UPnP/DLNA audio-video media server, able to share media files with devices through the network, and also providing logic requird by DLNA players. Rygel is best known as Tizen IVI's former Media Server, and is also a base block for multimedia interfaces such as GENIVI Media Manager. We are here backporting recipes recently submitted to the officiel "meta-openembedded" layer, most notably : - libmediaart-2.0 : http://lists.openembedded.org/pipermail /openembedded-devel/2015-October/103671.html - gupnp-dlna : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-October/103672.html - libgee-0.8 : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-March/100576.html - rygel : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-October/103673.html (with some modifications - disabling gtk+3 e.g.) and building Rygel by default via packagegroups, including royalty-free codecs needed for basic functionality. Change-Id: I017ca437a9be1c0b2cf6f3085da13efce90928c7 Signed-off-by: Manuel Bachmann --- meta-agl/conf/bblayers.conf.sample | 1 + meta-agl/conf/distro/poky-agl.conf | 3 +++ 2 files changed, 4 insertions(+) (limited to 'meta-agl/conf') diff --git a/meta-agl/conf/bblayers.conf.sample b/meta-agl/conf/bblayers.conf.sample index ed6fe367c..e5e54431c 100644 --- a/meta-agl/conf/bblayers.conf.sample +++ b/meta-agl/conf/bblayers.conf.sample @@ -13,6 +13,7 @@ BBLAYERS ?= " \ ##OEROOT##/../meta-agl/meta-agl \ ##OEROOT##/../meta-agl/meta-agl-bsp \ ##OEROOT##/../meta-openembedded/meta-oe \ + ##OEROOT##/../meta-openembedded/meta-multimedia \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \ diff --git a/meta-agl/conf/distro/poky-agl.conf b/meta-agl/conf/distro/poky-agl.conf index 8500784c8..0f5a1919a 100644 --- a/meta-agl/conf/distro/poky-agl.conf +++ b/meta-agl/conf/distro/poky-agl.conf @@ -46,6 +46,9 @@ PREFERRED_VERSION_gstreamer1.0-plugins-ugly ?= "1.4.%" PREFERRED_VERSION_gstreamer1.0-libav ?= "1.4.%" PREFERRED_VERSION_gstreamer1.0-omx ?= "1.2.%" +# Prefer the GStreamer-enabled version of GUPnP-DLNA +PREFERRED_VERSION_gupnp-dlna ?= "0.9.4%" + SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" -- cgit 1.2.3-korg