[arch-commits] Commit in motion/trunk (PKGBUILD)

2020-12-04 Thread Felix Yan via arch-commits
Date: Friday, December 4, 2020 @ 22:28:39
  Author: felixonmars
Revision: 770152

upgpkg: motion 4.3.2-1

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-04 22:28:14 UTC (rev 770151)
+++ PKGBUILD2020-12-04 22:28:39 UTC (rev 770152)
@@ -4,7 +4,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=motion
-pkgver=4.3.1
+pkgver=4.3.2
 pkgrel=1
 pkgdesc="Monitor and record video signals from many types of cameras"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 'motion.service'
 'motion.sysusers'
 'motion.tmpfiles')
-sha512sums=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6'
+sha512sums=('df54297eebc44b3bc50fd40890c69a9cbbfc5936224bf7027065364e794d7201ceadd99ac99bf43113ec3368f2b5ca435d2956258b9c774e03a6750b41346a7c'
 
'817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273'
 
'6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5'
 
'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b')


[arch-commits] Commit in motion/trunk (PKGBUILD)

2020-05-31 Thread Felix Yan via arch-commits
Date: Monday, June 1, 2020 @ 01:15:49
  Author: felixonmars
Revision: 637792

upgpkg: motion 4.3.1-1

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-01 01:11:45 UTC (rev 637791)
+++ PKGBUILD2020-06-01 01:15:49 UTC (rev 637792)
@@ -4,13 +4,13 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=motion
-pkgver=4.2.2
+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')
+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;
@@ -17,14 +17,14 @@
 'motion.service'
 'motion.sysusers'
 'motion.tmpfiles')
