summaryrefslogtreecommitdiffstats
path: root/package/motion
Commit message (Collapse)AuthorAgeFilesLines
* 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