[arch-commits] Commit in alsa-plugins/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu Feb 20 22:02:27 UTC 2020


    Date: Thursday, February 20, 2020 @ 22:02:26
  Author: dvzrv
Revision: 375964

archrelease: copy trunk to extra-x86_64

Added:
  alsa-plugins/repos/extra-x86_64/PKGBUILD
    (from rev 375963, alsa-plugins/trunk/PKGBUILD)
Deleted:
  alsa-plugins/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  108 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 55 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-20 22:02:16 UTC (rev 375963)
+++ PKGBUILD	2020-02-20 22:02:26 UTC (rev 375964)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Daniel Ehlers <danielehlers at mindeye.net>
-
-pkgname=alsa-plugins
-pkgver=1.2.1
-pkgrel=5
-pkgdesc="Additional ALSA plugins"
-arch=(x86_64)
-url="https://www.alsa-project.org"
-license=(LGPL2.1)
-depends=(glibc alsa-lib)
-makedepends=(dbus jack libpulse libsamplerate speexdsp)
-optdepends=('dbus: for maemo plugin'
-            'jack: for pcm_jack plugin'
-            'libsamplerate: for rate_samplerate plugin'
-            'libpulse: for conf_pulse, ctl_pulse and pcm_pulse plugins'
-            'speexdsp: for pcm_speex and rate_speexrate plugins')
-source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2")
-sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
-  # https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
-  # https://bugs.archlinux.org/task/60586
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-maemo-plugin \
-    --enable-maemo-resource-manager
-  make
-}
-
-package() {
-  depends+=(libasound.so)
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
-  # 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"
-}
-
-# vim:set sw=2 et:

Copied: alsa-plugins/repos/extra-x86_64/PKGBUILD (from rev 375963, alsa-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-20 22:02:26 UTC (rev 375964)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Daniel Ehlers <danielehlers at mindeye.net>
+
+pkgname=alsa-plugins
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Additional ALSA plugins"
+arch=(x86_64)
+url="https://www.alsa-project.org"
+license=(LGPL2.1)
+depends=(glibc)
+makedepends=(alsa-lib dbus jack libavtp libpulse libsamplerate speexdsp)
+optdepends=('dbus: for maemo 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')
+source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2")
+sha256sums=('1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # a52, lavrate plugins not compatible with ffmpeg >= 4.0
+  # https://mailman.alsa-project.org/pipermail/alsa-devel/2019-December/159425.html
+  # https://bugs.archlinux.org/task/60586
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sysconfdir=/etc \
+    --enable-maemo-plugin \
+    --enable-maemo-resource-manager
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+  # 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"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list