summaryrefslogtreecommitdiffstats
path: root/abs/core/alsa-plugins
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-05-23 18:28:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-05-23 18:28:46 (GMT)
commit862a32687539e3f21341ef8e57e67205efa3a627 (patch)
tree02bd52a6323cacae4c6c7eb6480a8592a1b3bdb5 /abs/core/alsa-plugins
parent4f9ad1dc1700dffa478e19a9021c046413c21529 (diff)
downloadlinhes_pkgbuild-862a32687539e3f21341ef8e57e67205efa3a627.zip
linhes_pkgbuild-862a32687539e3f21341ef8e57e67205efa3a627.tar.gz
linhes_pkgbuild-862a32687539e3f21341ef8e57e67205efa3a627.tar.bz2
alsa-plugins: update to 1.1.1
Diffstat (limited to 'abs/core/alsa-plugins')
-rw-r--r--abs/core/alsa-plugins/PKGBUILD14
-rw-r--r--abs/core/alsa-plugins/__changelog1
2 files changed, 6 insertions, 9 deletions
diff --git a/abs/core/alsa-plugins/PKGBUILD b/abs/core/alsa-plugins/PKGBUILD
index 42fb370..c51c3e6 100644
--- a/abs/core/alsa-plugins/PKGBUILD
+++ b/abs/core/alsa-plugins/PKGBUILD
@@ -4,23 +4,20 @@
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
pkgname=alsa-plugins
-pkgver=1.0.29
-pkgrel=2
+pkgver=1.1.1
+pkgrel=1
pkgdesc="Extra alsa plugins"
arch=(i686 x86_64)
url="http://www.alsa-project.org"
license=(GPL)
depends=(alsa-lib)
makedepends=(ffmpeg)
-optdepends=('ffmpeg: libavcodec resampling plugin, a52 plugin'
+optdepends=(
+ 'ffmpeg: libavcodec resampling plugin, a52 plugin'
'libsamplerate: libsamplerate resampling plugin'
'speex: libspeexdsp resampling plugin')
source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
-
-prepare() {
- cd $pkgname-$pkgver
- sed -i 's/ && LIBAVCODEC_VERSION_MINOR >= 34//' a52/pcm_a52.c
-}
+sha1sums=('280eb0d9810e463059747d01760a5ac3f44d7057')
build() {
cd $pkgname-$pkgver
@@ -36,4 +33,3 @@ package() {
install -d "$pkgdir/usr/share/doc/$pkgname"
install -m644 doc/README* doc/*.txt "$pkgdir/usr/share/doc/$pkgname/"
}
-md5sums=('a66797b4471e3cbe96575207bfbe252c')
diff --git a/abs/core/alsa-plugins/__changelog b/abs/core/alsa-plugins/__changelog
new file mode 100644
index 0000000..c38bb2f
--- /dev/null
+++ b/abs/core/alsa-plugins/__changelog
@@ -0,0 +1 @@
+PKGBUILD: remove deps libpulse and jack