shithub: opus-tools

Download patch

ref: a468710271d96d90eef37e7a052cbdc46364873b
parent: b910ea6017651f9189ea486e242bafc198c83e97
author: Mark Harris <mark.hsj@gmail.com>
date: Sat May 9 10:42:05 EDT 2020

CI: Repositories have moved to gitlab.xiph.org

--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@
 
   script:
   # build libopusenc
-  - git clone "https://git.xiph.org/libopusenc.git"
+  - git clone "https://gitlab.xiph.org/xiph/libopusenc.git"
   - cd libopusenc
   - ./autogen.sh
   - ./configure --prefix="$(pwd)/_inst" || cat config.log
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libogg opus opusfile libopusenc flac; fi
   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig"; fi
-  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://git.xiph.org/libopusenc.git; fi
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://gitlab.xiph.org/xiph/libopusenc.git; fi
   - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pushd libopusenc; ./autogen.sh; ./configure --prefix=$PWD/_inst; make check; make install; export PKG_CONFIG_PATH=$PWD/_inst/lib/pkgconfig; popd; fi
 
 script: