aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion
Commit message (Collapse)AuthorAge
* multimedia/motion: fix PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | | | | | | | motion_project:motion is a better CPE ID than lavrsen:motion as this CPE ID has the latest CVE (whereas lavrsen:motion only a CVE from 2008): https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:motion_project:motion Fixes: 299e5b0a9bce19d6e96cb9ff217028b36ee2dd36 (treewide: add PKG_CPE_ID for better cvescanner coverage) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* motion: refresh patchesRobert N2022-12-25
| | | | Signed-off-by: Robert N <nrobert13@gmail.com>
* motion: update to 4.5.0Robert N2022-12-25
| | | | Signed-off-by: Robert N <nrobert13@gmail.com>
* motion: add gettext as host dependencyRobert N2022-12-22
| | | | Signed-off-by: Robert N <nrobert13@gmail.com>
* motion: update to 4.3.2Rosen Penev2020-11-05
| | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: remove mmal supportRosen Penev2020-10-07
| | | | | | The buildbots are unable to build this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: fix old libmicrohttpd usageRosen Penev2020-08-04
| | | | | | | Doesn't seem to be needed for this package but it does fix several warnings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: add support for raspberrypi mmalRosen Penev2020-06-17
| | | | | | | | | | Currently motion is failing to compile on bcm27xx because of a missing dependency. Sorted the configure options based on the order they appear in the configure script. Also removed outdated ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: update to 4.3.1Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | Remove upstreamed patch. Added patch to remove man and po stuff to fix compilation and speed up the build. Added PKG_BUILD_PARALLEL for faster builds. Added PKG_INSTALL for consistency between packages. Used those install paths as well to make it easier. Other small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: depend on any libmicrohttp providerDaniel Golle2020-02-23
| | | | | | | motion was previously forcing the use of libmicrohttp-ssl which is not mandatory and it works just fine without SSL. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* motion: fix streamingStijn Tintel2019-12-02
| | | | | | Streaming was broken since version 4.2. Backport upstream fix. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* motion: add basic procd init scriptStijn Tintel2019-12-02
| | | | | | | Disable the init script by default to avoid log pollution; motion is very verbose when it cannot open the configured camera. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #9988 from neheb/motRosen Penev2019-09-20
|\ | | | | motion: Update to 4.2.2
| * motion: Update to 4.2.2Rosen Penev2019-09-13
| | | | | | | | | | | | Removed webp support. motion picks it up now that it's in the tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
|/ | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* motion: Specify libmicrohttpd-ssl dependencyDaniel Engberg2019-01-28
| | | | | Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* motion: Update to 4..2.1Rosen Penev2018-12-31
| | | | | Bugfix release Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: Update to 4.2Rosen Penev2018-11-05
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: Backport upstream commit to fix running on musl.Rosen Penev2018-09-15
| | | | | | | | Reported on OpenWrt forums https://forum.openwrt.org/t/motion-segmentation-fault-after-upgrade-to-4-14-68/21276 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* motion: Update to 4.1.1 and switch to codeloadRosen Penev2018-07-30
| | | | | | Simpler. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Remove whitespace from conffiles definition in MakefileHannu Nyman2016-05-03
| | | | | | | | | The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* motion: fix segmentation fault under musl libcJo-Philipp Wich2015-10-08
| | | | | | | | | | | | | | | | | | | During startup, motion calls pthread_getspecific() through motion_log() before pthread_key_create() has been called yet. This works on glibc and uclibc but segfaults on musl because motion is relying on undefined behaviour here. Move the pthread initialization before motion_startup() so that tls_key_threadnr is initialized when motion_log() is called. Also enforce the use of strerror_r() on musl by defining XSI_STRERROR_R on all non-glibc systems because the supposed replacement code is broken and crashes on musl. References: http://www.lavrsen.dk/foswiki/bin/view/Motion/BugReport2015x09x30x203633 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* motion: switch to master branchRoger2014-11-05
| | | | | This branch includes some important fixes vs. 3.4.0. Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: update and switch to recent forkRoger2014-11-04
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: remove outdated (?) patchRoger2014-11-04
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* motion: add myself as maintainerRoger2014-07-28
| | | | Signed-off-by: Roger D rogerdammit@gmail.com
* motion: add from old packagesRoger2014-07-28
Signed-off-by: Roger D rogerdammit@gmail.com