gst-player: add recipe for a simple gstreamer player
authorBrijesh Singh <bksingh@ti.com>
Wed, 16 Sep 2009 13:29:38 +0000 (08:29 -0500)
committerKoen Kooi <k-kooi@ti.com>
Thu, 17 Sep 2009 08:03:41 +0000 (10:03 +0200)
recipes/gstreamer/gst-player_svn.bb [new file with mode: 0644]

diff --git a/recipes/gstreamer/gst-player_svn.bb b/recipes/gstreamer/gst-player_svn.bb
new file mode 100644 (file)
index 0000000..c44213b
--- /dev/null
@@ -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
+}
+