[oe-commits] org.oe.dev motion: fix build, upgrade to 3.2.9, oebug 3286

xjqian commit openembedded-commits at lists.openembedded.org
Mon Feb 25 03:49:40 UTC 2008


motion: fix build, upgrade to 3.2.9, oebug 3286

Author: xjqian at openembedded.org
Branch: org.openembedded.dev
Revision: 15c115f8bc8db36a958c4e949eb66ea5c7620765
ViewMTN: http://monotone.openembedded.org/revision/info/15c115f8bc8db36a958c4e949eb66ea5c7620765
Files:
1
packages/motion/motion_3.2.6.bb
packages/motion/motion_3.2.9.bb
Diffs:

#
# mt diff -r426593a82e0d28c97814199d46d83668c78063bf -r15c115f8bc8db36a958c4e949eb66ea5c7620765
#
# 
# 
# rename "packages/motion/motion_3.2.6.bb"
#     to "packages/motion/motion_3.2.9.bb"
# 
# patch "packages/motion/motion_3.2.9.bb"
#  from [a6391ce0bdf732fa3658660dcb8588dea0da87d7]
#    to [a4694608f643db6102bb78cb3e161b72f0e5a5f5]
# 
============================================================
--- packages/motion/motion_3.2.6.bb	a6391ce0bdf732fa3658660dcb8588dea0da87d7
+++ packages/motion/motion_3.2.9.bb	a4694608f643db6102bb78cb3e161b72f0e5a5f5
@@ -1,12 +1,19 @@ HOMEPAGE = "http://www.lavrsen.dk/twiki/
 DESCRIPTION = "Motion - a motion detection program"
 HOMEPAGE = "http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome"
+AUTHOR = "Kenneth Lavrsen motion-user at lists.sourceforge.net"
 PRIORITY = "optional"
-PR = "r0"
 LICENSE = "GPL"
-DEPENDS = "jpeg"
-PRIORITY = "optional"
+DEPENDS = "jpeg ffmpeg mysql postgresql"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/motion/motion-3.2.6.tar.gz"
+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} "






More information about the Openembedded-commits mailing list