[oe-commits] Brijesh Singh : gst-player: add recipe for a simple gstreamer player

git version control git at git.openembedded.org
Thu Sep 17 08:43:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 05a753b24b94d4b1db756356820e3913a2e702bb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=05a753b24b94d4b1db756356820e3913a2e702bb

Author: Brijesh Singh <bksingh at ti.com>
Date:   Wed Sep 16 08:29:38 2009 -0500

gst-player: add recipe for a simple gstreamer player

---

 recipes/gstreamer/gst-player_svn.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/gstreamer/gst-player_svn.bb b/recipes/gstreamer/gst-player_svn.bb
new file mode 100644
index 0000000..c44213b
--- /dev/null
+++ b/recipes/gstreamer/gst-player_svn.bb
@@ -0,0 +1,20 @@
+DESCRIPTION="A simple gstreamer based player"
+
+DEPENDS = "gstreamer"
+RDEPENDS = "gstreamer-ti"
+
+SRCREV = "6"
+SRC_URI = "svn://gstplayer.googlecode.com/svn;module=trunk;proto=http"
+
+S = "${WORKDIR}/trunk/gstplayer"
+
+PV = "svnr${SRCREV}"
+PR = "r2"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
+
+do_install() {
+	install -d ${D}/usr/bin
+	install -m 0755 gstplayer ${D}/usr/bin
+}
+





More information about the Openembedded-commits mailing list