[arch-commits] Commit in motion/repos/community-x86_64 (8 files)
Felix Yan
felixonmars at archlinux.org
Fri Dec 4 22:28:57 UTC 2020
Date: Friday, December 4, 2020 @ 22:28:56
Author: felixonmars
Revision: 770155
archrelease: copy trunk to community-x86_64
Added:
motion/repos/community-x86_64/PKGBUILD
(from rev 770153, motion/trunk/PKGBUILD)
motion/repos/community-x86_64/motion.service
(from rev 770153, motion/trunk/motion.service)
motion/repos/community-x86_64/motion.sysusers
(from rev 770153, motion/trunk/motion.sysusers)
motion/repos/community-x86_64/motion.tmpfiles
(from rev 770153, 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 2020-12-04 22:28:53 UTC (rev 770154)
+++ PKGBUILD 2020-12-04 22:28:56 UTC (rev 770155)
@@ -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.1
-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=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6'
- '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 770153, motion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-04 22:28:56 UTC (rev 770155)
@@ -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.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
+}
Deleted: motion.service
===================================================================
--- motion.service 2020-12-04 22:28:53 UTC (rev 770154)
+++ motion.service 2020-12-04 22:28:56 UTC (rev 770155)
@@ -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 770153, motion/trunk/motion.service)
===================================================================
--- motion.service (rev 0)
+++ motion.service 2020-12-04 22:28:56 UTC (rev 770155)
@@ -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 2020-12-04 22:28:53 UTC (rev 770154)
+++ motion.sysusers 2020-12-04 22:28:56 UTC (rev 770155)
@@ -1,2 +0,0 @@
-u motion - - /var/lib/motion
-m motion video
Copied: motion/repos/community-x86_64/motion.sysusers (from rev 770153, motion/trunk/motion.sysusers)
===================================================================
--- motion.sysusers (rev 0)
+++ motion.sysusers 2020-12-04 22:28:56 UTC (rev 770155)
@@ -0,0 +1,2 @@
+u motion - - /var/lib/motion
+m motion video
Deleted: motion.tmpfiles
===================================================================
--- motion.tmpfiles 2020-12-04 22:28:53 UTC (rev 770154)
+++ motion.tmpfiles 2020-12-04 22:28:56 UTC (rev 770155)
@@ -1 +0,0 @@
-d /var/lib/motion 0700 motion motion - -
Copied: motion/repos/community-x86_64/motion.tmpfiles (from rev 770153, motion/trunk/motion.tmpfiles)
===================================================================
--- motion.tmpfiles (rev 0)
+++ motion.tmpfiles 2020-12-04 22:28:56 UTC (rev 770155)
@@ -0,0 +1 @@
+d /var/lib/motion 0700 motion motion - -
More information about the arch-commits
mailing list