Date: Friday, January 24, 2020 @ 23:05:54
  Author: dvzrv
Revision: 373893

upgpkg: alsa-plugins 1.2.1-4: Removing ffmpeg4 patch, as it's unstable without 
modifying alsa-lib to ignore configuration settings.

Modified:
  alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-24 23:00:42 UTC (rev 373892)
+++ PKGBUILD    2020-01-24 23:05:54 UTC (rev 373893)
@@ -4,23 +4,20 @@
 
 pkgname=alsa-plugins
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 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)
+makedepends=(dbus 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')
+source=("https://www.alsa-project.org/files/pub/plugins/$pkgname-$pkgver.tar.bz2";)
+sha256sums=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -28,8 +25,6 @@
   # 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
 }
 

Reply via email to