diff options
author | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:17:40 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-10-23 18:19:39 (GMT) |
commit | adbcf19958300e9b6598990184c8815b945ba0ee (patch) | |
tree | f4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core/libxv | |
parent | 61a68250df10d29b624650948484898334ff22d0 (diff) | |
download | linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2 |
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core/libxv')
-rw-r--r-- | abs/core/libxv/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/abs/core/libxv/PKGBUILD b/abs/core/libxv/PKGBUILD index fa03f4c..ded0f7a 100644 --- a/abs/core/libxv/PKGBUILD +++ b/abs/core/libxv/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 577 2008-04-21 09:50:50Z alexander $ -# Maintainer: Alexander Baldeck <alexander@archlinux.org. -# Contributor: Jan de Groot <jgc@archlinux.org> +# $Id: PKGBUILD 55267 2009-10-12 16:19:29Z andyrtr $ +# Maintainer: Jan de Groot <jgc@archlinux.org> + pkgname=libxv -pkgver=1.0.4 +pkgver=1.0.5 pkgrel=1 pkgdesc="X11 Video extension library" arch=(i686 x86_64) @@ -12,14 +12,14 @@ depends=('libxext' 'videoproto') makedepends=('pkgconfig') options=('!libtool') source=(${url}/releases/individual/lib/libXv-${pkgver}.tar.bz2) +md5sums=('1d97798b1d8bbf8d9085e1b223a0738f') build() { cd ${startdir}/src/libXv-${pkgver} - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-static make || return 1 make DESTDIR=${startdir}/pkg install || return 1 install -D -m644 ${startdir}/src/libXv-${pkgver}/COPYING \ ${startdir}/pkg/usr/share/licenses/${pkgname}/COPYING } -md5sums=('723a0275227165383e967a1ca8899b52') |