[-]
[+]
|
Changed |
motion.spec
|
|
[-]
[+]
|
Added |
ffmpeg-detection.diff
^
|
@@ -0,0 +1,29 @@
+Index: configure.in
+===================================================================
+--- configure.in (revisiĆ³n: 433)
++++ configure.in (copia de trabajo)
+@@ -389,6 +389,9 @@
+ elif test -f ${FFMPEG_DIR}/include/libavformat/avformat.h; then
+ AC_MSG_RESULT(found ${FFMPEG_DIR}/include/libavformat/avformat.h)
+ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include -DFFMPEG_NEW_INCLUDES"
++ elif test -f ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h; then
++ AC_MSG_RESULT(found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h)
++ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include/ffmpeg -DFFMPEG_NEW_INCLUDES"
+ else
+ AC_MSG_RESULT(not found)
+ FFMPEG_OK="no_found"
+Index: configure
+===================================================================
+--- configure (revisiĆ³n: 433)
++++ configure (copia de trabajo)
+@@ -3261,6 +3261,10 @@
+ { echo "$as_me:$LINENO: result: found ${FFMPEG_DIR}/include/libavformat/avformat.h" >&5
+ echo "${ECHO_T}found ${FFMPEG_DIR}/include/libavformat/avformat.h" >&6; }
+ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include -DFFMPEG_NEW_INCLUDES"
++ elif test -f ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h; then
++ { echo "$as_me:$LINENO: result: found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h" >&5
++echo "${ECHO_T}found ${FFMPEG_DIR}/include/ffmpeg/libavformat/avformat.h" >&6; }
++ FFMPEG_CFLAGS="-I${FFMPEG_DIR}/include/ffmpeg -DFFMPEG_NEW_INCLUDES"
+ else
+ { echo "$as_me:$LINENO: result: not found" >&5
+ echo "${ECHO_T}not found" >&6; }
|
[-]
[+]
|
Added |
motion-init-3.2.12.patch
^
|
@@ -0,0 +1,24 @@
+--- motion.init-RH.orig 2011-03-09 19:18:15.569778694 +0100
++++ motion.init-RH 2011-03-09 19:34:33.188486855 +0100
+@@ -12,6 +12,21 @@
+ # Source function library.
+ . /etc/rc.d/init.d/functions
+
++#
++# /etc/init.d/motion
++#
++# and symbolic its link
++#
++# /usr/sbin/rcmotion
++#
++### BEGIN INIT INFO
++# Provides: motion
++# Required-Start: $local_fs $remote_fs
++# Required-Stop: $local_fs $remote_fs
++# Default-Start: 3 5
++# Default-Stop: 0 6
++# Description: Start the motion daemon
++### END INIT INFO
+
+
+ motion=${MOTION-/usr/local/bin/motion}
|
|
Added |
motion-3.2.12.tar.bz2
^
|