From 7ede48e436b7f4d31b87a70ac5799909f038d8b3 Mon Sep 17 00:00:00 2001 From: Olli Date: Sun, 31 Oct 2021 16:57:52 +0200 Subject: [PATCH 1/3] update repository location --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b7e097e..b36bdf4 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,14 @@ ## SoundTouch git repository moved to codeberg.org -2021-10-14 OP: For some reason that currently is unknown to us, gitlab.com blocked soundtouch account without any prior or posterior notice, hence soundtouch repository moved to codeberg.org, hopefully a more stable and friendly home for an opensource project. +2021-10-14 OP: The soundtouch repository has moved from gitlab.com to [codeberg.org](https://codeberg.org/soundtouch/soundtouch). This is because gitlab.com blocked soundtouch account in mid-October without any prior notice, making it unavailable also for external developers and projects depending on it. The account was re-enabled after a week of waiting, yet hopefully gitberg provides a more stable and friendly home for an opensource project. + +Please accordingly switch to use the new repository location: +* www: https://codeberg.org/soundtouch/soundtouch +* clone: + `git clone https://codeberg.org/soundtouch/soundtouch.git` +* switch your existing git checkout to use the codeberg repository: + `git remote set-url origin https://codeberg.org/soundtouch/soundtouch.git` ## About From 85c03d60636796a2f2c0d8815e4b7a5cde95f9a0 Mon Sep 17 00:00:00 2001 From: Olli Date: Sun, 31 Oct 2021 17:11:53 +0200 Subject: [PATCH 2/3] update readme.md --- readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b36bdf4..8121c95 100644 --- a/readme.md +++ b/readme.md @@ -2,15 +2,22 @@ ## SoundTouch git repository moved to codeberg.org -2021-10-14 OP: The soundtouch repository has moved from gitlab.com to [codeberg.org](https://codeberg.org/soundtouch/soundtouch). This is because gitlab.com blocked soundtouch account in mid-October without any prior notice, making it unavailable also for external developers and projects depending on it. The account was re-enabled after a week of waiting, yet hopefully gitberg provides a more stable and friendly home for an opensource project. +The soundtouch repository has moved from gitlab.com to [codeberg.org](https://codeberg.org/soundtouch/soundtouch). Please accordingly switch to use the new repository location: * www: https://codeberg.org/soundtouch/soundtouch * clone: - `git clone https://codeberg.org/soundtouch/soundtouch.git` + ``` + git clone https://codeberg.org/soundtouch/soundtouch.git + ``` * switch your existing git checkout to use the codeberg repository: - `git remote set-url origin https://codeberg.org/soundtouch/soundtouch.git` + ``` + git remote set-url origin https://codeberg.org/soundtouch/soundtouch.git + ``` +This move is because gitlab.com blocked soundtouch account in mid-October without any prior notice, making it unavailable also for external developers and projects depending on it. That's not a great way to collaborate. + +The gitlab eventually re-enable our account after a week of waiting, yet hopefully gitberg provides a more stable and friendly home for an opensource project. ## About From b9092339f53a21f80f1ae797a4ce74499c6ff309 Mon Sep 17 00:00:00 2001 From: Olli Date: Sun, 31 Oct 2021 17:16:13 +0200 Subject: [PATCH 3/3] add links to stable tarballs --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 8121c95..5063bb5 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,16 @@ SoundTouch is written in C++ and compiles in virtually any platform: The source code package includes dynamic library import modules for C#, Java and Pascal/Delphi languages. +## Tarballs + +Source code release tarballs: +* https://www.surina.net/soundtouch/soundtouch-2.3.1.tar.gz +* https://www.surina.net/soundtouch/soundtouch-2.3.0.tar.gz +* https://www.surina.net/soundtouch/soundtouch-2.2.0.tar.gz +* https://www.surina.net/soundtouch/soundtouch-2.1.2.tar.gz +* https://www.surina.net/soundtouch/soundtouch-2.1.1.tar.gz +* https://www.surina.net/soundtouch/soundtouch-2.0.0.tar.gz + ## License SoundTouch is released under LGPL v2.1: