mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/motion to 4.1-1
This commit is contained in:
parent
db4746a52d
commit
ba7eb3cad5
1 changed files with 6 additions and 6 deletions
|
@ -5,17 +5,16 @@
|
|||
# - configure with --without-optimizecpu to avoid overrides to our CFLAGS
|
||||
|
||||
pkgname=motion
|
||||
pkgver=4.0.1
|
||||
pkgrel=2
|
||||
pkgver=4.1
|
||||
pkgrel=1
|
||||
pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
|
||||
depends=('libjpeg' 'v4l-utils' 'ffmpeg')
|
||||
depends=('sqlite' 'ffmpeg')
|
||||
backup=('etc/motion/motion.conf')
|
||||
options=('!makeflags')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz")
|
||||
sha256sums=('2f67669a09ce0481ecd987028dae1c5cb135dfdc3c254c06ab7c9ca0c6c183f0')
|
||||
sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-release-${pkgver}"
|
||||
|
@ -25,6 +24,7 @@ build() {
|
|||
--without-mysql \
|
||||
--sysconfdir=/etc \
|
||||
--with-ffmpeg \
|
||||
--with-webp \
|
||||
--without-optimizecpu
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue