1
0
forked from ports/contrib

amrnb: 7.0.0.2 -> 11.0.0.0

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

View File

@ -20,6 +20,7 @@ drwxr-xr-x root/root usr/include/amrnb/
-rw-r--r-- root/root usr/include/amrnb/sp_enc.h
-rw-r--r-- root/root usr/include/amrnb/typedef.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libamrnb.a
-rwxr-xr-x root/root usr/lib/libamrnb.la
lrwxrwxrwx root/root usr/lib/libamrnb.so -> libamrnb.so.3.0.0
lrwxrwxrwx root/root usr/lib/libamrnb.so.3 -> libamrnb.so.3.0.0

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wpRBJXSlu57QjIUli9hS11kz5bRHR31lqYmr7Y2MQ5PZKBeTXgTJ7gV+HlqJ9CXwNpUYsSuRpY346+QjfXg5Ag=
SHA256 (Pkgfile) = 0e9f94d044c9915c2c323b50734556b0a724a8b541b67e8287feaa5282b03214
SHA256 (.footprint) = a3dec09a2540b16b4f05282dd9b83a1e5f0a501ca7e6d9356de5c1269522a6a1
SHA256 (amrnb-7.0.0.2.tar.bz2) = 4a7d1411c80ca35910dbb7d2ae8ae73aaa4686afb4ef06da1e27d12a41969c7c
SHA256 (26104-700.zip) = d17e4e65b6f8138ff6243f194cefa6f2b39450075cdb2e9bb431e2dc5a43f541
RWSagIOpLGJF34UspED3QlkS1S0QMaXsYeya0Bix8c4ptTu3yNCiWJHi5ZQX0sx3vB59wGZoK2RqQAAhWQ1QOPCKsaFswr9hlAc=
SHA256 (Pkgfile) = 64e7e1a06de03960ef5f894661bd6c93019d9ac279e748de928e39fd4bd3b6b0
SHA256 (.footprint) = 1f83301f1faad1f95c5f8cb19b3983e89e628afecb375b104d457c18c70b1011
SHA256 (amrnb-11.0.0.0.tar.bz2) = 3890004b665278b963ecaae2dc1321dcee29c53ea9d91aaf18d9286105e0f1e1
SHA256 (26104-b00.zip) = 23df8b24b0f009783027b8eef5fa8225ec71f859f2704bdb06829f09018cc8f1

View File

@ -1,23 +1,22 @@
# Description: Wrapper library for 3GPP Adaptive Multi-Rate Narrowband 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=amrnb
version=7.0.0.2
release=2
version=11.0.0.0
release=1
source=(http://ftp.penguin.cz/pub/users/utx/amr/$name-$version.tar.bz2
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-700.zip)
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-b00.zip)
build() {
cd $name-$version
cp $SRC/26104-700_ANSI_C_source_code.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26104-700_ANSI_C_source_code.zip||' Makefile.in
cp $SRC/26104-b00_ANSI_C_source_code.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26104-b00_ANSI_C_source_code.zip||' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}