[arch-commits] Commit in xvidcap/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Sun Jan 25 20:22:49 UTC 2009
Date: Sunday, January 25, 2009 @ 15:22:49
Author: giovanni
Revision: 25299
Merged revisions 356,13904,24398,24400 via svnmerge from
svn+ssh://archlinux.org/srv/svn-packages/xvidcap/trunk
........
r356 | aaron | 2008-04-18 15:56:27 -0700 (ven, 18 apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r13904 | allan | 2008-09-28 23:39:02 -0700 (dom, 28 set 2008) | 1 line
correct sourceforge url
........
r24398 | andrea | 2009-01-15 16:32:09 -0800 (gio, 15 gen 2009) | 1 line
upgpkg: xvidcap 1.1.7-1
........
r24400 | andrea | 2009-01-15 16:42:46 -0800 (gio, 15 gen 2009) | 1 line
upgpkg: xvidcap 1.1.7-1
........
Modified:
xvidcap/repos/extra-x86_64/ (properties)
xvidcap/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 29 ++++++++++++++---------------
1 file changed, 14 insertions(+), 15 deletions(-)
Property changes on: xvidcap/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /xvidcap/trunk:1
+ /xvidcap/trunk:1-25298
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-01-25 20:08:04 UTC (rev 25298)
+++ extra-x86_64/PKGBUILD 2009-01-25 20:22:49 UTC (rev 25299)
@@ -1,28 +1,27 @@
# $Id$
-# Contributor: red_over_blue (1.1.2), Abaddon <kukububu at go2.pl> (1.1.3)
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: red_over_blue, Abaddon <kukububu at go2.pl>
+# Contributor: damir <damir at archlinux.org>
pkgname=xvidcap
-pkgver=1.1.7rc1
-force=y
+pkgver=1.1.7
pkgrel=1
-pkgdesc="It's a small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video"
+pkgdesc="A small tool to capture things going on on an X-Windows display to either individual frames or an MPEG video"
arch=("i686" "x86_64")
license=('GPL')
url="http://xvidcap.sourceforge.net/"
depends=('dbus-glib' 'libxdamage' 'lame' 'gtk2>=2.8.15' 'libxmu' 'libglade')
#ffmpeg not needed yet, because internal one used
+makedepends=('perlxml' 'rarian')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('b39a682d3ef9fcbf424af771936780e2')
-source=("http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-
build() {
- cd $startdir/src/$pkgname-1.1.6 #$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --with-x \
- --with-gtk2
- make || return 1
- make prefix=$startdir/pkg/usr install || return 1
+ ./configure --prefix=/usr \
+ --with-x \
+ --with-gtk2
+ make || return 1
+ make prefix=${pkgdir}/usr install || return 1
}
-
-md5sums=('449ee23b6ea171f090b9de48ffefb364')
More information about the arch-commits
mailing list