From d606d39e35a51ed4553096e691a2a3c241ab7393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 23 Nov 2022 10:38:03 +0100 Subject: [PATCH] project: use gopro/sxplayer instead of stupeflix/sxplayer --- .github/workflows/ci_android.yml | 2 +- .github/workflows/ci_ios.yml | 2 +- README.md | 4 ++-- configure.py | 2 +- doc/dev/ref/architecture.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_android.yml b/.github/workflows/ci_android.yml index 086932b8e9..a76af826a6 100644 --- a/.github/workflows/ci_android.yml +++ b/.github/workflows/ci_android.yml @@ -59,7 +59,7 @@ jobs: - name: Build sxplayer lib for Android & reshape files tree run: | - curl -sL https://github.com/Stupeflix/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz + curl -sL https://github.com/gopro/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz tar xf sxplayer.tgz cd sxplayer-${{ matrix.sxplayer_version }} PKG_CONFIG_LIBDIR=$HOME/ngl-env-${{ matrix.arch }}/lib/pkgconfig/ \ diff --git a/.github/workflows/ci_ios.yml b/.github/workflows/ci_ios.yml index 9f56401d22..8a651cac41 100644 --- a/.github/workflows/ci_ios.yml +++ b/.github/workflows/ci_ios.yml @@ -71,7 +71,7 @@ jobs: - name: Build sxplayer lib for ios & reshape files tree run: | - curl -sL https://github.com/Stupeflix/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz + curl -sL https://github.com/gopro/sxplayer/archive/refs/tags/v${{ matrix.sxplayer_version }}.tar.gz -o sxplayer.tgz tar xf sxplayer.tgz cd sxplayer-${{ matrix.sxplayer_version }} PKG_CONFIG_LIBDIR=$HOME/ngl-env-${{ matrix.arch }}/lib/pkgconfig \ diff --git a/README.md b/README.md index 4ea76f7ef1..5801f322e2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ and API can change at any time. ![tests MinGW](https://github.com/gopro/gopro-lib-node.gl/workflows/tests%20MinGW/badge.svg) ![tests MSVC](https://github.com/gopro/gopro-lib-node.gl/workflows/tests%20MSVC/badge.svg) [![coverage](https://codecov.io/gh/gopro/gopro-lib-node.gl/branch/main/graph/badge.svg)](https://codecov.io/gh/gopro/gopro-lib-node.gl) -![build Android 🤖](https://github.com/stupeflix/sxplayer/workflows/build%20Android%20🤖/badge.svg) -![build iOS 🍏](https://github.com/stupeflix/sxplayer/workflows/build%20iOS%20🍏/badge.svg) +![build Android 🤖](https://github.com/gopro/sxplayer/workflows/build%20Android%20🤖/badge.svg) +![build iOS 🍏](https://github.com/gopro/sxplayer/workflows/build%20iOS%20🍏/badge.svg) [gopro]: https://gopro.com/ diff --git a/configure.py b/configure.py index 39781b4ed4..e79df3f1cc 100755 --- a/configure.py +++ b/configure.py @@ -45,7 +45,7 @@ _EXTERNAL_DEPS = dict( sxplayer=dict( version="9.13.0", - url="https://github.com/Stupeflix/sxplayer/archive/v@VERSION@.tar.gz", + url="https://github.com/gopro/sxplayer/archive/v@VERSION@.tar.gz", dst_file="sxplayer-@VERSION@.tar.gz", sha256="272ecf2a31238440a8fc70dbe6431989d06cf77b9f15a26a55c6c91244768fca", ), diff --git a/doc/dev/ref/architecture.md b/doc/dev/ref/architecture.md index bbf730bb13..04af243ac0 100644 --- a/doc/dev/ref/architecture.md +++ b/doc/dev/ref/architecture.md @@ -62,7 +62,7 @@ graph ``` [meson]: https://mesonbuild.com/ -[sxplayer]: https://github.com/stupeflix/sxplayer +[sxplayer]: https://github.com/gopro/sxplayer [graphviz]: http://www.graphviz.org/ [python]: https://www.python.org/ [cython]: http://cython.org/