speex: 1.2.0 -> 1.2.1

This commit is contained in:
Tim Biermann 2022-06-19 21:39:03 +02:00
parent 3ad5ed8e99
commit b4e0b896c3
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 11 additions and 10 deletions

View File

@ -14,9 +14,9 @@ drwxr-xr-x root/root usr/include/speex/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libspeex.a
-rwxr-xr-x root/root usr/lib/libspeex.la
lrwxrwxrwx root/root usr/lib/libspeex.so -> libspeex.so.1.5.1
lrwxrwxrwx root/root usr/lib/libspeex.so.1 -> libspeex.so.1.5.1
-rwxr-xr-x root/root usr/lib/libspeex.so.1.5.1
lrwxrwxrwx root/root usr/lib/libspeex.so -> libspeex.so.1.5.2
lrwxrwxrwx root/root usr/lib/libspeex.so.1 -> libspeex.so.1.5.2
-rwxr-xr-x root/root usr/lib/libspeex.so.1.5.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/speex.pc
drwxr-xr-x root/root usr/share/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UK0m7otw7XFZ+UAQ/7LwCxseAWtwsl2FHmRK06Dr7Rv/tdl6ff5PTd0P0xczvfxgX3H++kNb6YuDbaZsfo+rQE=
SHA256 (Pkgfile) = f492b5e89d3fabe77efae9583885466e64a56ce906a20ac75d65fb61838c872d
SHA256 (.footprint) = d90abe8577b31718b9c9a241c6b46ee912d7bfa815913befa915237d9144895d
SHA256 (speex-1.2.0.tar.gz) = eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094
RWSE3ohX2g5d/U3bXhoVL8ISCB2ecvdPYSG/7x+7EZRDOCnXU8DmDXcl5zXIWG4I2w2XLdVU+BHSV/4TPrA3OJ3wqwPrDWcnbAc=
SHA256 (Pkgfile) = 8ba0cc0eadf6ebdf24fcb9f0426286b841634f184c8cbddf00dae8c7325f7b72
SHA256 (.footprint) = ac7cd361bffc2e1bb00a4c84fe1285d9cce55d8c650b4fa6c96fc419fffa2f3d
SHA256 (speex-Speex-1.2.1.tar.bz2) = cc55cce69d8753940d56936f7a1fe6db4b302df144aec93a92de1c65b1a87681

View File

@ -4,13 +4,14 @@
# Depends on: libogg
name=speex
version=1.2.0
version=1.2.1
release=1
source=(http://downloads.us.xiph.org/releases/$name/$name-$version.tar.gz)
source=(https://gitlab.xiph.org/xiph/speex/-/archive/Speex-$version/speex-Speex-$version.tar.bz2)
build() {
cd $name-$version
cd $name-Speex-$version
NO_CONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--enable-epic-48k \