[arch-commits] Commit in motion/repos (8 files)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 17:19:36 UTC 2016


    Date: Monday, November 14, 2016 @ 17:19:35
  Author: spupykin
Revision: 195801

archrelease: copy trunk to community-i686, community-x86_64

Added:
  motion/repos/community-i686/PKGBUILD
    (from rev 195800, motion/trunk/PKGBUILD)
  motion/repos/community-x86_64/PKGBUILD
    (from rev 195800, motion/trunk/PKGBUILD)
Deleted:
  motion/repos/community-i686/PKGBUILD
  motion/repos/community-i686/motion.service
  motion/repos/community-i686/motion.tmpfiles
  motion/repos/community-x86_64/PKGBUILD
  motion/repos/community-x86_64/motion.service
  motion/repos/community-x86_64/motion.tmpfiles

----------------------------------+
 /PKGBUILD                        |   66 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   38 ---------------------
 community-i686/motion.service    |   13 -------
 community-i686/motion.tmpfiles   |    1 
 community-x86_64/PKGBUILD        |   38 ---------------------
 community-x86_64/motion.service  |   13 -------
 community-x86_64/motion.tmpfiles |    1 
 7 files changed, 66 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-i686/PKGBUILD	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.0.1
-pkgrel=1
-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"
-	motion.service
-	motion.tmpfiles)
-md5sums=('5c87f90c4118d8cf0fb14700db69118f'
-         'c8e9a9e9fd2dcc1ee8bcee1f32a91559'
-         'f863f8c025f7f025b2178def8418decd')
-
-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
-  mv "${pkgdir}/etc/motion/motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
-  install -Dm644 "${srcdir}/motion.service" "${pkgdir}/usr/lib/systemd/system/motion.service"
-  install -Dm644 "${srcdir}/motion.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/motion.conf"
-}

Copied: motion/repos/community-i686/PKGBUILD (from rev 195800, motion/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-14 17:19:35 UTC (rev 195801)
@@ -0,0 +1,33 @@
+# $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"
+}

Deleted: community-i686/motion.service
===================================================================
--- community-i686/motion.service	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-i686/motion.service	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Motion daemon
-After=local-fs.target
-
-[Service]
-PIDFile=/run/motion/motion.pid
-ExecStart=/usr/bin/motion
-Type=forking
-#StandardOutput=null
-StandardError=null
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-i686/motion.tmpfiles
===================================================================
--- community-i686/motion.tmpfiles	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-i686/motion.tmpfiles	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1 +0,0 @@
-D /var/run/motion 0755 root root

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-x86_64/PKGBUILD	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.0.1
-pkgrel=1
-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"
-	motion.service
-	motion.tmpfiles)
-md5sums=('5c87f90c4118d8cf0fb14700db69118f'
-         'c8e9a9e9fd2dcc1ee8bcee1f32a91559'
-         'f863f8c025f7f025b2178def8418decd')
-
-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
-  mv "${pkgdir}/etc/motion/motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
-  install -Dm644 "${srcdir}/motion.service" "${pkgdir}/usr/lib/systemd/system/motion.service"
-  install -Dm644 "${srcdir}/motion.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/motion.conf"
-}

Copied: motion/repos/community-x86_64/PKGBUILD (from rev 195800, motion/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-14 17:19:35 UTC (rev 195801)
@@ -0,0 +1,33 @@
+# $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"
+}

Deleted: community-x86_64/motion.service
===================================================================
--- community-x86_64/motion.service	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-x86_64/motion.service	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Motion daemon
-After=local-fs.target
-
-[Service]
-PIDFile=/run/motion/motion.pid
-ExecStart=/usr/bin/motion
-Type=forking
-#StandardOutput=null
-StandardError=null
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/motion.tmpfiles
===================================================================
--- community-x86_64/motion.tmpfiles	2016-11-14 17:19:17 UTC (rev 195800)
+++ community-x86_64/motion.tmpfiles	2016-11-14 17:19:35 UTC (rev 195801)
@@ -1 +0,0 @@
-D /var/run/motion 0755 root root



More information about the arch-commits mailing list