diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2019-10-13 19:30:04 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2019-10-13 19:30:04 +1100 |
commit | cb512361563264255745fb150c5fa15e6897dc07 (patch) | |
tree | 2d80c27c4537f3b7b350e7eb38e03e79dea7e11f /amrwb | |
parent | 097a49870d2e1c8280abd26875f37bf7c6146a9e (diff) | |
download | contrib-cb512361563264255745fb150c5fa15e6897dc07.tar.gz contrib-cb512361563264255745fb150c5fa15e6897dc07.tar.xz |
amrwb: 7.0.0.4 -> 11.0.0.0
Diffstat (limited to 'amrwb')
-rw-r--r-- | amrwb/.footprint | 1 | ||||
-rw-r--r-- | amrwb/.signature | 10 | ||||
-rw-r--r-- | amrwb/Pkgfile | 11 |
3 files changed, 11 insertions, 11 deletions
diff --git a/amrwb/.footprint b/amrwb/.footprint index 7d63c5c53..408fb803b 100644 --- a/amrwb/.footprint +++ b/amrwb/.footprint @@ -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 diff --git a/amrwb/.signature b/amrwb/.signature index 8a1e0e1b4..b5c3de941 100644 --- a/amrwb/.signature +++ b/amrwb/.signature @@ -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 diff --git a/amrwb/Pkgfile b/amrwb/Pkgfile index b4b754d8d..0edf5d079 100644 --- a/amrwb/Pkgfile +++ b/amrwb/Pkgfile @@ -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 } - |