[arch-commits] Commit in motion/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Nov 19 00:14:14 UTC 2017
Date: Sunday, November 19, 2017 @ 00:14:12
Author: arojas
Revision: 267385
archrelease: copy trunk to community-x86_64
Added:
motion/repos/community-x86_64/PKGBUILD
(from rev 267384, motion/trunk/PKGBUILD)
Deleted:
motion/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-19 00:13:47 UTC (rev 267384)
+++ PKGBUILD 2017-11-19 00:14:12 UTC (rev 267385)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.0.1
-pkgrel=2
-pkgdesc="A software motion detector which grabs images from video4linux devices and/or from webcams"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome"
-depends=('libjpeg' 'v4l-utils' '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')
-
-build() {
- cd "${srcdir}/${pkgname}-release-${pkgver}"
- autoreconf
- ./configure --prefix=/usr \
- --without-pgsql \
- --without-mysql \
- --sysconfdir=/etc \
- --with-ffmpeg
- make
-}
-
-package(){
- cd "${srcdir}/${pkgname}-release-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -Dm644 "motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
- install -Dm644 "motion.service" "${pkgdir}/usr/lib/systemd/system/motion.service"
-}
Copied: motion/repos/community-x86_64/PKGBUILD (from rev 267384, motion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-19 00:14:12 UTC (rev 267385)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=motion
+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=('sqlite' 'ffmpeg')
+backup=('etc/motion/motion.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz")
+sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
+
+build() {
+ cd "${srcdir}/${pkgname}-release-${pkgver}"
+ autoreconf
+ ./configure --prefix=/usr \
+ --without-pgsql \
+ --without-mysql \
+ --sysconfdir=/etc \
+ --with-ffmpeg \
+ --with-webp
+ make
+}
+
+package(){
+ cd "${srcdir}/${pkgname}-release-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -Dm644 "motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
+ install -Dm644 "motion.service" "${pkgdir}/usr/lib/systemd/system/motion.service"
+}
More information about the arch-commits
mailing list