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

Jan Steffens heftig at archlinux.org
Sun Aug 25 20:59:38 UTC 2019


    Date: Sunday, August 25, 2019 @ 20:59:37
  Author: heftig
Revision: 361184

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-25 20:59:21 UTC (rev 361183)
+++ PKGBUILD	2019-08-25 20:59:37 UTC (rev 361184)
@@ -1,18 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=pulseaudio-alsa
-pkgver=2
-pkgrel=4
-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)
-sha512sums=('b1f374547e9a0ebb99c0740af50ed17d40dfa1e283046ca2aad42a8e31604fee2916612e0579b2dbf1c6cd88a1d2c6117fec7754e745f654a705f8e5073aba92')
-
-package() {
-  install -Dm644 asound.conf "$pkgdir/etc/asound.conf"
-}

Copied: pulseaudio-alsa/repos/extra-any/PKGBUILD (from rev 361183, pulseaudio-alsa/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-25 20:59:37 UTC (rev 361184)
@@ -0,0 +1,17 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=pulseaudio-alsa
+pkgver=2
+pkgrel=5
+pkgdesc="ALSA Configuration for PulseAudio"
+arch=(any)
+url="https://www.freedesktop.org/wiki/Software/PulseAudio/"
+license=(GPL)
+depends=("alsa-plugins>=1.0.25" pulseaudio)
+backup=(etc/asound.conf)
+source=(asound.conf)
+sha512sums=('b1f374547e9a0ebb99c0740af50ed17d40dfa1e283046ca2aad42a8e31604fee2916612e0579b2dbf1c6cd88a1d2c6117fec7754e745f654a705f8e5073aba92')
+
+package() {
+  install -Dm644 asound.conf "$pkgdir/etc/asound.conf"
+}

Deleted: asound.conf
===================================================================
--- asound.conf	2019-08-25 20:59:21 UTC (rev 361183)
+++ asound.conf	2019-08-25 20:59:37 UTC (rev 361184)
@@ -1,16 +0,0 @@
-# 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:

Copied: pulseaudio-alsa/repos/extra-any/asound.conf (from rev 361183, pulseaudio-alsa/trunk/asound.conf)
===================================================================
--- asound.conf	                        (rev 0)
+++ asound.conf	2019-08-25 20:59:37 UTC (rev 361184)
@@ -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