[arch-commits] Commit in xawtv/repos (3 files)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:58:23 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:58:22
  Author: ibiru
Revision: 148970

db-move: moved xawtv from [testing] to [extra] (x86_64)

Added:
  xawtv/repos/extra-x86_64/PKGBUILD
    (from rev 148654, xawtv/repos/testing-x86_64/PKGBUILD)
Deleted:
  xawtv/repos/extra-x86_64/PKGBUILD
  xawtv/repos/testing-x86_64/

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 11:58:19 UTC (rev 148969)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:58:22 UTC (rev 148970)
@@ -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-x86_64/PKGBUILD (from rev 148654, xawtv/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:58:22 UTC (rev 148970)
@@ -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