community/motion to 4.1-1

This commit is contained in:
Kevin Mihelich 2017-11-19 01:19:16 +00:00
parent db4746a52d
commit ba7eb3cad5

View file

@ -5,17 +5,16 @@
# - configure with --without-optimizecpu to avoid overrides to our CFLAGS # - configure with --without-optimizecpu to avoid overrides to our CFLAGS
pkgname=motion pkgname=motion
pkgver=4.0.1 pkgver=4.1
pkgrel=2 pkgrel=1
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams" pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
arch=('i686' 'x86_64') arch=('x86_64')
license=('GPL') license=('GPL')
url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome" url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
depends=('libjpeg' 'v4l-utils' 'ffmpeg') depends=('sqlite' 'ffmpeg')
backup=('etc/motion/motion.conf') backup=('etc/motion/motion.conf')
options=('!makeflags')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz")
sha256sums=('2f67669a09ce0481ecd987028dae1c5cb135dfdc3c254c06ab7c9ca0c6c183f0') sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
build() { build() {
cd "${srcdir}/${pkgname}-release-${pkgver}" cd "${srcdir}/${pkgname}-release-${pkgver}"
@ -25,6 +24,7 @@ build() {
--without-mysql \ --without-mysql \
--sysconfdir=/etc \ --sysconfdir=/etc \
--with-ffmpeg \ --with-ffmpeg \
--with-webp \
--without-optimizecpu --without-optimizecpu
make make
} }