commit 055130e5d4e6602543ab66fc90f41951ed89eb99 Author: Tim Biermann <tbier@posteo.de> Date: Wed Jun 17 08:34:24 2020 +0000 celt51: updated urls to point to upstream diff --git a/celt51/.signature b/celt51/.signature index c1b393533..417a47cce 100644 --- a/celt51/.signature +++ b/celt51/.signature @@ -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 diff --git a/celt51/Pkgfile b/celt51/Pkgfile index f9067ace6..1154d83e8 100644 --- a/celt51/Pkgfile +++ b/celt51/Pkgfile @@ -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...) build() { + cd celt-compat-v$version - cd celt-$version - + ./autogen.sh ./configure --prefix=/usr make make DESTDIR=$PKG install - }