diff options
author | Tim Biermann <tbier@posteo.de> | 2022-06-19 21:39:03 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-06-19 21:39:03 +0200 |
commit | b4e0b896c31ef7302810f13115ef949b7438601b (patch) | |
tree | 356a499ad69a124e0b5ad8a7f7be48959226910e /speex | |
parent | 3ad5ed8e99eba33da2f19ab77b62dce60d3dee44 (diff) | |
download | opt-b4e0b896c31ef7302810f13115ef949b7438601b.tar.gz opt-b4e0b896c31ef7302810f13115ef949b7438601b.tar.xz |
speex: 1.2.0 -> 1.2.1
Diffstat (limited to 'speex')
-rw-r--r-- | speex/.footprint | 6 | ||||
-rw-r--r-- | speex/.signature | 8 | ||||
-rw-r--r-- | speex/Pkgfile | 7 |
3 files changed, 11 insertions, 10 deletions
diff --git a/speex/.footprint b/speex/.footprint index ccf8714ed..e34dbd475 100644 --- a/speex/.footprint +++ b/speex/.footprint @@ -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/ diff --git a/speex/.signature b/speex/.signature index 812ab0fce..9ba1c43fe 100644 --- a/speex/.signature +++ b/speex/.signature @@ -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 diff --git a/speex/Pkgfile b/speex/Pkgfile index 7694fc80b..b7025889f 100644 --- a/speex/Pkgfile +++ b/speex/Pkgfile @@ -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 \ |