mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 00:44:38 +08:00
update alsa-plugins 1.1.0
This commit is contained in:
parent
ec62ce1522
commit
87dca1c2b4
@ -1,20 +1,21 @@
|
|||||||
# Maintainer: almack
|
# Maintainer: almack
|
||||||
|
|
||||||
pkgname=alsa-plugins
|
pkgname=alsa-plugins
|
||||||
pkgver=1.0.28
|
pkgver=1.1.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Extra alsa plugins"
|
pkgdesc="Extra alsa plugins"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.alsa-project.org"
|
url="http://www.alsa-project.org"
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
depends=('alsa-lib')
|
depends=('alsa-lib')
|
||||||
makedepends=('pulseaudio' 'jack' 'ffmpeg')
|
makedepends=('pulseaudio' 'jack' 'ffmpeg')
|
||||||
optdepends=('jack: Jack plugin'
|
optdepends=('pulseaudio: PulseAudio plugin'
|
||||||
'ffmpeg: libavcodec resampling plugin'
|
'jack: Jack plugin'
|
||||||
|
'ffmpeg: libavcodec resampling plugin, a52 plugin'
|
||||||
'libsamplerate: libsamplerate resampling plugin'
|
'libsamplerate: libsamplerate resampling plugin'
|
||||||
'speex: libspeexdsp resampling plugin')
|
'speex: libspeexdsp resampling plugin')
|
||||||
source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
|
source=("ftp://ftp.alsa-project.org/pub/plugins/$pkgname-$pkgver.tar.bz2")
|
||||||
md5sums=('6fcbbb31e96f8ebc5fb926184a717aa4')
|
md5sums=('b123e42ed881b9adbc99e4040f257c39')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
@ -23,12 +24,13 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
CFLAGS+=' -DHAVE_STDINT_H' # We have issue similar to this one https://code.google.com/p/cantata/issues/detail?id=627
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
cd $pkgname-$pkgver
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
|
|
||||||
install -d "$pkgdir/usr/share/doc/$pkgname"
|
install -d "$pkgdir/usr/share/doc/$pkgname"
|
||||||
|
Loading…
Reference in New Issue
Block a user