amrnb: dropped unmaintained port

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

View File

@ -1,27 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amrnb-decoder
-rwxr-xr-x root/root usr/bin/amrnb-decoder-etsi
-rwxr-xr-x root/root usr/bin/amrnb-decoder-if2
-rwxr-xr-x root/root usr/bin/amrnb-encoder
-rwxr-xr-x root/root usr/bin/amrnb-encoder-etsi
-rwxr-xr-x root/root usr/bin/amrnb-encoder-etsi-vad2
-rwxr-xr-x root/root usr/bin/amrnb-encoder-if2
-rwxr-xr-x root/root usr/bin/amrnb-encoder-if2-vad2
-rwxr-xr-x root/root usr/bin/amrnb-encoder-vad2
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/amrnb/
-rw-r--r-- root/root usr/include/amrnb/interf_dec.h
-rw-r--r-- root/root usr/include/amrnb/interf_enc.h
-rw-r--r-- root/root usr/include/amrnb/interf_rom.h
-rw-r--r-- root/root usr/include/amrnb/rom_dec.h
-rw-r--r-- root/root usr/include/amrnb/rom_enc.h
-rw-r--r-- root/root usr/include/amrnb/sp_dec.h
-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
-rwxr-xr-x root/root usr/lib/libamrnb.so.3.0.0

View File

@ -1,6 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35RbLyGO8VC1nb49P1Cnx+f+lTGs2RrxM0PPzxSejoN9YA/paUhlxaUyk2f1OdTUE3iNvlYgqbiOeGtONYsM5AU=
SHA256 (Pkgfile) = ebb5fd75ff5a6249813f84540ef357017cf62ce261b5ca93438f40577481e38b
SHA256 (.footprint) = 1f83301f1faad1f95c5f8cb19b3983e89e628afecb375b104d457c18c70b1011
SHA256 (amrnb-11.0.0.0.tar.bz2) = 3890004b665278b963ecaae2dc1321dcee29c53ea9d91aaf18d9286105e0f1e1
SHA256 (26104-b00.zip) = 23df8b24b0f009783027b8eef5fa8225ec71f859f2704bdb06829f09018cc8f1

View File

@ -1,22 +0,0 @@
# Description: Wrapper library for 3GPP Adaptive Multi-Rate Narrowband Floating-point Speech Codec
# URL: http://www.penguin.cz/~utx/amr
# Maintainer: unmaintained
# Depends on: unzip
name=amrnb
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-b00.zip)
build() {
cd $name-$version
cp $PKGMK_SOURCE_DIR/26104-b00.zip .
sed -i -e 's| $(MAKE) $(top_srcdir)/26104-b00.zip||' Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}