Merge pull request #12537 from neheb/motttt
motion: add support for raspberrypi mmal
This commit is contained in:
commit
e309ef0d72
1 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=motion
|
PKG_NAME:=motion
|
||||||
PKG_VERSION:=4.3.1
|
PKG_VERSION:=4.3.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-release-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-release-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/Motion-Project/motion/tar.gz/release-$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/Motion-Project/motion/tar.gz/release-$(PKG_VERSION)?
|
||||||
|
@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
define Package/motion
|
define Package/motion
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+libjpeg +libpthread +libmicrohttpd $(INTL_DEPENDS)
|
DEPENDS:=+libjpeg +libpthread +libmicrohttpd $(INTL_DEPENDS) +TARGET_bcm27xx:bcm27xx-userland
|
||||||
TITLE:=webcam motion sensing and logging
|
TITLE:=webcam motion sensing and logging
|
||||||
URL:=https://motion-project.github.io/
|
URL:=https://motion-project.github.io/
|
||||||
endef
|
endef
|
||||||
|
@ -42,15 +42,15 @@ define Package/motion/conffiles
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-optimizecpu \
|
--without-bktr \
|
||||||
|
--without-webp \
|
||||||
|
--with$(if $(CONFIG_TARGET_bcm27xx),,out)-mmal \
|
||||||
--without-ffmpeg \
|
--without-ffmpeg \
|
||||||
--without-jpeg-mmx \
|
--without-mariadb \
|
||||||
--without-sdl \
|
|
||||||
--without-mysql \
|
--without-mysql \
|
||||||
--without-pgsql \
|
--without-pgsql \
|
||||||
--without-sqlite3 \
|
--without-sqlite3 \
|
||||||
--without-bktr \
|
--without-optimizecpu
|
||||||
--without-webp
|
|
||||||
|
|
||||||
define Package/motion/install
|
define Package/motion/install
|
||||||
$(INSTALL_DIR) $(1)/etc/config $(1)/etc/init.d
|
$(INSTALL_DIR) $(1)/etc/config $(1)/etc/init.d
|
||||||
|
|
Loading…
Reference in a new issue