add python-pydirectfb, Python bindings to DirectFB
authorMichael Lauer <mickey@vanille-media.de>
Mon, 10 Dec 2007 19:56:13 +0000 (19:56 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 10 Dec 2007 19:56:13 +0000 (19:56 +0000)
conf/distro/include/sane-srcdates.inc
packages/python/python-pydirectfb_cvs.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

index 4d9509f..b3b4709 100644 (file)
@@ -112,6 +112,7 @@ SRCDATE_exquisite ?= "${EFL_SRCDATE}"
 # Misc packages, sorted by alphabet
 SRCDATE_avetanabt ?= "20060814"
 SRCDATE_bl ?= "20060814"
+SRCDATE_python-pydirectfb = "20071210"
 SRCDATE_dvbstream ?= "20060814"
 SRCDATE_dvbtraffic ?= "20060814"
 SRCDATE_dvbtune ?= "20060814"
diff --git a/packages/python/python-pydirectfb_cvs.bb b/packages/python/python-pydirectfb_cvs.bb
new file mode 100644 (file)
index 0000000..cc0f3cf
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "DirectFB Bindings"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "pydirectfb"
+PV = "0.0.0+cvs${SRCDATE}"
+PR = "ml0"
+
+SRC_URI = "cvs://anonymous@pydirectfb.cvs.sourceforge.net/cvsroot/pydirectfb;module=pydirectfb \
+           file://fix-directfb-detection.patch;patch=1"
+S = "${WORKDIR}/${SRCNAME}"
+
+inherit distutils
+       
index a1d9f44..c81691c 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml21"
+PR = "ml22"
 
 RDEPENDS = "\
                python-ao               \
@@ -9,6 +9,7 @@ RDEPENDS = "\
                python-constraint       \
                python-dbus                     \
                python-dialog           \
+               python-directfb         \
                python-efl                      \
                python-pycurl           \
                python-fam                      \