[arch-commits] Commit in libavc1394/repos (4 files)

Pierre Schmitz pierre at archlinux.org
Sat Sep 10 12:13:56 UTC 2011


    Date: Saturday, September 10, 2011 @ 08:13:56
  Author: pierre
Revision: 137687

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libavc1394/repos/extra-i686/PKGBUILD
    (from rev 137686, libavc1394/trunk/PKGBUILD)
  libavc1394/repos/extra-x86_64/PKGBUILD
    (from rev 137686, libavc1394/trunk/PKGBUILD)
Deleted:
  libavc1394/repos/extra-i686/PKGBUILD
  libavc1394/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   48 ++++++++++++++++++++++++++----------------------
 extra-x86_64/PKGBUILD |   48 ++++++++++++++++++++++++++----------------------
 2 files changed, 52 insertions(+), 44 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-09-10 12:13:26 UTC (rev 137686)
+++ extra-i686/PKGBUILD	2011-09-10 12:13:56 UTC (rev 137687)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=libavc1394
-pkgver=0.5.3
-pkgrel=3
-pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/libavc1394/"
-license=('LGPL')
-depends=('libraw1394>=2.0.2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09e30b1fb5ae455b6d8407e457a711a3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: libavc1394/repos/extra-i686/PKGBUILD (from rev 137686, libavc1394/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-09-10 12:13:56 UTC (rev 137687)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/libavc1394/"
+license=('LGPL')
+depends=('libraw1394')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz")
+md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-09-10 12:13:26 UTC (rev 137686)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:13:56 UTC (rev 137687)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: damir <damir at archlinux.org>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=libavc1394
-pkgver=0.5.3
-pkgrel=3
-pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
-arch=("i686" "x86_64")
-url="http://sourceforge.net/projects/libavc1394/"
-license=('LGPL')
-depends=('libraw1394>=2.0.2')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz)
-md5sums=('09e30b1fb5ae455b6d8407e457a711a3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man || return 1
-  make || return 1
-  make DESTDIR="${pkgdir}" install || return 1
-}

Copied: libavc1394/repos/extra-x86_64/PKGBUILD (from rev 137686, libavc1394/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-09-10 12:13:56 UTC (rev 137687)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: damir <damir at archlinux.org>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=libavc1394
+pkgver=0.5.4
+pkgrel=1
+pkgdesc="A library to control A/V devices using the 1394ta AV/C commands."
+arch=("i686" "x86_64")
+url="http://sourceforge.net/projects/libavc1394/"
+license=('LGPL')
+depends=('libraw1394')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/libavc1394/${pkgname}-${pkgver}.tar.gz")
+md5sums=('caf0db059d8b8d35d6f08e6c0e1c7dfe')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list