motion: fix build, upgrade to 3.2.9, oebug 3286
authorJunqian Gordon Xu <xjqian@gmail.com>
Mon, 25 Feb 2008 03:22:41 +0000 (03:22 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Mon, 25 Feb 2008 03:22:41 +0000 (03:22 +0000)
packages/motion/motion_3.2.6.bb [deleted file]
packages/motion/motion_3.2.9.bb [new file with mode: 0644]

diff --git a/packages/motion/motion_3.2.6.bb b/packages/motion/motion_3.2.6.bb
deleted file mode 100644 (file)
index 2d12802..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-DESCRIPTION = "Motion - a motion detection program"
-HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
-PRIORITY = "optional"
-PR = "r0"
-LICENSE = "GPL"
-DEPENDS = "jpeg"
-PRIORITY = "optional"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/motion/motion-3.2.6.tar.gz"
-
-inherit autotools
-
diff --git a/packages/motion/motion_3.2.9.bb b/packages/motion/motion_3.2.9.bb
new file mode 100644 (file)
index 0000000..1010e7f
--- /dev/null
@@ -0,0 +1,19 @@
+DESCRIPTION = "Motion - a motion detection program"
+HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
+AUTHOR = "Kenneth Lavrsen motion-user@lists.sourceforge.net"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "jpeg ffmpeg mysql postgresql"
+
+RSUGGESTS = "mysql-client postgresql-client"
+
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OECONF = " --with-ffmpeg=${STAGING_LIBDIR} \
+                 --with-mysql-lib=${STAGING_LIBDIR} \
+                 --with-mysql-include=${STAGING_INCDIR}/mysql \
+                 --with-pgsql=${STAGING_DIR} "