[oe-commits] Koen Kooi : gnome-dvb-daemon: add 0.1.14

git version control git at git.openembedded.org
Mon Jan 18 07:52:56 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: df43057ec096586d255dc56ad371221f568934e9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df43057ec096586d255dc56ad371221f568934e9

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan 16 21:31:46 2010 +0100

gnome-dvb-daemon: add 0.1.14

---

 conf/checksums.ini                       |    4 ++++
 recipes/gnome/gnome-dvb-daemon_0.1.14.bb |   26 ++++++++++++++++++++++++++
 2 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1db119c..cce2027 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -9566,6 +9566,10 @@ sha256=6bb8ec068558e380aff1e3f0aa130b52161ad68f8d495fce45c55783bbba9076
 md5=21fe881ab473fdc9246c36bd8ef929b0
 sha256=5b51e0dfae64e7f48883fce6657fcf47a03f6429e2c67024203e31cc29032a22
 
+[http://launchpad.net/gnome-dvb-daemon/trunk/0.1.14/+download/gnome-dvb-daemon-0.1.14.tar.bz2]
+md5=f7a840620f10e5ecf86516c5cb721eb2
+sha256=fc8d5d3918cae739d86718b6e9124dae2ca5ea033a7d3b4e71fc16b2b6463288
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.23/gnome-games-2.23.6.tar.bz2]
 md5=9f13ed34427d4c19d423464cd59dba08
 sha256=af2ebf32fe93817e06333b94d3fabcf72fa5675f402c1bbdb7bed3be0b3b3a3e
diff --git a/recipes/gnome/gnome-dvb-daemon_0.1.14.bb b/recipes/gnome/gnome-dvb-daemon_0.1.14.bb
new file mode 100644
index 0000000..d038bf3
--- /dev/null
+++ b/recipes/gnome/gnome-dvb-daemon_0.1.14.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "GNOME DVB Daemon is a daemon written in Vala based on GStreamer to setup your DVB devices, record and watch TV shows and browse EPG. It can be controlled by any application via its D-Bus interface."
+LICENSE = "GPLv3"
+
+DEPENDS = "libxml2 python-dbus python-gst python-pygtk libgee vala-native gstreamer gst-plugins-good gst-plugins-bad glib-2.0 dbus-glib sqlite3 gst-rtsp"
+RDEPENDS = "python-dbus python-gst python-pygtk gst-plugin-dvb gst-fluendo-mpegdemux dvb-apps dvb-scan dvb-tzap dvb-czap dvbstream"
+
+inherit gnome
+
+SRC_URI = "http://launchpad.net/gnome-dvb-daemon/trunk/0.1.14/+download/gnome-dvb-daemon-0.1.14.tar.bz2"
+
+# We have no use for checking using gst-inspect when crosscompiling, so sed out the check
+do_configure_prepend() {
+	sed -i -e /AG_GST_CHECK_GST_INSPECT/d \
+	       -e /G_GST_CHECK_MODULE/d \
+	       -e /AM_CHECK_PYMOD/d \
+	       ${S}/configure.ac
+	sed -i -e 's:PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}":PYTHON_INCLUDES="-I${STAGING_INCDIR}/python$PYTHON_VERSION":g' \
+	       -e 's:PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}":PYTHON_INCLUDES="-I${STAGING_INCDIR}/python$PYTHON_VERSION":g' \
+	       ${S}/m4/python.m4
+}
+
+# TODO: split out UI and python stuff
+FILES_${PN} += "${datadir}/dbus-1 ${libdir}/python*"
+FILES_${PN}-dbg += "${libdir}/python*/*/*/*/.debug"
+
+





More information about the Openembedded-commits mailing list