-sha256sums=('c8d40976b41da8eb9f9f7128599403a312fc26b7226bf3787d75f78cb5a6cc6e'
-'a78dba35414f4d7147cc2c622eecdb3df249978023cbea5c6bc420c34ca387e7'
-'353fe3c2ee0afb7dafe1c6b7d1ac5655449dab836ab387cf335b4bd1dd37bf27'
-'b34eaf6b085a25ef310102f892d0909247f1acb9d6a75cc9faca85e1ef076a1c')
+sha512sums=('17033dab055c4f1d9e2912a27d0a5b419d325b0781def98428a6117e38c62201b87199210071ba93d6c4dae514733b749e39cbc1befe6242f157d4583e07dcc6'
+
'817590421b313f468b0ecc783048affa2a97e82701c6c18ab14b0215a5ed66bd5e66fe584441f161cdea334323e998151a255ebb615f15d5118bc6981876f273'
+
'6223040c71d5d8e1a67ad99276342cb43549554191fba6492803f6d7069ea87afd378fec7a4c5332821a366d5a669fbd21f2aa16bb8911eabb45f44a18a65de5'
+
'cae88686417c31984c56d0df6625fb4ee62c2910d7f45b0e46dc1de6775b1a7b5463efc3ad1299e44746317332100c6afb6526b68fa6abea23e86b62d897460b')
 
 build() {
   cd $pkgname-release-$pkgver
-  autoreconf
+  autoreconf -fi
   ./configure --prefix=/usr \
 --without-pgsql \
 --without-mysql \
@@ -37,7 +37,7 @@
 package(){
   cd $pkgname-release-$pkgver
   make DESTDIR="$pkgdir" install
-  install -Dm644 motion-dist.conf "$pkgdir"/etc/motion/motion.conf
+  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


[arch-commits] Commit in motion/trunk (PKGBUILD)

2017-12-11 Thread Jaroslav Lichtblau via arch-commits
Date: Monday, December 11, 2017 @ 20:04:09
  Author: jlichtblau
Revision: 273896

upgpkg: motion 4.1.1-1 - new upstream release

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-11 19:56:00 UTC (rev 273895)
+++ PKGBUILD2017-12-11 20:04:09 UTC (rev 273896)
@@ -1,8 +1,9 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: 
+# Contributor: Sergej Pupykin 
 
 pkgname=motion
-pkgver=4.1
+pkgver=4.1.1
 pkgrel=1
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('x86_64')
@@ -11,7 +12,7 @@
 depends=('sqlite' 'ffmpeg')
 backup=('etc/motion/motion.conf')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz;)
-sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
+sha256sums=('2074b935bdfe28f84c2c3233274b06908336778f303bb13530d4299c3f8aa4e2')
 
 build() {
   cd "${srcdir}/${pkgname}-release-${pkgver}"


[arch-commits] Commit in motion/trunk (PKGBUILD)

2017-11-18 Thread Antonio Rojas
Date: Sunday, November 19, 2017 @ 00:13:47
  Author: arojas
Revision: 267384

Update to 4.1

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-19 00:12:12 UTC (rev 267383)
+++ PKGBUILD2017-11-19 00:13:47 UTC (rev 267384)
@@ -2,17 +2,16 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=motion
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.1
+pkgrel=1
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('x86_64')
 license=('GPL')
 url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome;
-depends=('libjpeg' 'v4l-utils' 'ffmpeg')
+depends=('sqlite' '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')
+sha256sums=('277029c80df0d37deefbbea6d15c66a9067d9166fe8f76eb5f90aa6e97aa9741')
 
 build() {
   cd "${srcdir}/${pkgname}-release-${pkgver}"
@@ -21,7 +20,8 @@
 --without-pgsql \
 --without-mysql \
 --sysconfdir=/etc \
---with-ffmpeg
+--with-ffmpeg \
+--with-webp
   make
 }
 


[arch-commits] Commit in motion/trunk (PKGBUILD motion.service motion.tmpfiles)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 17:19:17
  Author: spupykin
Revision: 195800

upgpkg: motion 4.0.1-2

upd

Modified:
  motion/trunk/PKGBUILD
Deleted:
  motion/trunk/motion.service
  motion/trunk/motion.tmpfiles

-+
 PKGBUILD|   15 +--
 motion.service  |   13 -
 motion.tmpfiles |1 -
 3 files changed, 5 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:18:15 UTC (rev 195799)
+++ PKGBUILD2016-11-14 17:19:17 UTC (rev 195800)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=4.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,12 +11,8 @@
 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')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz;)
+sha256sums=('2f67669a09ce0481ecd987028dae1c5cb135dfdc3c254c06ab7c9ca0c6c183f0')
 
 build() {
   cd "${srcdir}/${pkgname}-release-${pkgver}"
@@ -32,7 +28,6 @@
 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"
+  install -Dm644 "motion-dist.conf" "${pkgdir}/etc/motion/motion.conf"
+  install -Dm644 "motion.service" 
"${pkgdir}/usr/lib/systemd/system/motion.service"
 }

Deleted: motion.service
===
--- motion.service  2016-11-14 17:18:15 UTC (rev 195799)
+++ motion.service  2016-11-14 17:19:17 UTC (rev 195800)
@@ -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: motion.tmpfiles
===
--- motion.tmpfiles 2016-11-14 17:18:15 UTC (rev 195799)
+++ motion.tmpfiles 2016-11-14 17:19:17 UTC (rev 195800)
@@ -1 +0,0 @@
-D /var/run/motion 0755 root root


[arch-commits] Commit in motion/trunk (PKGBUILD)

2016-11-07 Thread Sergej Pupykin
Date: Monday, November 7, 2016 @ 16:14:39
  Author: spupykin
Revision: 194895

upgpkg: motion 4.0.1-1

upd

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 16:14:30 UTC (rev 194894)
+++ PKGBUILD2016-11-07 16:14:39 UTC (rev 194895)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=motion
-pkgver=4.0
+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')
@@ -14,7 +14,7 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Motion-Project/motion/archive/release-$pkgver.tar.gz;
motion.service
motion.tmpfiles)
-md5sums=('e99336d0d9b531498b0eda6ed5b41375'
+md5sums=('5c87f90c4118d8cf0fb14700db69118f'
  'c8e9a9e9fd2dcc1ee8bcee1f32a91559'
  'f863f8c025f7f025b2178def8418decd')
 


[arch-commits] Commit in motion/trunk (PKGBUILD ffmpeg-compat.patch)

2016-04-30 Thread Sergej Pupykin
Date: Saturday, April 30, 2016 @ 19:50:29
  Author: spupykin
Revision: 173200

upgpkg: motion 3.2.12-14

upd

Modified:
  motion/trunk/PKGBUILD
  motion/trunk/ffmpeg-compat.patch

-+
 PKGBUILD|8 
 ffmpeg-compat.patch |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 17:39:01 UTC (rev 173199)
+++ PKGBUILD2016-04-30 17:50:29 UTC (rev 173200)
@@ -3,12 +3,12 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=13
+pkgrel=14
 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-compat')
+depends=('libjpeg' 'v4l-utils' 'ffmpeg0.10')
 backup=('etc/motion/motion.conf')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
@@ -22,11 +22,11 @@
  'f863f8c025f7f025b2178def8418decd'
  'd36687710837d69fbce4608b1345fa34'
  'd8c3c4fdded5cfbd729710475559a21d'
- 'e85c596292aceb425fcf17e5072e2fff')
+ 'b2666cade705f6bb663a2139717e0da7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg-compat/pkgconfig:$PKG_CONFIG_PATH
+  export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
   patch -Np1 -i $srcdir/ffmpeg-0.8.patch
   patch -Np1 -i $srcdir/linux-headers.patch
   patch -Np1 -i $srcdir/ffmpeg-compat.patch

Modified: ffmpeg-compat.patch
===
--- ffmpeg-compat.patch 2016-04-30 17:39:01 UTC (rev 173199)
+++ ffmpeg-compat.patch 2016-04-30 17:50:29 UTC (rev 173200)
@@ -163,7 +163,7 @@
 -fi
 -
 +TEMP_CFLAGS+=" `pkg-config --cflags libavformat libavcodec` -DHAVE_FFMPEG 
-DFFMPEG_NEW_INCLUDES -DHAVE_FFMPEG_NEW"
-+TEMP_LIBS+=" `pkg-config --libs libavformat libavcodec` -lavutil -Wl,-rpath 
/usr/lib/ffmpeg-compat"
++TEMP_LIBS+=" `pkg-config --libs libavformat libavcodec` -lavutil -Wl,-rpath 
/usr/lib/ffmpeg0.10"
 +FFMPEG_OK=found
 +FFMPEG_OBJ="ffmpeg.o"
 +AC_SUBST(FFMPEG_OBJ)


[arch-commits] Commit in motion/trunk (PKGBUILD)

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 23:16:54
  Author: spupykin
Revision: 165785

fix homepage url

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 20:52:03 UTC (rev 165784)
+++ PKGBUILD2016-03-09 22:16:54 UTC (rev 165785)
@@ -7,7 +7,7 @@
 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/twiki/bin/view/Motion/WebHome;
+url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome;
 depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat')
 backup=('etc/motion/motion.conf')
 options=('!makeflags')


[arch-commits] Commit in motion/trunk (PKGBUILD motion.service)

2016-01-11 Thread Sergej Pupykin
Date: Monday, January 11, 2016 @ 14:41:19
  Author: spupykin
Revision: 156000

upgpkg: motion 3.2.12-13

upd

Modified:
  motion/trunk/PKGBUILD
  motion/trunk/motion.service

+
 PKGBUILD   |4 ++--
 motion.service |1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-11 13:20:47 UTC (rev 155999)
+++ PKGBUILD2016-01-11 13:41:19 UTC (rev 156000)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=12
+pkgrel=13
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,7 +19,7 @@
linux-headers.patch
ffmpeg-compat.patch)
 md5sums=('1ba0065ed50509aaffb171594c689f46'
- 'b5b589f8f39939b7a1802cbd9dbe2e1a'
+ 'c8e9a9e9fd2dcc1ee8bcee1f32a91559'
  'f863f8c025f7f025b2178def8418decd'
  'd36687710837d69fbce4608b1345fa34'
  'd8c3c4fdded5cfbd729710475559a21d'

Modified: motion.service
===
--- motion.service  2016-01-11 13:20:47 UTC (rev 155999)
+++ motion.service  2016-01-11 13:41:19 UTC (rev 156000)
@@ -3,6 +3,7 @@
 After=local-fs.target
 
 [Service]
+PIDFile=/run/motion/motion.pid
 ExecStart=/usr/bin/motion
 Type=forking
 #StandardOutput=null


[arch-commits] Commit in motion/trunk (PKGBUILD)

2014-09-17 Thread Sergej Pupykin
Date: Wednesday, September 17, 2014 @ 20:56:13
  Author: spupykin
Revision: 119114

upgpkg: motion 3.2.12-12

upd

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-09-17 18:56:08 UTC (rev 119113)
+++ PKGBUILD2014-09-17 18:56:13 UTC (rev 119114)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=11
+pkgrel=12
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in motion/trunk (PKGBUILD motion.install)

2014-01-13 Thread Sergej Pupykin
Date: Monday, January 13, 2014 @ 11:05:23
  Author: spupykin
Revision: 103885

upgpkg: motion 3.2.12-11

upd

Added:
  motion/trunk/motion.install
Modified:
  motion/trunk/PKGBUILD

+
 PKGBUILD   |3 ++-
 motion.install |7 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-13 10:05:17 UTC (rev 103884)
+++ PKGBUILD2014-01-13 10:05:23 UTC (rev 103885)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=10
+pkgrel=11
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -11,6 +11,7 @@
 depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat')
 backup=('etc/motion/motion.conf')
 options=('!makeflags')
+install=motion.install
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
motion.service
motion.tmpfiles

Added: motion.install
===
--- motion.install  (rev 0)
+++ motion.install  2014-01-13 10:05:23 UTC (rev 103885)
@@ -0,0 +1,7 @@
+post_install() {
+  systemd-tmpfiles --create motion.conf
+}
+
+post_upgrade() {
+  systemd-tmpfiles --create motion.conf
+}



[arch-commits] Commit in motion/trunk (PKGBUILD)

2013-07-12 Thread Sergej Pupykin
Date: Friday, July 12, 2013 @ 15:44:42
  Author: spupykin
Revision: 93986

upgpkg: motion 3.2.12-10

upd

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-12 12:39:27 UTC (rev 93985)
+++ PKGBUILD2013-07-12 13:44:42 UTC (rev 93986)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=9
+pkgrel=10
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in motion/trunk (PKGBUILD)

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:29:14
  Author: spupykin
Revision: 90688

upgpkg: motion 3.2.12-9

upd

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 14:29:09 UTC (rev 90687)
+++ PKGBUILD2013-05-13 14:29:14 UTC (rev 90688)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=8
+pkgrel=9
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,14 +12,12 @@
 backup=('etc/motion/motion.conf')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   rc.motion
motion.service
motion.tmpfiles
ffmpeg-0.8.patch
linux-headers.patch
ffmpeg-compat.patch)
 md5sums=('1ba0065ed50509aaffb171594c689f46'
- '2e8c53c4980e420f08fdd572c9be'
  'b5b589f8f39939b7a1802cbd9dbe2e1a'
  'f863f8c025f7f025b2178def8418decd'
  'd36687710837d69fbce4608b1345fa34'
@@ -45,7 +43,6 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
   mv ${pkgdir}/etc/motion/motion-dist.conf ${pkgdir}/etc/motion/motion.conf
-  install -Dm755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion
   install -Dm644 ${srcdir}/motion.service 
${pkgdir}/usr/lib/systemd/system/motion.service
   install -Dm644 ${srcdir}/motion.tmpfiles 
${pkgdir}/usr/lib/tmpfiles.d/motion.conf
 }



