[arch-commits] Commit in xawtv/repos (3 files)
Ionut Biru
ibiru at archlinux.org
Sun Feb 5 11:58:20 UTC 2012
Date: Sunday, February 5, 2012 @ 06:58:19
Author: ibiru
Revision: 148969
db-move: moved xawtv from [testing] to [extra] (i686)
Added:
xawtv/repos/extra-i686/PKGBUILD
(from rev 148654, xawtv/repos/testing-i686/PKGBUILD)
Deleted:
xawtv/repos/extra-i686/PKGBUILD
xawtv/repos/testing-i686/
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++++-------------------------
1 file changed, 29 insertions(+), 25 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-02-05 11:58:17 UTC (rev 148968)
+++ extra-i686/PKGBUILD 2012-02-05 11:58:19 UTC (rev 148969)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-# Contributor: Jason Chu <jason at archlinux.org>
-
-pkgname=xawtv
-pkgver=3.101
-pkgrel=1
-pkgdesc="A simple Xaw-based TV program which uses the bttv driver or video4linux"
-arch=('i686' 'x86_64')
-url="http://git.linuxtv.org/xawtv3.git"
-license=('GPL')
-depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 'zvbi' 'libxinerama' 'lirc-utils' 'libxft' 'libxaw' 'xorg-fonts-misc')
-makedepends=('mesa')
-source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
-md5sums=('330ce1789595e370be34ad4cae3dc3fa')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- autoconf
- autoheader
- ./configure --prefix=/usr --disable-motif --disable-quicktime
- make
- make DESTDIR="${pkgdir}" install
-}
Copied: xawtv/repos/extra-i686/PKGBUILD (from rev 148654, xawtv/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-05 11:58:19 UTC (rev 148969)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+# Contributor: Jason Chu <jason at archlinux.org>
+
+pkgname=xawtv
+pkgver=3.101
+pkgrel=2
+pkgdesc="A simple Xaw-based TV program which uses the bttv driver or video4linux"
+arch=('i686' 'x86_64')
+url="http://git.linuxtv.org/xawtv3.git"
+license=('GPL')
+depends=('aalib' 'v4l-utils' 'libxv' 'libxxf86dga' 'libxrandr' 'libgl' 'libdv' 'zvbi' 'libxinerama' 'lirc-utils' 'libxft' 'libxaw' 'xorg-fonts-misc' 'libxxf86vm')
+makedepends=('mesa')
+source=(http://linuxtv.org/downloads/xawtv/xawtv-${pkgver}.tar.bz2)
+md5sums=('330ce1789595e370be34ad4cae3dc3fa')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ autoconf
+ autoheader
+ ./configure --prefix=/usr --disable-motif --disable-quicktime
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list