All of lore.kernel.org
 help / color / mirror / Atom feed
From: John Weber <rjohnweber@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example
Date: Tue, 10 Dec 2013 14:47:51 -0600	[thread overview]
Message-ID: <1386708471-8161-1-git-send-email-rjohnweber@gmail.com> (raw)

glive is a Gstreamer Live Example project consisting of a server and
a client program which shows one way of streaming video data using
Gstreamer.  It makes use of Gstreamer version 0.10 and uses RTP and
RTCP, as well as a TCP socket for link status and control.

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 recipes-multimedia/glive/glive.bb |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-multimedia/glive/glive.bb

diff --git a/recipes-multimedia/glive/glive.bb b/recipes-multimedia/glive/glive.bb
new file mode 100644
index 0000000..fb3681a
--- /dev/null
+++ b/recipes-multimedia/glive/glive.bb
@@ -0,0 +1,25 @@
+# Copyright (C) 2013 Avnet Electronics Marketing
+
+DESCRIPTION = "Gstreamer Live Example (GLIVE) Server and Client Application"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://github.com/johnweber/glive.git;branch=master"
+SRCREV = "d7263f6dc685efb06cbd0f70b12c12193cec480a"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+
+# Depends on Gstreamer
+DEPENDS = "gstreamer glib-2.0 "
+RDEPENDS_${PN} = "gstreamer \
+                  gst-plugins-good-rtp \ 
+                  gst-plugins-good-udp \
+                  gst-plugins-good-rtpmanager \
+                  gst-plugins-good-video4linux2 \
+                  gst-fsl-plugin \
+                  glib-2.0 \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.7.9.5



             reply	other threads:[~2013-12-10 20:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-10 20:47 John Weber [this message]
2013-12-10 21:01 ` [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example Eric Bénard
2013-12-10 21:46   ` John Weber

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=1386708471-8161-1-git-send-email-rjohnweber@gmail.com \
    --to=rjohnweber@gmail.com \
    --cc=meta-freescale@yoctoproject.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.