summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-02-01 09:58:42 +0000
committerTim Biermann <tbier@posteo.de>2021-02-01 09:58:42 +0000
commit0ef566d89cf85f0eee85c67d2c6c17f8db715349 (patch)
tree3536caf7c1c0977562cab2b68cffadf2c08f39f6
parent5543740a47d724399e1eba2d7cf96fa27481dd11 (diff)
downloadcontrib-0ef566d89cf85f0eee85c67d2c6c17f8db715349.tar.gz
contrib-0ef566d89cf85f0eee85c67d2c6c17f8db715349.tar.xz
celt51: dropped unmaintained port
-rw-r--r--celt51/.footprint17
-rw-r--r--celt51/.signature5
-rw-r--r--celt51/Pkgfile19
3 files changed, 0 insertions, 41 deletions
diff --git a/celt51/.footprint b/celt51/.footprint
deleted file mode 100644
index ccf28ebfa..000000000
--- a/celt51/.footprint
+++ /dev/null
@@ -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
diff --git a/celt51/.signature b/celt51/.signature
deleted file mode 100644
index 417a47cce..000000000
--- a/celt51/.signature
+++ /dev/null
@@ -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
diff --git a/celt51/Pkgfile b/celt51/Pkgfile
deleted file mode 100644
index 1154d83e8..000000000
--- a/celt51/Pkgfile
+++ /dev/null
@@ -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
-}

Generated by cgit