[arch-commits] Commit in motion/trunk (PKGBUILD)

2013-02-07 Thread Sergej Pupykin
Date: Thursday, February 7, 2013 @ 16:32:53
  Author: spupykin
Revision: 83956

upgpkg: motion 3.2.12-8

upd

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-07 12:43:31 UTC (rev 83955)
+++ PKGBUILD2013-02-07 15:32:53 UTC (rev 83956)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.12
-pkgrel=7
+pkgrel=8
 pkgdesc=A software motion detector which grabs images from video4linux 
devices and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')



[arch-commits] Commit in motion/trunk (PKGBUILD libjpeg-8.patch)

2010-07-09 Thread Eric BĂ©langer
Date: Friday, July 9, 2010 @ 18:50:45
  Author: eric
Revision: 85176

upgpkg: motion 3.2.12-1
Upstream update, Improved description, Added libjpeg depends, Renamed sample 
config such as to be the real config

Modified:
  motion/trunk/PKGBUILD
Deleted:
  motion/trunk/libjpeg-8.patch

-+
 PKGBUILD|   31 +--
 libjpeg-8.patch |   29 -
 2 files changed, 13 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-09 22:40:03 UTC (rev 85175)
+++ PKGBUILD2010-07-09 22:50:45 UTC (rev 85176)
@@ -2,37 +2,32 @@
 # Maintainer:
 
 pkgname=motion
-pkgver=3.2.11.1
-pkgrel=4
-pkgdesc=A software motion detector. It grabs images from video4linux devices 
and/or from webcams
+pkgver=3.2.12
+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/twiki/bin/view/Motion/WebHome;
-depends=('ffmpeg')
+depends=('ffmpeg' 'libjpeg')
+backup=('etc/motion/motion.conf')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   'rc.motion'
-   'libjpeg-8.patch')
-md5sums=('4e729f129d8f9b9abaed5121c3cd0037'
- '24b6fbfa586857b72f90cda81410c14f'
- '945a7da5e65156804d2446826d28dfbb')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
 rc.motion)
+md5sums=('1ba0065ed50509aaffb171594c689f46' '24b6fbfa586857b72f90cda81410c14f')
+sha1sums=('dc59b36e45e7626baa65ce62c961af918fea76bd' 
'06f74131a9d4abc8aa05f531bd19c51a5732023f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-
-  patch -Np1 -i ${srcdir}/libjpeg-8.patch
-
   ./configure --prefix=/usr \
 --without-pgsql \
 --without-mysql \
---with-libavcodec=/usr/lib/ \
---sysconfdir=/etc/motion || return 1
-  make || return 1
+--sysconfdir=/etc/motion
+  make
 }
 
 package(){
   cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR=${pkgdir} install
+  mv ${pkgdir}/etc/motion/motion-dist.conf ${pkgdir}/etc/motion/motion.conf
 
-  install -Dm755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion || return 1
+  install -Dm755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion
 }

