All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/4] gst-meta-base: pull in X11 plugins when using X11
Date: Tue,  4 Dec 2012 15:29:10 -0800	[thread overview]
Message-ID: <1354663759-20022-2-git-send-email-sgw@linux.intel.com> (raw)
In-Reply-To: <1354663759-20022-1-git-send-email-sgw@linux.intel.com>

From: Ross Burton <ross.burton@intel.com>

The splitting out of X11 plugins wasn't complete, which lead to no X11 plugins
being installed.

If the X11 distro feature is present, make gst-meta-base depend on
gst-meta-x11-base.  Also make -x11-base RDEPEND on xvimagesink for video
playback performance.

[ YOCTO #3458 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
index 2fb39d5..21243c6 100644
--- a/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-meta-base_0.10.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 
-PR = "r11"
+PR = "r12"
 
 PACKAGES = "\
     gst-meta-base \
@@ -17,6 +17,7 @@ PACKAGES = "\
 ALLOW_EMPTY = "1"
 
 RDEPENDS_gst-meta-base = "\
+    ${@base_contains('DISTRO_FEATURES', 'x11', 'gst-meta-x11-base', '', d)} \
     gstreamer \
     gst-plugins-base-playbin \
     gst-plugins-base-decodebin \
@@ -32,7 +33,9 @@ RDEPENDS_gst-meta-base = "\
     gst-plugins-good-autodetect \
     gst-plugins-good-souphttpsrc"
 
-RDEPENDS_gst-meta-x11-base = "${@base_contains('DISTRO_FEATURES', 'x11', 'gst-plugins-base-ximagesink', '', d)}"
+RDEPENDS_gst-meta-x11-base = "\
+    gst-plugins-base-ximagesink \
+    gst-plugins-base-xvimagesink"
 
 RDEPENDS_gst-meta-audio = "\
     gst-meta-base \
-- 
1.8.0




  reply	other threads:[~2012-12-04 23:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-04 23:29 [PATCH 0/3] libnl Update and friends Saul Wold
2012-12-04 23:29 ` Saul Wold [this message]
2012-12-04 23:31   ` [PATCH 1/4] gst-meta-base: pull in X11 plugins when using X11 Saul Wold
2012-12-04 23:29 ` [PATCH 1/3] libnl: upgrade to 3.2.14 Saul Wold
2012-12-04 23:29 ` [PATCH 1/2] wpa-supplicant: configured to work with libnl 3.2.14 Saul Wold
2012-12-04 23:29 ` [PATCH 2/4] libnl: upgrade to 3.2.14 Saul Wold
2012-12-04 23:29 ` [PATCH 2/2] libpcap: PR bump because of PU for libnl Saul Wold
2012-12-04 23:29 ` [PATCH 2/3] wpa-supplicant: configured to work with libnl 3.2.14 Saul Wold
2012-12-04 23:29 ` [PATCH 3/3] libpcap: PR bump because of PU for libnl Saul Wold
2012-12-04 23:29 ` [PATCH 3/4] wpa-supplicant: configured to work with libnl 3.2.14 Saul Wold
2012-12-04 23:29 ` [PATCH 4/4] libpcap: PR bump because of PU for libnl Saul Wold
2012-12-04 23:29 ` [PATCH 4/4] sstate: fetch .siginfo files from SSTATE_MIRROR Saul Wold

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=1354663759-20022-2-git-send-email-sgw@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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 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.