git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33e67df
)
gst-player: add recipe for a simple gstreamer player
author
Brijesh Singh
<bksingh@ti.com>
Wed, 16 Sep 2009 13:29:38 +0000
(08:29 -0500)
committer
Koen 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]
patch
|
blob
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
+++ 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
+}
+