celt51: updated urls to point to upstream

This commit is contained in:
Tim Biermann 2020-06-17 08:34:24 +00:00
parent abdef1963d
commit 055130e5d4
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 8 additions and 9 deletions

View File

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

View File

@ -1,20 +1,19 @@
# Description: The CELT ultra-low delay audio codec
# URL: http://www.celt-codec.org
# Maintainer: Thomas Penteker, tek at serverop dot de
# 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=(http://downloads.xiph.org/releases/celt/celt-$version.tar.gz)
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
cd celt-$version
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}