podboy: new recipe for another elementary based podcast app
authorValery Febvre <vfebvre@easter-eggs.com>
Thu, 28 Jan 2010 13:00:36 +0000 (13:00 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 28 Jan 2010 22:34:18 +0000 (23:34 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/openmoko-3rdparty/podboy_svn.bb [new file with mode: 0644]
recipes/tasks/task-shr-feed.bb

diff --git a/recipes/openmoko-3rdparty/podboy_svn.bb b/recipes/openmoko-3rdparty/podboy_svn.bb
new file mode 100644 (file)
index 0000000..b7a7ad9
--- /dev/null
@@ -0,0 +1,24 @@
+DESCRIPTION = "A podcast aggregator/player"
+HOMEPAGE = "http://code.google.com/p/podboy/"
+LICENSE = "GPLv3"
+AUTHOR = "ValĂ©ry Febvre <vfebvre@easter-eggs.com>"
+SECTION = "x11/applications"
+PRIORITY = "optional"
+
+SRCREV = "100"
+PV = "1.3.1+svnr${SRCPV}"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI = "svn://podboy.googlecode.com/svn;module=trunk;proto=http"
+S = "${WORKDIR}/trunk"
+
+inherit distutils
+
+FILES_${PN} += "${datadir}/podboy ${datadir}/applications/podboy.desktop ${datadir}/pixmaps/podboy.png"
+
+RDEPENDS += "python-compression python-elementary python-gst python-html python-netclient python-netserver python-sqlite3 python-subprocess gst-plugin-alsa gst-plugin-audioconvert gst-plugin-audioresample gst-plugin-bluez gst-plugin-mad gst-plugin-ogg gst-plugin-volume gst-plugin-vorbis"
+
+do_compile_prepend() {
+       ${STAGING_BINDIR_NATIVE}/edje_cc ${S}/data/podboy.edc
+}
index edd78eb..f6106d1 100644 (file)
@@ -270,4 +270,5 @@ RDEPENDS_${PN} += "\
                rtmom \
                ventura \
                emtooth \
+               podboy \
 "