Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] qt: add gst-plugins-base dependency to multimedia module
Date: Sun, 12 Jul 2015 23:11:13 +0200	[thread overview]
Message-ID: <55A2D7F1.70301@mind.be> (raw)
In-Reply-To: <1410743846-30779-1-git-send-email-danomimanchego123@gmail.com>

 Hi Danomi,

 [We're cleaning up patchwork, hence this reply to an ancient patch.]

On 09/15/14 03:17, Danomi Manchego wrote:
> The Qt Multimedia module requires libs and h-files installed
> by gst-plugins-base.  This commit adds the depends-on gstreamer
> and select gst-plugins-base, exactly like the existing logic
> in the Qt Phonon module.
> 
> Fixes: http://autobuild.buildroot.net/results/389617c7c36dfe92b85d3a3db12a706ae092c73d/
> 
> Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>

 I tried the defconfig of that autobuild failure on current master and it didn't
fail anymore with Qt 4.8.7. We also don't see any autobuild failures on 4.8.7
that are related to this (but admittedly, there also aren't that many on 4.8.6
that failed for this reason).

 I thought for a moment that the problem only occured when gstreamer was
selected and gst-plugins-base was not, but even that doesn't make a difference.

 So I've marked this patch as rejected in patchwork. If you think it is still
relevant, please resubmit (with an updated commit log; the contents are good).

 Regards,
 Arnout


> 
> ---
> 
> Changes v1 -> v2:
> - Moved deps from install-libs area to the config-opts area, to match
>   the other Qt module deps.
> ---
>  package/qt/Config.in | 5 +++++
>  package/qt/qt.mk     | 1 +
>  2 files changed, 6 insertions(+)
> 
> diff --git a/package/qt/Config.in b/package/qt/Config.in
> index da159b4..f824914 100644
> --- a/package/qt/Config.in
> +++ b/package/qt/Config.in
> @@ -336,9 +336,14 @@ config BR2_PACKAGE_QT_XMLPATTERNS
>  config BR2_PACKAGE_QT_MULTIMEDIA
>  	bool "Multimedia Module"
>  	depends on BR2_PACKAGE_QT_GUI_MODULE
> +	depends on BR2_PACKAGE_GSTREAMER
> +	select BR2_PACKAGE_GST_PLUGINS_BASE
>  	help
>  	  Build QtMultimedia module.
>  
> +comment "Multimedia module needs gstreamer and gui support"
> +	depends on !(BR2_PACKAGE_GSTREAMER && BR2_PACKAGE_QT_GUI_MODULE)
> +
>  config BR2_PACKAGE_QT_AUDIO_BACKEND
>  	bool "QtMultimedia Audio backend"
>  	depends on BR2_PACKAGE_QT_MULTIMEDIA
> diff --git a/package/qt/qt.mk b/package/qt/qt.mk
> index 92a090f..6cff658 100644
> --- a/package/qt/qt.mk
> +++ b/package/qt/qt.mk
> @@ -374,6 +374,7 @@ endif
>  
>  ifeq ($(BR2_PACKAGE_QT_MULTIMEDIA),y)
>  QT_CONFIGURE_OPTS += -multimedia
> +QT_DEPENDENCIES   += gstreamer gst-plugins-base
>  else
>  QT_CONFIGURE_OPTS += -no-multimedia
>  endif
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

      reply	other threads:[~2015-07-12 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-15  1:17 [Buildroot] [PATCH v2] qt: add gst-plugins-base dependency to multimedia module Danomi Manchego
2015-07-12 21:11 ` Arnout Vandecappelle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A2D7F1.70301@mind.be \
    --to=arnout@mind.be \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox