From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] motion: Update to 4.0.1 Date: Sat, 25 Mar 2017 22:50:18 +0100 Message-ID: <20170325215018.3946-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4312152005502637111==" List-Id: --===============4312152005502637111== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 'ffmpeg' seems to need this update. Best, Matthias Signed-off-by: Matthias Fischer --- lfs/motion | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lfs/motion b/lfs/motion index a09133887..d226c1c58 100644 --- a/lfs/motion +++ b/lfs/motion @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt = # +# Copyright (C) 2017 Michael Tremer & Christian Schmidt = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,16 +24,16 @@ =20 include Config =20 -VER =3D 3.2.12 +VER =3D 4.0.1 =20 -THISAPP =3D motion-$(VER) +THISAPP =3D motion-release-$(VER) DL_FILE =3D $(THISAPP).tar.gz DL_FROM =3D $(URL_IPFIRE) DIR_APP =3D $(DIR_SRC)/$(THISAPP) TARGET =3D $(DIR_INFO)/$(THISAPP) =20 PROG =3D motion -PAK_VER =3D 1 +PAK_VER =3D 2 DEPS =3D "ffmpeg" =20 ############################################################################= ### @@ -44,7 +44,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D 1ba0065ed50509aaffb171594c689f46 +$(DL_FILE)_MD5 =3D 5c87f90c4118d8cf0fb14700db69118f =20 install : $(TARGET) =20 @@ -81,6 +81,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) #Install obsolete V4L1 videodev.h cp $(DIR_SRC)/config/include/obsolete_videodev.h /usr/include/linux/videode= v.h =20 + cd $(DIR_APP) && autoreconf -fiv + cd $(DIR_APP) && ./configure --prefix=3D/usr --sysconfdir=3D/etc cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install --=20 2.11.0 --===============4312152005502637111==--