Date: Friday, March 3, 2023 @ 09:08:05
  Author: dvzrv
Revision: 470151

archrelease: copy trunk to staging-x86_64

Added:
  alsa-plugins/repos/staging-x86_64/
  alsa-plugins/repos/staging-x86_64/PKGBUILD
    (from rev 470150, alsa-plugins/trunk/PKGBUILD)
  alsa-plugins/repos/staging-x86_64/keys/
  alsa-plugins/repos/staging-x86_64/pulse-sysdefault.diff
    (from rev 470150, alsa-plugins/trunk/pulse-sysdefault.diff)

-----------------------+
 PKGBUILD              |  101 ++++++++++++++++++++++++++++++++++++++++++++++++
 pulse-sysdefault.diff |   17 ++++++++
 2 files changed, 118 insertions(+)

Copied: alsa-plugins/repos/staging-x86_64/PKGBUILD (from rev 470150, 
alsa-plugins/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2023-03-03 09:08:05 UTC (rev 470151)
@@ -0,0 +1,101 @@
+# Maintainer: David Runge <[email protected]>
+# Contributor: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Daniel Ehlers <[email protected]>
+
+pkgbase=alsa-plugins
+pkgname=(alsa-plugins pulseaudio-alsa)
+pkgver=1.2.7.1
+pkgrel=2
+epoch=1
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org";
+license=(LGPL2.1)
+makedepends=(
+  alsa-lib
+  dbus
+  ffmpeg
+  jack
+  libavtp
+  libpulse
+  libsamplerate
+  speexdsp
+)
+source=(
+  
https://www.alsa-project.org/files/pub/plugins/$pkgbase-$pkgver.tar.bz2{,.sig}
+  pulse-sysdefault.diff
+)
+sha512sums=('437c05a7e0175594768fd6a9a6d1a158bb4a01a7de6a42c2bd468d9381e01b64d385ddfac7d87baf84fe13cb4e65dc24da643940f416d4b191c528728822d964'
+            'SKIP'
+            
'b8c8e55f4da0ae87cc44d75a906d00b4f1e2304e6bc10419c6e0913c8f7d29599a3f3d41733decbe412a4669ea0d5af2a57f85b1655fba3625fbbd33c956f3f9')
+b2sums=('6f7aa503eda879cd273f36a16eec702b4da9267a60835cb5acbbfe355a83b7ffa3e93eb6483c9946c1d0bcd845a8f574470e7b84c66f793d0d0c6c9883ad52ee'
+        'SKIP'
+        
'83c16b77c1737b2b59b60302be22b63e53026a366799fd97fe3c03b86756063d1b9689d5ffc7c793b40db55bdb79a5b6d72a17e0c8aa32364d6e639cf7ad3ce0')
+validpgpkeys=('F04DF50737AC1A884C4B3D718380596DA6E59C91') # ALSA Release Team 
(Package Signing Key v1) <[email protected]>
+
+prepare() {
+  cd $pkgbase-$pkgver
+
+  # Make use of the pulse plugin's "fallback" feature
+  # Keeps parity with our old config from pulseaudio-alsa
+  patch -Np1 -i ../pulse-sysdefault.diff
+
+  autoreconf -fiv
+}
+
+build() {
+  local configure_options=(
+    --prefix=/usr
+    --sysconfdir=/etc
+    --enable-maemo-plugin
+    --enable-maemo-resource-manager
+  )
+
+  cd $pkgbase-$pkgver
+  ./configure "${configure_options[@]}"
+  # prevent excessive overlinking due to libtool
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package_alsa-plugins() {
+  depends=(
+    alsa-lib libasound.so
+    glibc
+  )
+  optdepends=(
+    'dbus: for maemo plugin'
+    'ffmpeg: for pcm_a52 plugin'
+    'jack: for pcm_jack plugin'
+    'libavtp: for pcm_aaf plugin'
+    'libsamplerate: for rate_samplerate plugin'
+    'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
+    'speexdsp: for pcm_speex and rate_speexrate plugins'
+  )
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -vDm 644 doc/README* doc/*.txt -t "$pkgdir/usr/share/doc/$pkgbase"
+
+  # remove maemo plugin configuration (it overrides defaults for pcm and ctl),
+  # until a better way is found to package default overrides:
+  # https://bugs.archlinux.org/task/65440
+  rm -v "$pkgdir/etc/alsa/conf.d/98-maemo.conf"
+
+  # make a proper off-by-default config template out of the example file
+  mv -v "$pkgdir/etc/alsa/conf.d/99-pulseaudio-default.conf.example" 
"$pkgdir/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf"
+}
+
+package_pulseaudio-alsa() {
+  pkgdesc="ALSA Configuration for PulseAudio"
+  depends=(
+    'alsa-plugins>=1.2.2-2'
+    pulseaudio
+  )
+
+  install -vdm 755 "$pkgdir/etc/alsa/conf.d"
+  ln -st "$pkgdir/etc/alsa/conf.d" 
/usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf
+}
+
+# vim:set sw=2 et:

Copied: alsa-plugins/repos/staging-x86_64/pulse-sysdefault.diff (from rev 
470150, alsa-plugins/trunk/pulse-sysdefault.diff)
===================================================================
--- staging-x86_64/pulse-sysdefault.diff                                (rev 0)
+++ staging-x86_64/pulse-sysdefault.diff        2023-03-03 09:08:05 UTC (rev 
470151)
@@ -0,0 +1,17 @@
+diff -u -r alsa-plugins-1.2.2/pulse/99-pulseaudio-default.conf.example 
alsa-plugins-1.2.2-pulse-sysdefault/pulse/99-pulseaudio-default.conf.example
+--- alsa-plugins-1.2.2/pulse/99-pulseaudio-default.conf.example        
2020-02-19 09:35:42.000000000 +0000
++++ 
alsa-plugins-1.2.2-pulse-sysdefault/pulse/99-pulseaudio-default.conf.example    
   2020-05-13 10:04:28.446568563 +0000
+@@ -2,6 +2,7 @@
+ 
+ pcm.!default {
+     type pulse
++    fallback "sysdefault"
+     hint {
+         show on
+         description "Default ALSA Output (currently PulseAudio Sound Server)"
+@@ -10,4 +11,5 @@
+ 
+ ctl.!default {
+     type pulse
++    fallback "sysdefault"
+ }

Reply via email to