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

David Runge dvzrv at archlinux.org
Fri Jan 24 23:06:04 UTC 2020


    Date: Friday, January 24, 2020 @ 23:06:03
  Author: dvzrv
Revision: 373894

archrelease: copy trunk to testing-x86_64

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

----------+
 PKGBUILD |  101 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 48 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-24 23:05:54 UTC (rev 373893)
+++ PKGBUILD	2020-01-24 23:06:03 UTC (rev 373894)
@@ -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=3
-pkgdesc="Additional ALSA plugins"
-arch=(x86_64)
-url="https://www.alsa-project.org"
-license=(LGPL2.1)
-depends=(glibc alsa-lib)
-makedepends=(dbus ffmpeg jack libpulse libsamplerate speexdsp)
-optdepends=('dbus: for maemo plugin'
-            'ffmpeg: for pcm_a52 and rate_lavrate plugins'
-            '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"
-        "alsa-plugins-1.2.1-ffmpeg4.patch::https://git.harting.dev/IdleGandalf/alsa-plugins/commit/9cdbbb9874757b6f8fda7fb4ac2e3fc59da65946.patch")
-sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da'
-            'f1fc4fe7d3b4c34b244b276d109af9bfb0b501554e882749b22d4e9a6f3d7596')
-
-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
-  patch -Np1 -i ../alsa-plugins-1.2.1-ffmpeg4.patch
-
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --sysconfdir=/etc \
-    --enable-maemo-plugin
-  make
-}
-
-package() {
-  depends+=(libasound.so)
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
-}
-
-# vim:set sw=2 et:

Copied: alsa-plugins/repos/testing-x86_64/PKGBUILD (from rev 373893, alsa-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-24 23:06:03 UTC (rev 373894)
@@ -0,0 +1,48 @@
+# 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=4
+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
+  make
+}
+
+package() {
+  depends+=(libasound.so)
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list