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

Felix Yan felixonmars at gemini.archlinux.org
Tue Oct 26 11:50:29 UTC 2021


    Date: Tuesday, October 26, 2021 @ 11:50:29
  Author: felixonmars
Revision: 1033825

archrelease: copy trunk to community-x86_64

Added:
  motion/repos/community-x86_64/PKGBUILD
    (from rev 1033823, motion/trunk/PKGBUILD)
  motion/repos/community-x86_64/motion.service
    (from rev 1033823, motion/trunk/motion.service)
  motion/repos/community-x86_64/motion.sysusers
    (from rev 1033823, motion/trunk/motion.sysusers)
  motion/repos/community-x86_64/motion.tmpfiles
    (from rev 1033824, motion/trunk/motion.tmpfiles)
Deleted:
  motion/repos/community-x86_64/PKGBUILD
  motion/repos/community-x86_64/motion.service
  motion/repos/community-x86_64/motion.sysusers
  motion/repos/community-x86_64/motion.tmpfiles

-----------------+
 PKGBUILD        |   88 +++++++++++++++++++++++++++---------------------------
 motion.service  |   24 +++++++-------
 motion.sysusers |    4 +-
 motion.tmpfiles |    2 -
 4 files changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-26 11:50:21 UTC (rev 1033824)
+++ PKGBUILD	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: mrxx <mrxx at cyberhome dot at>
-# Contributor: Evgeny Kurnevsky <kurnevsky at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=motion
-pkgver=4.3.2
-pkgrel=1
-pkgdesc="Monitor and record video signals from many types of cameras"
-arch=('x86_64')
-license=('GPL')
-url="https://motion-project.github.io"
-depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'mariadb-libs')
-optdepends=('gettext: native language support')
-backup=('etc/motion/motion.conf')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz"
-        'motion.service'
-        'motion.sysusers'
-        'motion.tmpfiles')
-sha512sums=('df54297eebc44b3bc50fd40890c69a9cbbfc5936224bf7027065364e794d7201ceadd99ac99bf43113ec3368f2b5ca435d2956258b9c774e03a6750b41346a7c'
-            '817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273'
-            '6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5'
-            'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b')
-
-build() {
-  cd $pkgname-release-$pkgver
-  autoreconf -fi
-  ./configure --prefix=/usr \
-    --without-pgsql \
-    --without-mysql \
-    --sysconfdir=/etc \
-    --with-ffmpeg \
-    --with-webp
-  make
-}
-
-package(){
-  cd $pkgname-release-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 data/motion-dist.conf "$pkgdir"/etc/motion/motion.conf
-  install -Dm644 "$srcdir"/motion.service "$pkgdir"/usr/lib/systemd/system/motion.service
-  install -Dm644 "$srcdir"/motion.sysusers "$pkgdir"/usr/lib/sysusers.d/motion.conf
-  install -Dm644 "$srcdir"/motion.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/motion.conf
-}

Copied: motion/repos/community-x86_64/PKGBUILD (from rev 1033823, motion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: mrxx <mrxx at cyberhome dot at>
+# Contributor: Evgeny Kurnevsky <kurnevsky at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=motion
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="Monitor and record video signals from many types of cameras"
+arch=('x86_64')
+license=('GPL')
+url="https://motion-project.github.io"
+depends=('sqlite' 'ffmpeg' 'libmicrohttpd' 'libwebp' 'mariadb-libs')
+optdepends=('gettext: native language support')
+backup=('etc/motion/motion.conf')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz"
+        'motion.service'
+        'motion.sysusers'
+        'motion.tmpfiles')
+sha512sums=('8ef7a9e84641597aeec826f29c90250345fb8c398c16b50f284bc39fcf8d8663dab3af1734159200ae3eae5b26b8fab8abfce00c87057474e8684943f16a1920'
+            '817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273'
+            '6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5'
+            'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b')
+
+build() {
+  cd $pkgname-release-$pkgver
+  autoreconf -fi
+  ./configure --prefix=/usr \
+    --without-pgsql \
+    --without-mysql \
+    --sysconfdir=/etc \
+    --with-ffmpeg \
+    --with-webp
+  make
+}
+
+package(){
+  cd $pkgname-release-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 data/motion-dist.conf "$pkgdir"/etc/motion/motion.conf
+  install -Dm644 "$srcdir"/motion.service "$pkgdir"/usr/lib/systemd/system/motion.service
+  install -Dm644 "$srcdir"/motion.sysusers "$pkgdir"/usr/lib/sysusers.d/motion.conf
+  install -Dm644 "$srcdir"/motion.tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/motion.conf
+}

Deleted: motion.service
===================================================================
--- motion.service	2021-10-26 11:50:21 UTC (rev 1033824)
+++ motion.service	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -1,12 +0,0 @@
-[Unit]
-Description=Motion daemon
-After=local-fs.target network.target
-
-[Service]
-User=motion
-ExecStart=/usr/bin/motion -n
-Type=simple
-StandardError=null
-
-[Install]
-WantedBy=multi-user.target

Copied: motion/repos/community-x86_64/motion.service (from rev 1033823, motion/trunk/motion.service)
===================================================================
--- motion.service	                        (rev 0)
+++ motion.service	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Motion daemon
+After=local-fs.target network.target
+
+[Service]
+User=motion
+ExecStart=/usr/bin/motion -n
+Type=simple
+StandardError=null
+
+[Install]
+WantedBy=multi-user.target

Deleted: motion.sysusers
===================================================================
--- motion.sysusers	2021-10-26 11:50:21 UTC (rev 1033824)
+++ motion.sysusers	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -1,2 +0,0 @@
-u motion - - /var/lib/motion
-m motion video

Copied: motion/repos/community-x86_64/motion.sysusers (from rev 1033823, motion/trunk/motion.sysusers)
===================================================================
--- motion.sysusers	                        (rev 0)
+++ motion.sysusers	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -0,0 +1,2 @@
+u motion - - /var/lib/motion
+m motion video

Deleted: motion.tmpfiles
===================================================================
--- motion.tmpfiles	2021-10-26 11:50:21 UTC (rev 1033824)
+++ motion.tmpfiles	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -1 +0,0 @@
-d /var/lib/motion 0700 motion motion - -

Copied: motion/repos/community-x86_64/motion.tmpfiles (from rev 1033824, motion/trunk/motion.tmpfiles)
===================================================================
--- motion.tmpfiles	                        (rev 0)
+++ motion.tmpfiles	2021-10-26 11:50:29 UTC (rev 1033825)
@@ -0,0 +1 @@
+d /var/lib/motion 0700 motion motion - -



More information about the arch-commits mailing list