summaryrefslogtreecommitdiffstats
path: root/recipes/ti/gst-ipcsink_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/gst-ipcsink_git.bb')
-rwxr-xr-xrecipes/ti/gst-ipcsink_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/ti/gst-ipcsink_git.bb b/recipes/ti/gst-ipcsink_git.bb
new file mode 100755
index 0000000000..e8a184ccd6
--- /dev/null
+++ b/recipes/ti/gst-ipcsink_git.bb
@@ -0,0 +1,25 @@
+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"
+
+DEPENDS = "gstreamer gst-plugins-base"
+
+SRCREV=7e38d82d1207bb75f235f5643c4c2d15591e9b3c
+
+PV = "1.0"
+PR = "r0"
+PR_append= "+gitr${SRCREV}"
+
+inherit autotools
+
+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"
+
+