[arch-commits] Commit in alsa-plugins/trunk (PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Fri Jul 12 20:29:33 UTC 2013


    Date: Friday, July 12, 2013 @ 22:29:32
  Author: heftig
Revision: 190009

ffmpeg rebuild

Modified:
  alsa-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-12 20:27:18 UTC (rev 190008)
+++ PKGBUILD	2013-07-12 20:29:32 UTC (rev 190009)
@@ -5,7 +5,7 @@
 
 pkgname=alsa-plugins
 pkgver=1.0.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Extra alsa plugins"
 arch=(i686 x86_64)
 url="http://www.alsa-project.org"
@@ -14,13 +14,18 @@
 makedepends=(libpulse jack ffmpeg)
 optdepends=('libpulse: PulseAudio plugin'
             'jack: Jack plugin'
-            'ffmpeg: libavcodec resampling plugin'
+            'ffmpeg: libavcodec resampling plugin, a52 plugin'
             'libsamplerate: libsamplerate resampling plugin'
             'speex: libspeexdsp resampling plugin')
 options=('!libtool')
 source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
 md5sums=('ada0163e0e84c787bfc929ad0f3f5cb8')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr




More information about the arch-commits mailing list