mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 15:07:14 +08:00
update alsa-stack to 1.0.24 series
This commit is contained in:
parent
e6799220c8
commit
dbd7eabce5
@ -5,7 +5,7 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=alsa-firmware
|
||||
pkgver=1.0.23
|
||||
pkgver=1.0.24.1
|
||||
pkgrel=1
|
||||
pkgdesc="ALSA firmware package"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -13,7 +13,7 @@ url="http://alsa-project.org/"
|
||||
license=('GPL')
|
||||
options=(!strip)
|
||||
source=(ftp://ftp.alsa-project.org/pub/firmware/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('e3f755331d6d485f6fd697249b90f877')
|
||||
md5sums=('d37434dfcfececd8581d2f0bbe2fcf1b')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$pkgname-$pkgver
|
||||
|
@ -8,8 +8,8 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=alsa-lib
|
||||
pkgver=1.0.23
|
||||
pkgrel=2
|
||||
pkgver=1.0.24.1
|
||||
pkgrel=1
|
||||
pkgdesc="An alternative implementation of Linux sound support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.alsa-project.org"
|
||||
@ -19,8 +19,8 @@ makedepends=('python2')
|
||||
license=('GPL')
|
||||
options=(!libtool)
|
||||
source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('f48b50421d8a69d2d806d9c47e534f0d')
|
||||
sha1sums=('8abcd773f1686a182c08fd53f0d7b353cfcf9f56')
|
||||
md5sums=('7cc05f25e1d5b65da8fb3fdcd540f226')
|
||||
sha1sums=('e18a337620f23c15223e5e4a27bf04ca43981fc9')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
@ -3,19 +3,19 @@
|
||||
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
|
||||
|
||||
pkgname=alsa-plugins
|
||||
pkgver=1.0.23
|
||||
pkgrel=2
|
||||
pkgver=1.0.24
|
||||
pkgrel=1
|
||||
pkgdesc="Extra alsa plugins"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.alsa-project.org"
|
||||
license=('GPL')
|
||||
depends=('alsa-lib')
|
||||
depends=('alsa-lib>1.0.24')
|
||||
makedepends=('pulseaudio' 'jack' 'ffmpeg')
|
||||
optdepends=('pulseaudio' 'jack' 'ffmpeg')
|
||||
options=('!libtool')
|
||||
install=$pkgname.install
|
||||
source=(ftp://ftp.alsa-project.org/pub/plugins/alsa-plugins-$pkgver.tar.bz2)
|
||||
md5sums=('a671f8102366c5b388133e948e1c85cb')
|
||||
md5sums=('e4d4c90e11ab9d1a117afbbc1edd2b16')
|
||||
|
||||
build() {
|
||||
cd $startdir/src/alsa-plugins-$pkgver
|
||||
|
@ -8,13 +8,13 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=alsa-utils
|
||||
pkgver=1.0.23
|
||||
pkgrel=3
|
||||
pkgver=1.0.24.2
|
||||
pkgrel=1
|
||||
pkgdesc="An alternative implementation of Linux sound support"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.alsa-project.org"
|
||||
#can not use >=$pkgver due to use of letters in alsa-lib update versioning
|
||||
depends=("alsa-lib>1.0.22.99" 'dialog' 'pciutils' 'ncurses')
|
||||
depends=("alsa-lib>1.0.24" 'dialog' 'pciutils' 'ncurses')
|
||||
makedepends=('xmlto' 'docbook-xsl')
|
||||
license=('GPL')
|
||||
source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
|
||||
@ -32,7 +32,7 @@ build() {
|
||||
install -D -m755 ../alsa $startdir/pkg/etc/rc.d/alsa
|
||||
install -D -m644 ../alsa.conf.d $startdir/pkg/etc/conf.d/alsa
|
||||
}
|
||||
md5sums=('cb0cf46029ac9549cf3a31bff6a4f4e1'
|
||||
md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
|
||||
'3ef812cae83053d01cd560284efad71f'
|
||||
'62ebef77d5617d0036012cc541dcf23c'
|
||||
'93089f0d8872078939f76dd2acaebc2b')
|
||||
|
Loading…
Reference in New Issue
Block a user