amrwb: 7.0.0.4 -> 11.0.0.0

This commit is contained in:
Danny Rawlins 2019-10-13 19:30:04 +11:00
parent 097a49870d
commit cb51236156
3 changed files with 11 additions and 11 deletions

View File

@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/include/amrwb/
-rw-r--r-- root/root usr/include/amrwb/if_rom.h
-rw-r--r-- root/root usr/include/amrwb/typedef.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libamrwb.a
-rwxr-xr-x root/root usr/lib/libamrwb.la
lrwxrwxrwx root/root usr/lib/libamrwb.so -> libamrwb.so.3.0.0
lrwxrwxrwx root/root usr/lib/libamrwb.so.3 -> libamrwb.so.3.0.0

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3xsCuZCmpTg/A3BOD98Aet54D6Az3qIbCVrirRtaU9q+G//vI6xA4vNDL93AASZXYl9NwUNXxr1vBl6Fn+yUmwE=
SHA256 (Pkgfile) = 1758c7910a0e00ab6d69d7f59bf1f6420825a1f3d074651059fbb27e466ffdb3
SHA256 (.footprint) = 7ec269edab0179ff5ece18539ad87b00f6a59a952008f9388341d489ce9a7812
SHA256 (amrwb-7.0.0.4.tar.bz2) = db34d75823770a244e1d03602c82a9d3916005c68219365f0e484c47c11ecb5b
SHA256 (26204-700.zip) = 1b8ba234f5ac520650cb66aee1079491681afb7dba78eb717dca9534ae3598f0
RWSagIOpLGJF30oMJwFLM+F1lV5SDqUqun/JsSDlh4HMX7rY3SWF5uRbBCAekW9ctdHcyddao/cRKqneozOPn0AoH0WZEqa64QM=
SHA256 (Pkgfile) = 2c067cea1230dbdd0d883ad3b6636235a9b88d056943a8826fbeafe53429e4ae
SHA256 (.footprint) = 4e32285251bb82a04f7236ff041608ddd64f3709d8c8b915aed1f206b52fb680
SHA256 (amrwb-11.0.0.0.tar.bz2) = 5caf59b14480b0cd2a7babb8be472c4af39ff4c7c95f1278116557049a4dd5dc
SHA256 (26204-b00.zip) = c885c44483fd4502d354ec9656f2cdc0469050015052f8f3ecc1d5e08c869fec

View File

@ -1,23 +1,22 @@
# Description: Wrapper library for 3GPP Adaptive Multi-Rate Wideband Floating-point Speech Codec.
# URL: http://www.penguin.cz/~utx/amr
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: unzip
name=amrwb
version=7.0.0.4
version=11.0.0.0
release=2
source=(http://ftp.penguin.cz/pub/users/utx/amr/$name-$version.tar.bz2
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-700.zip)
https://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-b00.zip)
build() {
cd $name-$version
cp $SRC/26204-700_ANSI-C_source_code.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26204-700_ANSI-C_source_code.zip||' Makefile.in
cp $SRC/26204-b00_ANSI-C_source_code.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26204-b00_ANSI-C_source_code.zip||' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}