[arch-commits] Commit in webrtc-audio-processing/repos (4 files)

Jan Steffens heftig at archlinux.org
Fri May 11 16:15:19 UTC 2012


    Date: Friday, May 11, 2012 @ 12:15:19
  Author: heftig
Revision: 158821

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

Added:
  webrtc-audio-processing/repos/testing-i686/
  webrtc-audio-processing/repos/testing-i686/PKGBUILD
    (from rev 158820, webrtc-audio-processing/trunk/PKGBUILD)
  webrtc-audio-processing/repos/testing-x86_64/
  webrtc-audio-processing/repos/testing-x86_64/PKGBUILD
    (from rev 158820, webrtc-audio-processing/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   29 +++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

Copied: webrtc-audio-processing/repos/testing-i686/PKGBUILD (from rev 158820, webrtc-audio-processing/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-05-11 16:15:19 UTC (rev 158821)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=webrtc-audio-processing
+pkgver=0.1
+pkgrel=1
+_gitrev=9413986
+pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
+arch=(i686 x86_64)
+url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
+license=(custom)
+depends=(gcc-libs)
+options=(!libtool)
+source=("$url/$pkgname-$pkgver.tar.xz")
+sha256sums=('ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
+}

Copied: webrtc-audio-processing/repos/testing-x86_64/PKGBUILD (from rev 158820, webrtc-audio-processing/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-05-11 16:15:19 UTC (rev 158821)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=webrtc-audio-processing
+pkgver=0.1
+pkgrel=1
+_gitrev=9413986
+pkgdesc="AudioProcessing library based on Google's implementation of WebRTC"
+arch=(i686 x86_64)
+url="http://freedesktop.org/software/pulseaudio/webrtc-audio-processing"
+license=(custom)
+depends=(gcc-libs)
+options=(!libtool)
+source=("$url/$pkgname-$pkgver.tar.xz")
+sha256sums=('ed4b52f9c2688b97628035a5565377d74704d7c04de4254a768df3342c7afedc')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
+}




More information about the arch-commits mailing list