[arch-commits] Commit in (5 files)

Jan Steffens heftig at archlinux.org
Fri Nov 19 13:43:20 UTC 2010


    Date: Friday, November 19, 2010 @ 08:43:20
  Author: heftig
Revision: 99915

Add pulseaudio-alsa

Added:
  pulseaudio-alsa/
  pulseaudio-alsa/repos/
  pulseaudio-alsa/trunk/
  pulseaudio-alsa/trunk/PKGBUILD
  pulseaudio-alsa/trunk/asound.conf

-------------+
 PKGBUILD    |   18 ++++++++++++++++++
 asound.conf |   19 +++++++++++++++++++
 2 files changed, 37 insertions(+)

Added: pulseaudio-alsa/trunk/PKGBUILD
===================================================================
--- pulseaudio-alsa/trunk/PKGBUILD	                        (rev 0)
+++ pulseaudio-alsa/trunk/PKGBUILD	2010-11-19 13:43:20 UTC (rev 99915)
@@ -0,0 +1,18 @@
+# $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"
+}


Property changes on: pulseaudio-alsa/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: pulseaudio-alsa/trunk/asound.conf
===================================================================
--- pulseaudio-alsa/trunk/asound.conf	                        (rev 0)
+++ pulseaudio-alsa/trunk/asound.conf	2010-11-19 13:43:20 UTC (rev 99915)
@@ -0,0 +1,19 @@
+# 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:




More information about the arch-commits mailing list