[arch-commits] Commit in libao/repos (6 files)

Gaëtan Bisson bisson at archlinux.org
Mon Feb 13 06:53:35 UTC 2017


    Date: Monday, February 13, 2017 @ 06:53:35
  Author: bisson
Revision: 288773

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

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

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

Copied: libao/repos/testing-i686/PKGBUILD (from rev 288772, libao/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: dorphell <dorphell at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=libao
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('libpulse' 'git')
+backup=('etc/libao.conf')
+#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
+source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66"
+        'libao.conf')
+sha1sums=('SKIP'
+          '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+	./autogen.sh
+
+	./configure \
+		--prefix=/usr \
+		--enable-alsa-mmap \
+
+	make
+}
+
+package() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-i686/libao.conf (from rev 288772, libao/trunk/libao.conf)
===================================================================
--- testing-i686/libao.conf	                        (rev 0)
+++ testing-i686/libao.conf	2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default

Copied: libao/repos/testing-x86_64/PKGBUILD (from rev 288772, libao/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: dorphell <dorphell at archlinux.org>
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=libao
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('alsa-lib')
+makedepends=('libpulse' 'git')
+backup=('etc/libao.conf')
+#source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
+source=("git+https://git.xiph.org/libao.git#commit=3f4b02f046550aca54d7f11a5d9c56ac421f0b66"
+        'libao.conf')
+sha1sums=('SKIP'
+          '603f5e6715e7e50e1c8e8c1935c45a897c46e9af')
+
+conflicts=('libao-pulse')
+provides=("libao-pulse=${pkgver}-${pkgrel}")
+replaces=('libao-pulse')
+
+build() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+	./autogen.sh
+
+	./configure \
+		--prefix=/usr \
+		--enable-alsa-mmap \
+
+	make
+}
+
+package() {
+#	cd "${srcdir}/${pkgname}-${pkgver}"
+	cd "${srcdir}/${pkgname}"
+
+	make DESTDIR="${pkgdir}" install
+	install -Dm644 "${srcdir}"/libao.conf "${pkgdir}"/etc/libao.conf
+}

Copied: libao/repos/testing-x86_64/libao.conf (from rev 288772, libao/trunk/libao.conf)
===================================================================
--- testing-x86_64/libao.conf	                        (rev 0)
+++ testing-x86_64/libao.conf	2017-02-13 06:53:35 UTC (rev 288773)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default



More information about the arch-commits mailing list