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

Sergej Pupykin spupykin at archlinux.org
Mon Nov 7 16:15:02 UTC 2016


    Date: Monday, November 7, 2016 @ 16:15:01
  Author: spupykin
Revision: 194896

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

Added:
  motion/repos/community-i686/PKGBUILD
    (from rev 194895, motion/trunk/PKGBUILD)
  motion/repos/community-i686/motion.service
    (from rev 194895, motion/trunk/motion.service)
  motion/repos/community-i686/motion.tmpfiles
    (from rev 194895, motion/trunk/motion.tmpfiles)
  motion/repos/community-x86_64/PKGBUILD
    (from rev 194895, motion/trunk/PKGBUILD)
  motion/repos/community-x86_64/motion.service
    (from rev 194895, motion/trunk/motion.service)
  motion/repos/community-x86_64/motion.tmpfiles
    (from rev 194895, motion/trunk/motion.tmpfiles)
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                        |   76 +++++++++++++++++++++++++++++++++++++
 /motion.service                  |   26 ++++++++++++
 /motion.tmpfiles                 |    2 
 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 
 9 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-07 16:14:39 UTC (rev 194895)
+++ community-i686/PKGBUILD	2016-11-07 16:15:01 UTC (rev 194896)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.0
-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=('e99336d0d9b531498b0eda6ed5b41375'
-         '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 194895, motion/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1,38 @@
+# $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"
+}

Deleted: community-i686/motion.service
===================================================================
--- community-i686/motion.service	2016-11-07 16:14:39 UTC (rev 194895)
+++ community-i686/motion.service	2016-11-07 16:15:01 UTC (rev 194896)
@@ -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

Copied: motion/repos/community-i686/motion.service (from rev 194895, motion/trunk/motion.service)
===================================================================
--- community-i686/motion.service	                        (rev 0)
+++ community-i686/motion.service	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1,13 @@
+[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-07 16:14:39 UTC (rev 194895)
+++ community-i686/motion.tmpfiles	2016-11-07 16:15:01 UTC (rev 194896)
@@ -1 +0,0 @@
-D /var/run/motion 0755 root root

Copied: motion/repos/community-i686/motion.tmpfiles (from rev 194895, motion/trunk/motion.tmpfiles)
===================================================================
--- community-i686/motion.tmpfiles	                        (rev 0)
+++ community-i686/motion.tmpfiles	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1 @@
+D /var/run/motion 0755 root root

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-07 16:14:39 UTC (rev 194895)
+++ community-x86_64/PKGBUILD	2016-11-07 16:15:01 UTC (rev 194896)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.0
-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=('e99336d0d9b531498b0eda6ed5b41375'
-         '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 194895, motion/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1,38 @@
+# $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"
+}

Deleted: community-x86_64/motion.service
===================================================================
--- community-x86_64/motion.service	2016-11-07 16:14:39 UTC (rev 194895)
+++ community-x86_64/motion.service	2016-11-07 16:15:01 UTC (rev 194896)
@@ -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

Copied: motion/repos/community-x86_64/motion.service (from rev 194895, motion/trunk/motion.service)
===================================================================
--- community-x86_64/motion.service	                        (rev 0)
+++ community-x86_64/motion.service	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1,13 @@
+[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-07 16:14:39 UTC (rev 194895)
+++ community-x86_64/motion.tmpfiles	2016-11-07 16:15:01 UTC (rev 194896)
@@ -1 +0,0 @@
-D /var/run/motion 0755 root root

Copied: motion/repos/community-x86_64/motion.tmpfiles (from rev 194895, motion/trunk/motion.tmpfiles)
===================================================================
--- community-x86_64/motion.tmpfiles	                        (rev 0)
+++ community-x86_64/motion.tmpfiles	2016-11-07 16:15:01 UTC (rev 194896)
@@ -0,0 +1 @@
+D /var/run/motion 0755 root root



More information about the arch-commits mailing list