[arch-commits] Commit in motion/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Nov 19 00:13:49 UTC 2017


    Date: Sunday, November 19, 2017 @ 00:13:47
  Author: arojas
Revision: 267384

Update to 4.1

Modified:
  motion/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-19 00:12:12 UTC (rev 267383)
+++ PKGBUILD	2017-11-19 00:13:47 UTC (rev 267384)
@@ -2,17 +2,16 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 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=('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}"
@@ -21,7 +20,8 @@
     --without-pgsql \
     --without-mysql \
     --sysconfdir=/etc \
-    --with-ffmpeg
+    --with-ffmpeg \
+    --with-webp
   make
 }
 



More information about the arch-commits mailing list