summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2021-07-14 16:15:36 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2021-07-14 18:28:01 +0530
commita6d6711eb98341ab51a942c6d5288ff1185b414e (patch)
treeb1bd26ffafcfe61077cc2a0ee2841ff338b5adde
parent98c9296bdcd606f513ac940c8ae464313bb40a8b (diff)
srt.recipe: Bump to 1.4.3, fixes build on Fedora 34
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/716>
-rw-r--r--recipes/srt.recipe5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/srt.recipe b/recipes/srt.recipe
index 701c725a..c359b613 100644
--- a/recipes/srt.recipe
+++ b/recipes/srt.recipe
@@ -5,12 +5,13 @@ from cerbero.tools.libtool import LibtoolLibrary
class Recipe(recipe.Recipe):
name = 'srt'
- version = '1.4.2'
+ version = '1.4.3'
url = 'https://github.com/Haivision/srt/archive/v%(version)s.tar.gz'
- tarball_checksum = '28a308e72dcbb50eb2f61b50cc4c393c413300333788f3a8159643536684a0c4'
+ tarball_checksum = 'c06e05664c71d635c37207a2b5a444f2c4a95950a3548402b3e0c524f735b33d'
licenses = [License.MPLv2]
stype = SourceType.TARBALL
btype = BuildType.CMAKE
+ # CXX11 builds stuff we don't need, and causes a build failure on mingw
configure_options = '-DUSE_ENCLIB=openssl -DENABLE_CXX11=OFF'
# openssl on Linux
use_system_libs = True