celt51: dropped unmaintained port

This commit is contained in:
Tim Biermann 2021-02-01 09:58:42 +00:00
parent 5543740a47
commit 0ef566d89c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 41 deletions

View File

@ -1,17 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/celtdec051
-rwxr-xr-x root/root usr/bin/celtenc051
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/celt051/
-rw-r--r-- root/root usr/include/celt051/celt.h
-rw-r--r-- root/root usr/include/celt051/celt_header.h
-rw-r--r-- root/root usr/include/celt051/celt_types.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libcelt051.a
-rwxr-xr-x root/root usr/lib/libcelt051.la
lrwxrwxrwx root/root usr/lib/libcelt051.so -> libcelt051.so.0.0.0
lrwxrwxrwx root/root usr/lib/libcelt051.so.0 -> libcelt051.so.0.0.0
-rwxr-xr-x root/root usr/lib/libcelt051.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/celt051.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32co+d6ZQzG6RAsuwPXqCPex89/IVZZAjma+qsf+Ypi5K7Om0E4mQBKPRMOR003n47rddn36E5HcdY3R7VlRJQ8=
SHA256 (Pkgfile) = ee605efcd16ccf28750837bade1e7b584a901732a2679f6282d93bdf9c86c554
SHA256 (.footprint) = 8bfd134df84520ceac298702dd86d7de5fc444a86ee135dbe6cf4bf430b6edb4
SHA256 (celt-compat-v0.5.1.3.tar.bz2) = 601b589aec395a947432e8c35a9a1670f4445b279c02983e05486f705d476e0c

View File

@ -1,19 +0,0 @@
# Description: The CELT ultra-low delay audio codec
# URL: https://gitlab.xiph.org/xiph/celt
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: libogg
name=celt51
version=0.5.1.3
release=1
source=(https://gitlab.xiph.org/xiph/celt/-/archive/compat-v0.5.1.3/celt-compat-v0.5.1.3.tar.bz2)
build() {
cd celt-compat-v$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}