summaryrefslogtreecommitdiffstats
path: root/recipes/freondemo/gst-ipcsink_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-23 23:35:17 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:30 +0200
commit311312722b9e2f02deec0f5f64ca67ef90975fc1 (patch)
tree7604e38bbd71da7b52aab7e34d29d8d7c3f8b3b9 /recipes/freondemo/gst-ipcsink_git.bb
parent406284396169439b93524a4b65a8f075b2a4e0aa (diff)
downloadopenembedded-311312722b9e2f02deec0f5f64ca67ef90975fc1.tar.gz
freondemo/gstd: Add updates from latest RR recipes
* Updated recipes (logic) merged from latest Ridgerun recipes * Whitespace formatting maintained from earlier cleanup Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/freondemo/gst-ipcsink_git.bb')
-rw-r--r--[-rwxr-xr-x]recipes/freondemo/gst-ipcsink_git.bb12
1 files changed, 5 insertions, 7 deletions
diff --git a/recipes/freondemo/gst-ipcsink_git.bb b/recipes/freondemo/gst-ipcsink_git.bb
index e8a184ccd6..508ad37475 100755..100644
--- a/recipes/freondemo/gst-ipcsink_git.bb
+++ b/recipes/freondemo/gst-ipcsink_git.bb
@@ -1,25 +1,23 @@
DESCRIPTION = "gst-ipcsink: custom gstreamer element for IPC video sink"
HOMEPAGE = "http://sourceforge.net/projects/freondemo"
-MAINTAINER = "http://sourceforge.net/projects/freondemo"
LICENSE = "BSD"
SECTION = "multimedia"
PRIORITY = "optional"
+inherit autotools
+
DEPENDS = "gstreamer gst-plugins-base"
-SRCREV=7e38d82d1207bb75f235f5643c4c2d15591e9b3c
+SRCREV = "7e38d82d1207bb75f235f5643c4c2d15591e9b3c"
PV = "1.0"
PR = "r0"
-PR_append= "+gitr${SRCREV}"
-
-inherit autotools
+PR_append = "+gitr${SRCREV}"
SRC_URI = "git://freondemo.git.sourceforge.net/gitroot/freondemo/gst-ipcsink;protocol=git"
+
S = "${WORKDIR}/git"
FILES_${PN} += "${libdir}/gstreamer-0.10/*.so ${sysconfdir}"
FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.a ${libdir}/gstreamer-0.10/*.la"
FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug"
-
-