[arch-commits] Commit in libao/repos (10 files)
Gaëtan Bisson
bisson at archlinux.org
Thu Feb 16 08:59:22 UTC 2017
Date: Thursday, February 16, 2017 @ 08:59:21
Author: bisson
Revision: 289042
db-move: moved libao from [testing] to [extra] (i686, x86_64)
Added:
libao/repos/extra-i686/PKGBUILD
(from rev 289041, libao/repos/testing-i686/PKGBUILD)
libao/repos/extra-i686/libao.conf
(from rev 289041, libao/repos/testing-i686/libao.conf)
libao/repos/extra-x86_64/PKGBUILD
(from rev 289041, libao/repos/testing-x86_64/PKGBUILD)
libao/repos/extra-x86_64/libao.conf
(from rev 289041, libao/repos/testing-x86_64/libao.conf)
Deleted:
libao/repos/extra-i686/PKGBUILD
libao/repos/extra-i686/libao.conf
libao/repos/extra-x86_64/PKGBUILD
libao/repos/extra-x86_64/libao.conf
libao/repos/testing-i686/
libao/repos/testing-x86_64/
-------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++++++
/libao.conf | 4 ++
extra-i686/PKGBUILD | 38 --------------------
extra-i686/libao.conf | 2 -
extra-x86_64/PKGBUILD | 38 --------------------
extra-x86_64/libao.conf | 2 -
6 files changed, 90 insertions(+), 80 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-02-16 08:08:01 UTC (rev 289041)
+++ extra-i686/PKGBUILD 2017-02-16 08:59:21 UTC (rev 289042)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: dorphell <dorphell at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=libao
-pkgver=1.2.0
-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')
-backup=('etc/libao.conf')
-source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
- 'libao.conf')
-sha1sums=('6b1d2c6a2e388e3bb6ebea158d51afef18aacc56'
- '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/extra-i686/PKGBUILD (from rev 289041, libao/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-16 08:59:21 UTC (rev 289042)
@@ -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
+}
Deleted: extra-i686/libao.conf
===================================================================
--- extra-i686/libao.conf 2017-02-16 08:08:01 UTC (rev 289041)
+++ extra-i686/libao.conf 2017-02-16 08:59:21 UTC (rev 289042)
@@ -1,2 +0,0 @@
-default_driver=alsa
-dev=default
Copied: libao/repos/extra-i686/libao.conf (from rev 289041, libao/repos/testing-i686/libao.conf)
===================================================================
--- extra-i686/libao.conf (rev 0)
+++ extra-i686/libao.conf 2017-02-16 08:59:21 UTC (rev 289042)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-02-16 08:08:01 UTC (rev 289041)
+++ extra-x86_64/PKGBUILD 2017-02-16 08:59:21 UTC (rev 289042)
@@ -1,38 +0,0 @@
-# $Id$
-# Contributor: dorphell <dorphell at archlinux.org>
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=libao
-pkgver=1.2.0
-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')
-backup=('etc/libao.conf')
-source=("http://downloads.xiph.org/releases/ao/${pkgname}-${pkgver}.tar.gz"
- 'libao.conf')
-sha1sums=('6b1d2c6a2e388e3bb6ebea158d51afef18aacc56'
- '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/extra-x86_64/PKGBUILD (from rev 289041, libao/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-02-16 08:59:21 UTC (rev 289042)
@@ -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
+}
Deleted: extra-x86_64/libao.conf
===================================================================
--- extra-x86_64/libao.conf 2017-02-16 08:08:01 UTC (rev 289041)
+++ extra-x86_64/libao.conf 2017-02-16 08:59:21 UTC (rev 289042)
@@ -1,2 +0,0 @@
-default_driver=alsa
-dev=default
Copied: libao/repos/extra-x86_64/libao.conf (from rev 289041, libao/repos/testing-x86_64/libao.conf)
===================================================================
--- extra-x86_64/libao.conf (rev 0)
+++ extra-x86_64/libao.conf 2017-02-16 08:59:21 UTC (rev 289042)
@@ -0,0 +1,2 @@
+default_driver=alsa
+dev=default
More information about the arch-commits
mailing list