forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archrelease: copy trunk to extra-x86_64
git-svn-id: file:///srv/repos/svn-packages/svn@375964 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> | ||
# Maintainer: David Runge <[email protected]> | ||
# Contributor: Jan Alexander Steffens (heftig) <[email protected]> | ||
# Contributor: Sergej Pupykin <[email protected]> | ||
# Contributor: Daniel Ehlers <[email protected]> | ||
|
||
pkgname=alsa-plugins | ||
pkgver=1.2.1 | ||
pkgrel=5 | ||
pkgver=1.2.2 | ||
pkgrel=1 | ||
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) | ||
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=('4d94de7ad41734b8604a652521200bb6554fcf0c2c00fdbd302b1710d76548da') | ||
sha256sums=('1c0f06450c928d711719686c9dbece2d480184f36fab11b8f0534cb7b41e337d') | ||
|
||
prepare() { | ||
cd $pkgname-$pkgver | ||
|