Date: Tuesday, January 22, 2013 @ 00:39:03
  Author: bisson
Revision: 175811

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

Added:
  libao/repos/testing-i686/
  libao/repos/testing-i686/PKGBUILD
    (from rev 175810, libao/trunk/PKGBUILD)
  libao/repos/testing-i686/libao.conf
    (from rev 175810, libao/trunk/libao.conf)
  libao/repos/testing-x86_64/
  libao/repos/testing-x86_64/PKGBUILD
    (from rev 175810, libao/trunk/PKGBUILD)
  libao/repos/testing-x86_64/libao.conf
    (from rev 175810, libao/trunk/libao.conf)

---------------------------+
 testing-i686/PKGBUILD     |   39 +++++++++++++++++++++++++++++++++++++++
 testing-i686/libao.conf   |    2 ++
 testing-x86_64/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 testing-x86_64/libao.conf |    2 ++
 4 files changed, 82 insertions(+)

Copied: libao/repos/testing-i686/PKGBUILD (from rev 175810, 
libao/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-01-21 23:39:03 UTC (rev 175811)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: dorphell <dorph...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=libao
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+options=('!libtool')
+depends=('alsa-lib')
+makedepends=('libpulse')
+backup=('etc/libao.conf')
+source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz";
+        'libao.conf')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+          '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-alsa-mmap \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-i686/libao.conf (from rev 175810, 
libao/trunk/libao.conf)
===================================================================
--- testing-i686/libao.conf                             (rev 0)
+++ testing-i686/libao.conf     2013-01-21 23:39:03 UTC (rev 175811)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Copied: libao/repos/testing-x86_64/PKGBUILD (from rev 175810, 
libao/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-01-21 23:39:03 UTC (rev 175811)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: dorphell <dorph...@archlinux.org>
+# Maintainer: Gaetan Bisson <bis...@archlinux.org>
+
+pkgname=libao
+pkgver=1.1.0
+pkgrel=3
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+options=('!libtool')
+depends=('alsa-lib')
+makedepends=('libpulse')
+backup=('etc/libao.conf')
+source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz";
+        'libao.conf')
+sha1sums=('9301bc4886f170c7122ab62677fb71cf001c04fd'
+          '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+
+       ./configure \
+               --prefix=/usr \
+               --enable-alsa-mmap \
+
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+       install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-x86_64/libao.conf (from rev 175810, 
libao/trunk/libao.conf)
===================================================================
--- testing-x86_64/libao.conf                           (rev 0)
+++ testing-x86_64/libao.conf   2013-01-21 23:39:03 UTC (rev 175811)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Reply via email to