amrwb: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:53 +02:00
parent fb104753d8
commit c8ab4376fd
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 60 deletions

View File

@ -1,32 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amrwb-decoder
-rwxr-xr-x root/root usr/bin/amrwb-decoder-if2
-rwxr-xr-x root/root usr/bin/amrwb-encoder
-rwxr-xr-x root/root usr/bin/amrwb-encoder-if2
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/amrwb/
-rw-r--r-- root/root usr/include/amrwb/dec.h
-rw-r--r-- root/root usr/include/amrwb/dec_acelp.h
-rw-r--r-- root/root usr/include/amrwb/dec_dtx.h
-rw-r--r-- root/root usr/include/amrwb/dec_gain.h
-rw-r--r-- root/root usr/include/amrwb/dec_if.h
-rw-r--r-- root/root usr/include/amrwb/dec_lpc.h
-rw-r--r-- root/root usr/include/amrwb/dec_main.h
-rw-r--r-- root/root usr/include/amrwb/dec_util.h
-rw-r--r-- root/root usr/include/amrwb/enc.h
-rw-r--r-- root/root usr/include/amrwb/enc_acelp.h
-rw-r--r-- root/root usr/include/amrwb/enc_dtx.h
-rw-r--r-- root/root usr/include/amrwb/enc_gain.h
-rw-r--r-- root/root usr/include/amrwb/enc_if.h
-rw-r--r-- root/root usr/include/amrwb/enc_lpc.h
-rw-r--r-- root/root usr/include/amrwb/enc_main.h
-rw-r--r-- root/root usr/include/amrwb/enc_util.h
-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
-rwxr-xr-x root/root usr/lib/libamrwb.so.3.0.0

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39MH9yTD0+hekMrIx7hNZBU3fjkCABxfwifsTgI///5SlpaU4u2kdagQ1UKIENzJON3o5dJawI/dFwVmbBbXUwM=
SHA256 (Pkgfile) = f48f725bba3b4a14fefb1625a789c4fad23681fd34fd21b084046768525c19ba
SHA256 (.footprint) = 4e32285251bb82a04f7236ff041608ddd64f3709d8c8b915aed1f206b52fb680
SHA256 (amrwb-11.0.0.0.tar.bz2) = 5caf59b14480b0cd2a7babb8be472c4af39ff4c7c95f1278116557049a4dd5dc
SHA256 (26204-b00.zip) = c885c44483fd4502d354ec9656f2cdc0469050015052f8f3ecc1d5e08c869fec

View File

@ -1,22 +0,0 @@
# Description: Wrapper library for 3GPP Adaptive Multi-Rate Wideband Floating-point Speech Codec
# URL: http://www.penguin.cz/~utx/amr
# Maintainer: unmaintained
# Depends on: unzip
name=amrwb
version=11.0.0.0
release=2
source=(http://ftp.penguin.cz/pub/users/utx/amr/$name-$version.tar.bz2
https://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-b00.zip)
build() {
cd $name-$version
cp $PKGMK_SOURCE_DIR/26204-b00.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
}