diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-09-06 22:30:20 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2021-09-06 22:30:20 +0530 |
commit | 340733337527cd1b97ee1b7c55648d05b18b81e0 (patch) | |
tree | 86f4268e8ab6ebb4ff4c34f69ad28a6b0d2a6bd7 | |
parent | 35c69db6555c0d797a76d6f64fc69b4021aa6f43 (diff) |
ladspa.recipe: Add a comment about mirroring tarballs
1.15 has been mirrored.
Fixes https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/341
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/727>
-rw-r--r-- | recipes/ladspa.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ladspa.recipe b/recipes/ladspa.recipe index 4ab9b080..6672fd04 100644 --- a/recipes/ladspa.recipe +++ b/recipes/ladspa.recipe @@ -7,6 +7,7 @@ class Recipe(recipe.Recipe): licenses = [License.LGPLv2_1Plus] btype = BuildType.CUSTOM stype = SourceType.TARBALL + # Upstream has a bad habit of deleting source tarballs, mirror to fdo on bump url = 'https://www.ladspa.org/download/ladspa_sdk_%(version)s.tgz' tarball_dirname = 'ladspa_sdk_%(version)s' tarball_checksum = '4229959b09d20c88c8c86f4aa76427843011705df22d9c28b38359fd1829fded' |