[arch-commits] Commit in motion/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Fri Jun 27 03:19:08 UTC 2008


    Date: Thursday, June 26, 2008 @ 23:19:08
  Author: eric
Revision: 3648

Merged revisions 2-3647 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/motion/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r3613 | paul | 2008-06-25 21:59:35 -0400 (Wed, 25 Jun 2008) | 2 lines
  
  upgpkg: motion 3.2.10.1-1
      update to 3.2.10.1
........

Modified:
  motion/repos/testing-x86_64/	(properties)
  motion/repos/testing-x86_64/PKGBUILD

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


Property changes on: motion/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /motion/trunk:1
   + /motion/trunk:1-3647

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-06-27 03:14:52 UTC (rev 3647)
+++ testing-x86_64/PKGBUILD	2008-06-27 03:19:08 UTC (rev 3648)
@@ -2,23 +2,25 @@
 # Maintainer: Paul Mattal <paul at archlinux.org>
 
 pkgname=motion
-pkgver=3.2.9
+pkgver=3.2.10.1
 pkgrel=1
 pkgdesc="Motion is a software motion detector. It 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=('curl' 'ffmpeg>=20071204' 'libogg' 'libvorbis' 'lame' 'xvidcore')
+depends=('curl' 'ffmpeg>=20080625' 'libogg' 'libvorbis' 'lame' 'xvidcore')
 source=(http://dl.sf.net/sourceforge/motion/$pkgname-$pkgver.tar.gz rc.motion)
-md5sums=('6003011b126c9b17e23e085e7fba6536' 'fc09828564850824f8549d258053e0b6')
+md5sums=('5ffdc958313345c69d3e0d5ec5c013cd' 'fc09828564850824f8549d258053e0b6')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver || return 1
+
   ./configure --prefix=/usr --without-pgsql --without-mysql \
   	--with-libavcodec=/usr/lib/ --sysconfdir=/etc/$pkgname || return 1
+
   make || return 1
-  make prefix=$startdir/pkg/usr sysconfdir=$startdir/pkg/etc/$pkgname install \
-  	|| return 1
+
+  make DESTDIR=$startdir/pkg install || return 1
   install -D -m755 $startdir/src/rc.motion $startdir/pkg/etc/rc.d/motion \
   	|| return 1
 }





More information about the arch-commits mailing list