motion: Update to 4.3.0

For details see:
https://github.com/Motion-Project/motion/releases

This update is needed for 'ffmpeg 4.2.2' and 'libmicrohttpd 0.9.70' (new package).

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Matthias Fischer
2020-04-05 15:27:10 +02:00
committed by Arne Fitzenreiter
parent d5fbe672a8
commit 30bd0572fa
2 changed files with 40 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
# Copyright (C) 2007-2020 IPFire Team <info@ipfire.org> #
# #
# 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,17 +24,17 @@
include Config
VER = 4.0.1
VER = 4.3.0
THISAPP = motion-release-$(VER)
THISAPP = motion-Release-$(VER)
DL_FILE = $(THISAPP).tar.gz
DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = motion
PAK_VER = 2
DEPS = ffmpeg
PAK_VER = 3
DEPS = ffmpeg libmicrohttpd
###############################################################################
# Top-level Rules
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 5c87f90c4118d8cf0fb14700db69118f
$(DL_FILE)_MD5 = 297aab6ec3de74ce1a0d2b1711ac9062
install : $(TARGET)
@@ -67,7 +67,7 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
$(subst %,%_MD5,$(objects)) :
@$(MD5)
dist:
dist:
@$(PAK)
###############################################################################