speex: update to 1.2.0.
This commit is contained in:
parent
9862960e79
commit
a083be1da9
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'speex'.
|
||||
pkgname=speex
|
||||
version=1.2rc2
|
||||
revision=5
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="fftw-devel libogg-devel speexdsp-devel"
|
||||
|
@ -10,12 +10,17 @@ homepage="http://www.speex.org"
|
|||
license="BSD"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
||||
checksum=caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891
|
||||
checksum=eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
libspeex_package() {
|
||||
short_desc+=" - shared libraries"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so.*"
|
||||
vlicense COPYING
|
||||
}
|
||||
}
|
||||
speex-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue