mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] gst-plugins-rs: select pango only for plugins that depend on it
@ 2024-01-24  9:52 Michael Tretter
  2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tretter @ 2024-01-24  9:52 UTC (permalink / raw)
  To: ptxdist; +Cc: mtr

Only the onvif and closedcaption plugins actually depend on Pango.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
 rules/gst-plugins-rs.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/gst-plugins-rs.in b/rules/gst-plugins-rs.in
index 51c848533e0b..8db30f821060 100644
--- a/rules/gst-plugins-rs.in
+++ b/rules/gst-plugins-rs.in
@@ -12,7 +12,7 @@ menuconfig GST_PLUGINS_RS
 	select GST_PLUGINS_BAD1_WEBRTC	if GST_PLUGINS_RS_WEBRTC || GST_PLUGINS_RS_WEBRTCHTTP
 	select LIBWEBP			if GST_PLUGINS_RS_WEBP
 	select LIBWEBP_DEMUX		if GST_PLUGINS_RS_WEBP
-	select PANGO
+	select PANGO			if GST_PLUGINS_RS_ONVIF || GST_PLUGINS_RS_CLOSEDCAPTION
 	prompt "gst-plugins-rs                "
 	help
 	  GStreamer plugins written in Rust.
-- 
2.39.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] gst-plugins-rs: select pango only for plugins that depend on it
  2024-01-24  9:52 [ptxdist] [PATCH] gst-plugins-rs: select pango only for plugins that depend on it Michael Tretter
@ 2024-02-08 16:03 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-02-08 16:03 UTC (permalink / raw)
  To: ptxdist; +Cc: Michael Tretter

Thanks, applied as 46848850d849e4a9a6c4e396d8230701b9d1ca37.

Michael

[sent from post-receive hook]

On Thu, 08 Feb 2024 17:03:02 +0100, Michael Tretter <m.tretter@pengutronix.de> wrote:
> Only the onvif and closedcaption plugins actually depend on Pango.
> 
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20240124095250.1209441-1-m.tretter@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/gst-plugins-rs.in b/rules/gst-plugins-rs.in
> index 51c848533e0b..8db30f821060 100644
> --- a/rules/gst-plugins-rs.in
> +++ b/rules/gst-plugins-rs.in
> @@ -12,7 +12,7 @@ menuconfig GST_PLUGINS_RS
>  	select GST_PLUGINS_BAD1_WEBRTC	if GST_PLUGINS_RS_WEBRTC || GST_PLUGINS_RS_WEBRTCHTTP
>  	select LIBWEBP			if GST_PLUGINS_RS_WEBP
>  	select LIBWEBP_DEMUX		if GST_PLUGINS_RS_WEBP
> -	select PANGO
> +	select PANGO			if GST_PLUGINS_RS_ONVIF || GST_PLUGINS_RS_CLOSEDCAPTION
>  	prompt "gst-plugins-rs                "
>  	help
>  	  GStreamer plugins written in Rust.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-08 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-24  9:52 [ptxdist] [PATCH] gst-plugins-rs: select pango only for plugins that depend on it Michael Tretter
2024-02-08 16:03 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox