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

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Jan 31 20:24:12 UTC 2014


    Date: Friday, January 31, 2014 @ 21:24:11
  Author: lfleischer
Revision: 105110

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-31 20:23:59 UTC (rev 105109)
+++ community-i686/PKGBUILD	2014-01-31 20:24:11 UTC (rev 105110)
@@ -1,33 +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=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')
-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 105109, portaudio/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-31 20:24:11 UTC (rev 105110)
@@ -0,0 +1,33 @@
+# $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_20140130
+pkgrel=1
+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')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
+md5sums=('7f220406902af9dca009668e198cbd23')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./configure --prefix=/usr --enable-cxx
+  make
+}
+
+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	2014-01-31 20:23:59 UTC (rev 105109)
+++ community-x86_64/PKGBUILD	2014-01-31 20:24:11 UTC (rev 105110)
@@ -1,33 +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=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')
-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 105109, portaudio/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-31 20:24:11 UTC (rev 105110)
@@ -0,0 +1,33 @@
+# $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_20140130
+pkgrel=1
+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')
+source=("http://www.portaudio.com/archives/pa_stable_v$pkgver.tgz")
+md5sums=('7f220406902af9dca009668e198cbd23')
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./configure --prefix=/usr --enable-cxx
+  make
+}
+
+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