Date: Monday, March 6, 2023 @ 10:53:14
  Author: felixonmars
Revision: 1415411

archrelease: copy trunk to community-staging-x86_64

Added:
  motion/repos/community-staging-x86_64/PKGBUILD
    (from rev 1415410, motion/trunk/PKGBUILD)
  motion/repos/community-staging-x86_64/motion.service
    (from rev 1415410, motion/trunk/motion.service)
  motion/repos/community-staging-x86_64/motion.sysusers
    (from rev 1415410, motion/trunk/motion.sysusers)
  motion/repos/community-staging-x86_64/motion.tmpfiles
    (from rev 1415410, motion/trunk/motion.tmpfiles)
Deleted:
  motion/repos/community-staging-x86_64/PKGBUILD
  motion/repos/community-staging-x86_64/motion.service
  motion/repos/community-staging-x86_64/motion.sysusers
  motion/repos/community-staging-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    2023-03-06 10:52:55 UTC (rev 1415410)
+++ PKGBUILD    2023-03-06 10:53:14 UTC (rev 1415411)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: mrxx <mrxx at cyberhome dot at>
-# Contributor: Evgeny Kurnevsky <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-
-pkgname=motion
-pkgver=4.5.0
-pkgrel=2
-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=('8b9975e35dbd1fda44846fa66c93ccba256a4fd753f27236bfb798c4d3d8d209fab1ce02563b3efa6d5ccf9867bbeaff8cd1dcfc1d1b3288e7a6f309a05b5d5d'
-            
'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-staging-x86_64/PKGBUILD (from rev 1415410, 
motion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 10:53:14 UTC (rev 1415411)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: mrxx <mrxx at cyberhome dot at>
+# Contributor: Evgeny Kurnevsky <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+
+pkgname=motion
+pkgver=4.5.1
+pkgrel=2
+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=('3b8b60ad4f41c37cc215aa575b0295ee99b15f2d32cbf3393c0f7cdd8d87616cca1c00e11cb7bf74e4afa285caa094f08df3ba62ab21dcb28a48336e3ff5803e'
+            
'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      2023-03-06 10:52:55 UTC (rev 1415410)
+++ motion.service      2023-03-06 10:53:14 UTC (rev 1415411)
@@ -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-staging-x86_64/motion.service (from rev 1415410, 
motion/trunk/motion.service)
===================================================================
--- motion.service                              (rev 0)
+++ motion.service      2023-03-06 10:53:14 UTC (rev 1415411)
@@ -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     2023-03-06 10:52:55 UTC (rev 1415410)
+++ motion.sysusers     2023-03-06 10:53:14 UTC (rev 1415411)
@@ -1,2 +0,0 @@
-u motion - - /var/lib/motion
-m motion video

Copied: motion/repos/community-staging-x86_64/motion.sysusers (from rev 
1415410, motion/trunk/motion.sysusers)
===================================================================
--- motion.sysusers                             (rev 0)
+++ motion.sysusers     2023-03-06 10:53:14 UTC (rev 1415411)
@@ -0,0 +1,2 @@
+u motion - - /var/lib/motion
+m motion video

Deleted: motion.tmpfiles
===================================================================
--- motion.tmpfiles     2023-03-06 10:52:55 UTC (rev 1415410)
+++ motion.tmpfiles     2023-03-06 10:53:14 UTC (rev 1415411)
@@ -1 +0,0 @@
-d /var/lib/motion 0700 motion motion - -

Copied: motion/repos/community-staging-x86_64/motion.tmpfiles (from rev 
1415410, motion/trunk/motion.tmpfiles)
===================================================================
--- motion.tmpfiles                             (rev 0)
+++ motion.tmpfiles     2023-03-06 10:53:14 UTC (rev 1415411)
@@ -0,0 +1 @@
+d /var/lib/motion 0700 motion motion - -

Reply via email to