motion: update to 4.2.1.
This commit is contained in:
parent
b135eb8080
commit
9cb6aa7e3f
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'motion'
|
# Template file for 'motion'
|
||||||
pkgname=motion
|
pkgname=motion
|
||||||
version=4.2
|
version=4.2.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="motion-release-${version}"
|
wrksrc="motion-release-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="v4l-utils-devel zlib-devel ffmpeg-devel libmicrohttpd-devel"
|
makedepends="ffmpeg-devel libmicrohttpd-devel v4l-utils-devel"
|
||||||
short_desc="A motion detector software"
|
short_desc="Software motion detector"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://motion-project.github.io/"
|
homepage="https://motion-project.github.io/"
|
||||||
distfiles="https://github.com/Motion-Project/motion/archive/release-${version}.tar.gz"
|
distfiles="https://github.com/Motion-Project/motion/archive/release-${version}.tar.gz"
|
||||||
checksum=6ef8504fc5be00a49c82c4045c0004fbf575d9a5df8687025a9b06923efda2a9
|
checksum=d97ec6ae766adfd478b6f7f9cc0da5f2fe21faa9366d98664be255714c1cf81d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
|
Loading…
Reference in New Issue