summaryrefslogtreecommitdiffstats
path: root/package/motion
Commit message (Collapse)AuthorAgeFilesLines
* motion: fix static build with webpFabrice Fontaine2018-11-211-0/+32
| | | | | | | | | | Static build with webp fails because webp is put before webpmux Fixes: - http://autobuild.buildroot.org/results/4d4e72808300ba1ff79ca794930112b554eb2533 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* motion: bump to version 4.2Fabrice Fontaine2018-10-304-61/+4
| | | | | | | | | | | - Remove patch (already in version) - Add new mandatory libmicrohttpd dependency, see: https://github.com/Motion-Project/motion/commit/3cd68cab497527bb51af63fc4279b024f828b536 - Add new optional gettext dependency, see: https://github.com/Motion-Project/motion/commit/4ff191be82920451f5940d6685a2ab7388e0f7b6 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/motion: fix build with FFmpeg 4.0Bernd Kuhls2018-09-081-0/+58
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* motion: fix config file locationChristopher McCrory2018-04-011-1/+1
| | | | | | | | | | Install the motion.config file were the program expects it to be. From the motion source code: snprintf(filename, PATH_MAX, "%s/motion/motion.conf", sysconfdir); Signed-off-by: Christopher McCrory <chrismcc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* motion: bump to version 4.1.1Fabrice Fontaine2017-12-134-118/+2
| | | | | | | Remove both patches (merged in version) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: add webp supportFabrice Fontaine2017-12-021-0/+7
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: fix build on muslFabrice Fontaine2017-11-242-0/+116
| | | | | | | | | | | | | Some toolchains (musl) have pthread_setname_np but not pthread_getname_np. The first patch fixes check on pthread_setname_np and the second one add a check for pthread_getname_np Fixes: http://autobuild.buildroot.net/results/65534775c5977e2424c5f5c63c46f9d0f39d7e1b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: bump to version 4.1Fabrice Fontaine2017-11-224-167/+5
| | | | | | | | | | | | - Remove 0001-configure.ac-use-given-CFLAGS-LIBS-for-mysqlclient-l.patch, it does not have been sent upstream but issue has been fixed by https://github.com/Motion-Project/motion/commit/3b7164f7f9c2b123f850f8cd1bc0a860ca51c0fe#diff-67e997bcfdac55191033d57a16d1408a - 0002-Rename-base64_encode.patch has been integrated into this version - --without-jpeg-turbo has been deleted from configure.ac - libsdl dependency has been removed Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: disable autotools host optimizationRay Kinsella2017-02-111-1/+1
| | | | | | | | | | The motion autotools script helpfully detects the host Microprocessors intr set and optimizes for it. Disabling this feature causes autotools to use the target parameters passed by BR instead. Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: fix static link with gnutlsFabrice Fontaine2016-11-011-0/+116
| | | | | | | | | | | | | base64_encode is already defined in gnutls so rename it as motion_base64_encode to prevent a definition clash when linking statically with gnutls Fixes: - http://autobuild.buildroot.org/results/592672b8826f4c731c50d29725da964d876573c4 Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: fix static linking of mysql with enabled libz libraryPeter Seiderer2016-10-292-1/+36
| | | | | | | | | | | | Fixes ([1]): checking for mysql_init in -lmysqlclient... no configure: error: MySQL support can't build without MySQL libraries [1] http://autobuild.buildroot.net/results/6cf/6cf38698a2a9a041ff375c01ae8898eace17cfb2 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: bump to version 4.0.1Fabrice Fontaine2016-10-252-13/+3
| | | | | | [Peter: adjust autoreconf comment] Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* motion: fix postgresql supportPeter Seiderer2016-10-191-2/+2
| | | | | | | | | | | | | | | | | | | The commandline paramter to enable/disable postgresql support is called '--with-pgsql/--without-pgsql' and not '--with-postgresql/ --without-postgresql'. Fixes [1] in case postgresql development files are installed on the host: checking for PostgreSQL... testing checking autodect pgsql headers... yes /usr/include/postgresql checking autodect pgsql libs... /usr/lib64 checking for PQconnectStart in -lpq... no configure: error: PostgreSQL support can't build without PostgreSQL libraries [1] http://autobuild.buildroot.net/results/749/7497730da2affffe0e5b9b790081de10c269f416 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: fix sdl-config detectionPeter Seiderer2016-10-181-0/+3
| | | | | | | | | | | | | | Overwrite ac_cv_path_CONFIG_SDL in case sdl development is installed on the host. Fixes [1]: ERROR: unsafe header/library path used in cross-compilation: '-I/usr/include/SDL' [1] http://autobuild.buildroot.net/results/459/4592eb83efa393f77f5ee014f93a271f2313bee6 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* motion: new packageFabrice Fontaine2016-10-135-0/+157
Motion is a program that monitors the video signal from cameras. It is able to detect if a significant part of the picture has changed; in other words, it can detect motion. https://motion-project.github.io Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud