From f9b7a559f273dc00c5b1172793912097a8ec8a24 Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 24 Sep 2023 09:32:55 +0200 Subject: [PATCH] amrnb: dropped unmaintained port --- amrnb/.footprint | 27 --------------------------- amrnb/.signature | 6 ------ amrnb/Pkgfile | 22 ---------------------- 3 files changed, 55 deletions(-) delete mode 100644 amrnb/.footprint delete mode 100644 amrnb/.signature delete mode 100644 amrnb/Pkgfile diff --git a/amrnb/.footprint b/amrnb/.footprint deleted file mode 100644 index 4881fe069..000000000 --- a/amrnb/.footprint +++ /dev/null @@ -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 diff --git a/amrnb/.signature b/amrnb/.signature deleted file mode 100644 index 6d8868ab5..000000000 --- a/amrnb/.signature +++ /dev/null @@ -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 diff --git a/amrnb/Pkgfile b/amrnb/Pkgfile deleted file mode 100644 index f289638ac..000000000 --- a/amrnb/Pkgfile +++ /dev/null @@ -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 -}