[arch-commits] Commit in libao/repos/extra-x86_64 (4 files)

Gaëtan Bisson bisson at archlinux.org
Wed Feb 7 08:30:31 UTC 2018


    Date: Wednesday, February 7, 2018 @ 08:30:30
  Author: bisson
Revision: 316142

archrelease: copy trunk to extra-x86_64

Added:
  libao/repos/extra-x86_64/PKGBUILD
    (from rev 316141, libao/trunk/PKGBUILD)
  libao/repos/extra-x86_64/libao.conf
    (from rev 316141, libao/trunk/libao.conf)
Deleted:
  libao/repos/extra-x86_64/PKGBUILD
  libao/repos/extra-x86_64/libao.conf

------------+
 PKGBUILD   |   86 +++++++++++++++++++++++++++++------------------------------
 libao.conf |    5 ++-
 2 files changed, 46 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-07 08:30:19 UTC (rev 316141)
+++ PKGBUILD	2018-02-07 08:30:30 UTC (rev 316142)
@@ -1,43 +0,0 @@
-# $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/extra-x86_64/PKGBUILD (from rev 316141, libao/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-07 08:30:30 UTC (rev 316142)
@@ -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=2
+pkgdesc='Cross-platform audio output library and plugins'
+url='http://xiph.org/ao/'
+arch=('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')
+sha256sums=('SKIP'
+            'c6cde8eaa3516ab6a2e6f154a70961b3f448f4b739491a82e0c512f2740525af')
+
+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: libao.conf
===================================================================
--- libao.conf	2018-02-07 08:30:19 UTC (rev 316141)
+++ libao.conf	2018-02-07 08:30:30 UTC (rev 316142)
@@ -1,2 +0,0 @@
-default_driver=alsa
-dev=default

Copied: libao/repos/extra-x86_64/libao.conf (from rev 316141, libao/trunk/libao.conf)
===================================================================
--- libao.conf	                        (rev 0)
+++ libao.conf	2018-02-07 08:30:30 UTC (rev 316142)
@@ -0,0 +1,3 @@
+default_driver=alsa
+dev=default
+quiet



More information about the arch-commits mailing list