Deleted: libjpeg-8.patch
===
--- libjpeg-8.patch 2010-07-09 22:40:03 UTC (rev 85175)
+++ libjpeg-8.patch 2010-07-09 22:50:45 UTC (rev 85176)
@@ -1,29 +0,0 @@
 motion-3.2.11.1/picture.c~ 2010-01-19 21:16:45.621459550 +0100
-+++ motion-3.2.11.1/picture.c  2010-01-19 21:17:56.818117906 +0100
-@@ -52,7 +52,7 @@
- dest-jpegsize = dest-bufsize - dest-pub.free_in_buffer;
- }
- 
--static GLOBAL(void) jpeg_mem_dest(j_compress_ptr cinfo, JOCTET* buf, size_t 
bufsize)
-+static GLOBAL(void) _jpeg_mem_dest(j_compress_ptr cinfo, JOCTET* buf, size_t 
bufsize)
- {
- mem_dest_ptr dest;
- 
-@@ -131,7 +131,7 @@
- jpeg_set_quality(cinfo, quality, TRUE);
- cinfo.dct_method = JDCT_FASTEST;
- 
--jpeg_mem_dest(cinfo, dest_image, image_size);// data written to mem
-+_jpeg_mem_dest(cinfo, dest_image, image_size);// data written to mem
- 
- jpeg_start_compress (cinfo, TRUE);
- 
-@@ -182,7 +182,7 @@
- 
- jpeg_set_quality(cjpeg, quality, TRUE);
- cjpeg.dct_method = JDCT_FASTEST;
--jpeg_mem_dest(cjpeg, dest_image, image_size);  // data written to mem
-+_jpeg_mem_dest(cjpeg, dest_image, image_size);  // data written to mem
- 
- jpeg_start_compress (cjpeg, TRUE);
- 



[arch-commits] Commit in motion/trunk (PKGBUILD rc.motion)

2010-03-04 Thread Andrea Scarpino
Date: Thursday, March 4, 2010 @ 08:07:36
  Author: andrea
Revision: 71115

upgpkg: motion 3.2.11.1-4
it needs more time (FS#18554)

Modified:
  motion/trunk/PKGBUILD
  motion/trunk/rc.motion

---+
 PKGBUILD  |   11 +++
 rc.motion |2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-03-04 12:41:41 UTC (rev 71114)
+++ PKGBUILD2010-03-04 13:07:36 UTC (rev 71115)
@@ -3,7 +3,7 @@
 
 pkgname=motion
 pkgver=3.2.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc=A software motion detector. It grabs images from video4linux devices 
and/or from webcams
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@
'rc.motion'
'libjpeg-8.patch')
 md5sums=('4e729f129d8f9b9abaed5121c3cd0037'
- 'fc09828564850824f8549d258053e0b6'
+ '24b6fbfa586857b72f90cda81410c14f'
  '945a7da5e65156804d2446826d28dfbb')
 
 build() {
@@ -28,8 +28,11 @@
 --with-libavcodec=/usr/lib/ \
 --sysconfdir=/etc/motion || return 1
   make || return 1
+}
+
+package(){
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install || return 1
 
-  install -m755 -d ${pkgdir}/etc/rc.d
-  install -m755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion || return 1
+  install -Dm755 ${srcdir}/rc.motion ${pkgdir}/etc/rc.d/motion || return 1
 }

Modified: rc.motion
===
--- rc.motion   2010-03-04 12:41:41 UTC (rev 71114)
+++ rc.motion   2010-03-04 13:07:36 UTC (rev 71115)
@@ -27,7 +27,7 @@
 ;;
   restart)
 $0 stop
-sleep 1
+sleep 3
 $0 start
 ;;
   *)



[arch-commits] Commit in motion/trunk (PKGBUILD)

2010-01-10 Thread Ionut Biru
Date: Sunday, January 10, 2010 @ 14:51:40
  Author: ibiru
Revision: 62641

upgpkg: motion 3.2.11.1-2
ffmpeg rebuild

Modified:
  motion/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-10 19:35:40 UTC (rev 62640)
+++ PKGBUILD2010-01-10 19:51:40 UTC (rev 62641)
@@ -3,12 +3,12 @@
 
 pkgname=motion
 pkgver=3.2.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A software motion detector. It grabs images from video4linux devices 
and/or from webcams.
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 url=http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome;
-depends=('ffmpeg=0.5')
+depends=('ffmpeg=20100108')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz
rc.motion)