mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-20 07:53:01 +02:00
Drop motion add-on
As discussed in https://wiki.ipfire.org/devel/telco/2021-05-03. Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
bb4d1624cb
commit
a7da7bcb07
@@ -1 +0,0 @@
|
||||
/etc/motion.conf
|
||||
@@ -1,44 +0,0 @@
|
||||
etc/motion
|
||||
etc/motion.conf
|
||||
etc/motion/camera1-dist.conf
|
||||
etc/motion/camera2-dist.conf
|
||||
etc/motion/camera3-dist.conf
|
||||
etc/motion/camera4-dist.conf
|
||||
#etc/motion/motion-dist.conf
|
||||
etc/rc.d/init.d/motion
|
||||
etc/rc.d/rc0.d/K01motion
|
||||
etc/rc.d/rc6.d/K01motion
|
||||
etc/rc.d/rc3.d/S99motion
|
||||
usr/bin/motion
|
||||
#usr/share/doc/motion
|
||||
#usr/share/doc/motion/COPYING
|
||||
#usr/share/doc/motion/CREDITS
|
||||
#usr/share/doc/motion/mask1.png
|
||||
#usr/share/doc/motion/motion_build.html
|
||||
#usr/share/doc/motion/motion_config.html
|
||||
#usr/share/doc/motion/motion_guide.html
|
||||
#usr/share/doc/motion/motion_stylesheet.css
|
||||
#usr/share/doc/motion/normal.jpg
|
||||
#usr/share/doc/motion/outputmotion1.jpg
|
||||
#usr/share/doc/motion/outputnormal1.jpg
|
||||
#usr/share/locale/da/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/de/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/es/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/fi/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/fr/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/ja/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/ko/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/li
|
||||
#usr/share/locale/li/LC_MESSAGES
|
||||
#usr/share/locale/li/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/nl/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/no
|
||||
#usr/share/locale/no/LC_MESSAGES
|
||||
#usr/share/locale/no/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/pt/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/sk/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/sv/LC_MESSAGES/motion.mo
|
||||
#usr/share/locale/zh/LC_MESSAGES/motion.mo
|
||||
#usr/share/man/man1/motion.1
|
||||
var/ipfire/backup/addons/includes/motion
|
||||
102
lfs/motion
102
lfs/motion
@@ -1,102 +0,0 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# 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 #
|
||||
# the Free Software Foundation, either version 3 of the License, or #
|
||||
# (at your option) any later version. #
|
||||
# #
|
||||
# This program is distributed in the hope that it will be useful, #
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
|
||||
# GNU General Public License for more details. #
|
||||
# #
|
||||
# You should have received a copy of the GNU General Public License #
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
###############################################################################
|
||||
# Definitions
|
||||
###############################################################################
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.3.0
|
||||
|
||||
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 = 3
|
||||
DEPS = ffmpeg libmicrohttpd
|
||||
|
||||
CFLAGS += -fcommon
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
###############################################################################
|
||||
|
||||
objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 297aab6ec3de74ce1a0d2b1711ac9062
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
|
||||
|
||||
download :$(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
|
||||
md5 : $(subst %,%_MD5,$(objects))
|
||||
|
||||
###############################################################################
|
||||
# Downloading, checking, md5sum
|
||||
###############################################################################
|
||||
|
||||
$(patsubst %,$(DIR_CHK)/%,$(objects)) :
|
||||
@$(CHECK)
|
||||
|
||||
$(patsubst %,$(DIR_DL)/%,$(objects)) :
|
||||
@$(LOAD)
|
||||
|
||||
$(subst %,%_MD5,$(objects)) :
|
||||
@$(MD5)
|
||||
|
||||
dist:
|
||||
@$(PAK)
|
||||
|
||||
###############################################################################
|
||||
# Installation Details
|
||||
###############################################################################
|
||||
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
|
||||
#Install obsolete V4L1 videodev.h
|
||||
cp $(DIR_SRC)/config/include/obsolete_videodev.h /usr/include/linux/videodev.h
|
||||
|
||||
cd $(DIR_APP) && autoreconf -fiv
|
||||
|
||||
cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc
|
||||
cd $(DIR_APP) && make $(MAKETUNING)
|
||||
cd $(DIR_APP) && make install
|
||||
cp -vf $(DIR_SRC)/config/motion/motion.conf /etc
|
||||
install -v -m 644 $(DIR_SRC)/config/backup/includes/motion \
|
||||
/var/ipfire/backup/addons/includes/motion
|
||||
|
||||
#Remove obsolete V4L1 videodev.h
|
||||
rm -f /usr/include/linux/videodev.h
|
||||
|
||||
#install initscripts
|
||||
$(call INSTALL_INITSCRIPT,motion)
|
||||
|
||||
@rm -rf $(DIR_APP)
|
||||
@$(POSTBUILD)
|
||||
Reference in New Issue
Block a user