aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freondemo/gst-ipcsink_git.bb
diff options
context:
space:
mode:
authorRoger Monk <r-monk@ti.com>2010-03-20 10:52:18 +0000
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:27 +0200
commitd851b22811173569fc145bf8f9eb4c2ab95d7a0e (patch)
tree897e1e9fe6dd7a383e971dd91eb681ebec3a51c4 /recipes/freondemo/gst-ipcsink_git.bb
parent91f4c88f233c26f434d182e0c00c22709a8496fb (diff)
downloadopenembedded-d851b22811173569fc145bf8f9eb4c2ab95d7a0e.tar.gz
gstd/freondemo: Align with arago file locations
* Move gstd and freondemo recipes to recipes/gstd /freondemo * Prepare for recipe sync * Later needs renaming and finding new (more appropriate) home 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')
-rwxr-xr-xrecipes/freondemo/gst-ipcsink_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/freondemo/gst-ipcsink_git.bb b/recipes/freondemo/gst-ipcsink_git.bb
new file mode 100755
index 0000000000..e8a184ccd6
--- /dev/null
+++ b/recipes/freondemo/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"
+
+