From: Michael Lauer Date: Wed, 6 Oct 2004 11:49:31 +0000 (+0000) Subject: add PV and PR for opie-camera as pointed out by hrw X-Git-Tag: Release-2010-05/1~16717 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0812146f01cdef9d6485130e9a0ea27bb5208a0b;p=openembedded.git add PV and PR for opie-camera as pointed out by hrw BKrev: 4163dbcbtZ_chWju-6_09nWTZkIt8A --- diff --git a/opie-camera/opie-camera_cvs.oe b/opie-camera/opie-camera_cvs.oe index e69de29bb2..cbbcfe3bef 100644 --- a/opie-camera/opie-camera_cvs.oe +++ b/opie-camera/opie-camera_cvs.oe @@ -0,0 +1,26 @@ +DESCRIPTION = "Opie Camera, Photo and Video Capturing Application for the Sharp CF-AG06 camera" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Michael 'Mickey' Lauer " +LICENSE = "GPL" +APPNAME = "camera" +APPTYPE = "binary" +PV = "1.0.3-cvs-${CVSDATE}" +PR = "r0" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/multimedia/${APPNAME} \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics \ + cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps" +S = "${WORKDIR}/camera" + +EXTRA_QMAKEVARS_POST=" LIBS+=-L.. " + +inherit opie + +do_install() { + install -d ${D}/${palmtopdir}/pics/${APPNAME} + install -d ${D}/${palmtopdir}/lib/ + oe_libinstall -so libcamera ${D}/${palmtopdir}/lib + install -m 0755 capture ${D}/${palmtopdir}/bin/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ +} diff --git a/python/python-pysqlite_1.0.oe b/python/python-pysqlite_1.0.oe new file mode 100644 index 0000000000..e69de29bb2 diff --git a/python/python-sqlite_0.5.0.oe b/python/python-sqlite_0.5.0.oe deleted file mode 100644 index 1ff933fea3..0000000000 --- a/python/python-sqlite_0.5.0.oe +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "A Python extension for the SQLite Embedded Relational Database" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer " -RDEPENDS = "python-core python-re python-lang" -DEPENDS = "sqlite" -SRCNAME = "pysqlite" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}" - -inherit distutils