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

Gaetan Bisson bisson at nymeria.archlinux.org
Fri Oct 25 01:57:23 UTC 2013


    Date: Friday, October 25, 2013 @ 03:57:21
  Author: bisson
Revision: 99139

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

Added:
  portaudio/repos/community-i686/PKGBUILD
    (from rev 99138, portaudio/trunk/PKGBUILD)
  portaudio/repos/community-x86_64/PKGBUILD
    (from rev 99138, portaudio/trunk/PKGBUILD)
Deleted:
  portaudio/repos/community-i686/PKGBUILD
  portaudio/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   68 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   34 ----------------------
 community-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-25 01:56:52 UTC (rev 99138)
+++ community-i686/PKGBUILD	2013-10-25 01:57:21 UTC (rev 99139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Bob Finch <w9ya at qrparci.net>
-
-pkgname=portaudio
-pkgver=19_20111121
-pkgrel=2
-pkgdesc='A free, cross-platform, open source, audio I/O library.'
-arch=('i686' 'x86_64')
-url='http://www.portaudio.com/'
-license=('custom')
-depends=('gcc-libs' 'jack')
-conflicts=('portaudio_cpp')
-provides=('portaudio_cpp')
-replaces=('portaudio_cpp')
-options=('!libtool')
-source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
-md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-cxx
-  make -j1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: portaudio/repos/community-i686/PKGBUILD (from rev 99138, portaudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-25 01:57:21 UTC (rev 99139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Bob Finch <w9ya at qrparci.net>
+
+pkgname=portaudio
+pkgver=19_20111121
+pkgrel=3
+pkgdesc='A free, cross-platform, open source, audio I/O library.'
+arch=('i686' 'x86_64')
+url='http://www.portaudio.com/'
+license=('custom')
+depends=('gcc-libs' 'jack')
+conflicts=('portaudio_cpp')
+provides=('portaudio_cpp')
+replaces=('portaudio_cpp')
+options=('!libtool')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
+md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./configure --prefix=/usr --enable-cxx
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-25 01:56:52 UTC (rev 99138)
+++ community-x86_64/PKGBUILD	2013-10-25 01:57:21 UTC (rev 99139)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Darwin Bautista <djclue917 at gmail.com>
-# Contributor: Bob Finch <w9ya at qrparci.net>
-
-pkgname=portaudio
-pkgver=19_20111121
-pkgrel=2
-pkgdesc='A free, cross-platform, open source, audio I/O library.'
-arch=('i686' 'x86_64')
-url='http://www.portaudio.com/'
-license=('custom')
-depends=('gcc-libs' 'jack')
-conflicts=('portaudio_cpp')
-provides=('portaudio_cpp')
-replaces=('portaudio_cpp')
-options=('!libtool')
-source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
-md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./configure --prefix=/usr --enable-cxx
-  make -j1
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}

Copied: portaudio/repos/community-x86_64/PKGBUILD (from rev 99138, portaudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-25 01:57:21 UTC (rev 99139)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Darwin Bautista <djclue917 at gmail.com>
+# Contributor: Bob Finch <w9ya at qrparci.net>
+
+pkgname=portaudio
+pkgver=19_20111121
+pkgrel=3
+pkgdesc='A free, cross-platform, open source, audio I/O library.'
+arch=('i686' 'x86_64')
+url='http://www.portaudio.com/'
+license=('custom')
+depends=('gcc-libs' 'jack')
+conflicts=('portaudio_cpp')
+provides=('portaudio_cpp')
+replaces=('portaudio_cpp')
+options=('!libtool')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
+md5sums=('25c85c1cc5e9e657486cbc299c6c035a')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./configure --prefix=/usr --enable-cxx
+  make -j1
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}




More information about the arch-commits mailing list