[arch-commits] Commit in pulseaudio-alsa/repos/extra-any (4 files)

Jan Steffens heftig at archlinux.org
Fri Jan 27 15:56:03 UTC 2012


    Date: Friday, January 27, 2012 @ 10:56:03
  Author: heftig
Revision: 147732

archrelease: copy trunk to extra-any

Added:
  pulseaudio-alsa/repos/extra-any/PKGBUILD
    (from rev 147731, pulseaudio-alsa/trunk/PKGBUILD)
  pulseaudio-alsa/repos/extra-any/asound.conf
    (from rev 147731, pulseaudio-alsa/trunk/asound.conf)
Deleted:
  pulseaudio-alsa/repos/extra-any/PKGBUILD
  pulseaudio-alsa/repos/extra-any/asound.conf

-------------+
 PKGBUILD    |   36 ++++++++++++++++++------------------
 asound.conf |   35 ++++++++++++++++-------------------
 2 files changed, 34 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-27 15:55:17 UTC (rev 147731)
+++ PKGBUILD	2012-01-27 15:56:03 UTC (rev 147732)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
-pkgname=pulseaudio-alsa
-pkgver=1
-pkgrel=2
-pkgdesc="ALSA Configuration for PulseAudio"
-arch=(any)
-url="http://www.pulseaudio.org"
-license=(GPL)
-depends=(alsa-plugins pulseaudio)
-backup=(etc/asound.conf)
-source=(asound.conf)
-groups=(pulseaudio-gnome)
-md5sums=('ea1df7bdbfcd6d13160f5286b61a3ed8')
-
-build() {
-  install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf"
-}

Copied: pulseaudio-alsa/repos/extra-any/PKGBUILD (from rev 147731, pulseaudio-alsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-01-27 15:56:03 UTC (rev 147732)
@@ -0,0 +1,18 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pulseaudio-alsa
+pkgver=2
+pkgrel=1
+pkgdesc="ALSA Configuration for PulseAudio"
+arch=(any)
+url="http://www.pulseaudio.org"
+license=(GPL)
+depends=("alsa-plugins>=1.0.25" pulseaudio)
+backup=(etc/asound.conf)
+source=(asound.conf)
+md5sums=('4703dc0019932e442486942adb6c90a4')
+
+build() {
+  install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf"
+}

Deleted: asound.conf
===================================================================
--- asound.conf	2012-01-27 15:55:17 UTC (rev 147731)
+++ asound.conf	2012-01-27 15:56:03 UTC (rev 147732)
@@ -1,19 +0,0 @@
-# Use PulseAudio by default
-pcm.!default {
-  type pulse
-}
-
-ctl.!default {
-  type pulse
-}
-
-# Explicit PulseAudio device
-pcm.pulse {
-  type pulse
-}
-
-ctl.pulse {
-  type pulse
-}
-
-# vim:set ft=alsaconf:

Copied: pulseaudio-alsa/repos/extra-any/asound.conf (from rev 147731, pulseaudio-alsa/trunk/asound.conf)
===================================================================
--- asound.conf	                        (rev 0)
+++ asound.conf	2012-01-27 15:56:03 UTC (rev 147732)
@@ -0,0 +1,16 @@
+# Use PulseAudio by default
+pcm.!default {
+  type pulse
+  fallback "sysdefault"
+  hint {
+    show on
+    description "Default ALSA Output (currently PulseAudio Sound Server)"
+  }
+}
+
+ctl.!default {
+  type pulse
+  fallback "sysdefault"
+}
+
+# vim:set ft=alsaconf:




More information about the arch-commits mailing list