[Lunar-commits] <moonbase-other> motion: Adding a patch adapted from http://www.lavrsen.dk/svn/motion/trunk to fix

stumbles stumbles at lunar-linux.org
Wed Jan 16 17:50:55 CET 2013


commit 2f1dce8f1f6172ddb4d72f12a697329310fd54ea
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 16 Jan 2013 08:50:55 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/2f1dce8f1f6172ddb4d72f12a697329310fd54ea

motion: Adding a patch adapted from http://www.lavrsen.dk/svn/motion/trunk to fix

the change from videodev.h to videodev2.h and a few ffmpeg related issues.
---
  video/motion/BUILD   | +9/-0     
  video/motion/DETAILS | +3/-0     
  2 files changed, 12 insertions(+)

--- /dev/null
+++ b/video/motion/BUILD
@@ -0,0 +1,9 @@
+(
+
+  OPTS+=" --sysconfdir=/etc/$MODULE" &&
+
+  patch_it $SOURCE2 1 &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- a/video/motion/DETAILS
+++ b/video/motion/DETAILS
@@ -1,8 +1,11 @@
           MODULE=motion
          VERSION=3.2.12
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=motion-3.2.12-videodev.patch
       SOURCE_URL=$SFORGE_URL/motion
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:dc59b36e45e7626baa65ce62c961af918fea76bd
+     SOURCE2_VFY=sha1:97d28b151d68c54762d2402ceba6289a1dad72e7
         WEB_SITE=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome
          ENTERED=20060110
          UPDATED=20100618




More information about the Lunar-commits mailing list