mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'.
|
# Template file for 'speex'.
|
||||||
pkgname=speex
|
pkgname=speex
|
||||||
version=1.2rc2
|
version=1.2.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="fftw-devel libogg-devel speexdsp-devel"
|
makedepends="fftw-devel libogg-devel speexdsp-devel"
|
||||||
|
@ -10,12 +10,17 @@ homepage="http://www.speex.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
distfiles="http://downloads.xiph.org/releases/speex/speex-$version.tar.gz"
|
||||||
checksum=caa27c7247ff15c8521c2ae0ea21987c9e9710a8f2d3448e8b79da9806bce891
|
checksum=eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
||||||
libspeex_package() {
|
libspeex_package() {
|
||||||
short_desc+=" - shared libraries"
|
short_desc+=" - shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
|
vlicense COPYING
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
speex-devel_package() {
|
speex-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue