All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-multimedia][PATCH] rygel: update 0.42.4 -> 0.42.5
       [not found] <17C949671B32FDDB.31749@lists.openembedded.org>
@ 2024-04-24 18:06 ` Markus Volk
  0 siblings, 0 replies; only message in thread
From: Markus Volk @ 2024-04-24 18:06 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 4045 bytes --]

Resent this without changes because it looks like the first one got 
lost in nirvana

On Wed, Apr 24 2024 at 08:02:33 PM +02:00:00, Markus Volk 
<f_l_k@t-online.de> wrote:
> - dont convert to systemd system service. rygel should be started as
>   a user service. This is also a requirement  to get it working in
>   gnome-control-center
> 
> - build with PACKAGECONFIG media-export to make rygel work out of the 
> box
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de 
> <mailto:f_l_k@t-online.de>>
> ---
>  .../rygel/{rygel_0.42.4.bb => rygel_0.42.5.bb}    | 15 
> +++------------
>  1 file changed, 3 insertions(+), 12 deletions(-)
>  rename meta-multimedia/recipes-connectivity/rygel/{rygel_0.42.4.bb 
> => rygel_0.42.5.bb} (83%)
> 
> diff --git 
> a/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb 
> b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.5.bb
> similarity index 83%
> rename from meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb
> rename to meta-multimedia/recipes-connectivity/rygel/rygel_0.42.5.bb
> index 4fbdce086..e79bd77a5 100644
> --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.4.bb
> +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.42.5.bb
> @@ -20,7 +20,7 @@ inherit gnomebase features_check vala 
> gobject-introspection gettext systemd
>  # gobject-introspection is mandatory for libmediaart-2.0 and cannot 
> be configured
>  REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
> 
> -SRC_URI[archive.sha256sum] = 
> "6310dfaa2d332b66119b9b020fad6a4bd27d9bc61faf780ca5ca0b62813303f7"
> +SRC_URI[archive.sha256sum] = 
> "1133602d2e6710aade6b22aa98d93384c8d56396f344763413e96e0110b7d89f"
> 
>  GIR_MESON_ENABLE_FLAG = 'enabled'
>  GIR_MESON_DISABLE_FLAG = 'disabled'
> @@ -28,7 +28,7 @@ GIR_MESON_DISABLE_FLAG = 'disabled'
>  EXTRA_OEMESON = "-Dengines=gstreamer 
> -Dplugins=${@strip_comma('${RYGEL_PLUGINS}')}"
>  PACKAGECONFIG:append = "${@bb.utils.contains 
> <mailto:${@bb.utils.contains>("DISTRO_FEATURES", "x11", " gtk+3", "", 
> d)}"
> 
> -PACKAGECONFIG ?= "external mpris ruih gst-launch"
> +PACKAGECONFIG ?= "external mpris ruih gst-launch media-export"
> 
>  PACKAGECONFIG[external] = ""
>  PACKAGECONFIG[mpris] = ""
> @@ -60,16 +60,9 @@ do_install:append() {
>         # Remove .la files for loadable modules
>         rm -f ${D}/${libdir}/rygel-${LIBV}/engines/*.la
>         rm -f ${D}/${libdir}/rygel-${LIBV}/plugins/*.la
> -       if [ -e ${D}${nonarch_libdir}/systemd/user/rygel.service ]; 
> then
> -               mkdir -p ${D}${systemd_unitdir}/system
> -               mv ${D}${nonarch_libdir}/systemd/user/rygel.service 
> ${D}${systemd_unitdir}/system
> -               rmdir --ignore-fail-on-non-empty 
> ${D}${nonarch_libdir}/systemd/user \
> -               ${D}${nonarch_libdir}/systemd \
> -               ${D}${nonarch_libdir}
> -       fi
>  }
> 
> -FILES:${PN} += "${libdir}/rygel-${LIBV}/engines ${datadir}/dbus-1 
> ${datadir}/icons"
> +FILES:${PN} += "${libdir}/rygel-${LIBV}/engines 
> ${systemd_user_unitdir} ${datadir}/dbus-1 ${datadir}/icons"
>  FILES:${PN}-dbg += "${libdir}/rygel-${LIBV}/engines/.debug 
> ${libdir}/rygel-${LIBV}/plugins/.debug"
> 
>  PACKAGES += "${PN}-meta"
> @@ -77,8 +70,6 @@ ALLOW_EMPTY:${PN}-meta = "1"
> 
>  PACKAGES_DYNAMIC = "${PN}-plugin-*"
> 
> -SYSTEMD_SERVICE:${PN} = "rygel.service"
> -
>  python populate_packages:prepend () {
>      rygel_libdir = d.expand('${libdir}/rygel-${LIBV}')
>      postinst = d.getVar('plugin_postinst')
> --
> 2.44.0
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#110139): 
> <https://lists.openembedded.org/g/openembedded-devel/message/110139>
> Mute This Topic: <https://lists.openembedded.org/mt/105715439/3618223>
> Group Owner: openembedded-devel+owner@lists.openembedded.org 
> <mailto:openembedded-devel+owner@lists.openembedded.org>
> Unsubscribe: 
> <https://lists.openembedded.org/g/openembedded-devel/unsub> 
> [f_l_k@t-online.de <mailto:f_l_k@t-online.de>]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


[-- Attachment #2: Type: text/html, Size: 4378 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-24 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <17C949671B32FDDB.31749@lists.openembedded.org>
2024-04-24 18:06 ` [oe] [meta-multimedia][PATCH] rygel: update 0.42.4 -> 0.42.5 Markus Volk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.